Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throghing lots of errers #4

Open
Shadow-Spinner opened this issue Jan 7, 2024 · 0 comments
Open

throghing lots of errers #4

Shadow-Spinner opened this issue Jan 7, 2024 · 0 comments

Comments

@Shadow-Spinner
Copy link

╭─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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant