Description
╭─hritom@0xm4lw4r3 in repo: abuse-ssl-bypass-waf on master [!] via v3.11.6 took 65ms
╰─λ python abuse-ssl-bypass-waf.py -target https://ibm.com
[+] Target: https://ibm.com is alive
[+] Testing Web Server Supported SSL/TLS Ciphers ...
Traceback (most recent call last):
File "/mnt/shadow/Documents/tools/abuse-ssl-bypass-waf/abuse-ssl-bypass-waf.py", line 170, in
bypass_testing(int(str(args.thread)))
File "/mnt/shadow/Documents/tools/abuse-ssl-bypass-waf/abuse-ssl-bypass-waf.py", line 110, in bypass_testing
ciphers = get_supported_ciphers()
^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/shadow/Documents/tools/abuse-ssl-bypass-waf/abuse-ssl-bypass-waf.py", line 58, in get_supported_ciphers
body = curl_request(target, ciphers_command, timeout=60)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/mnt/shadow/Documents/tools/abuse-ssl-bypass-waf/abuse-ssl-bypass-waf.py", line 43, in curl_request
execute = subprocess.Popen(command, shell=False, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.11/subprocess.py", line 1950, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/sslscan'