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

address use error #11

Open
sappi13 opened this issue Oct 24, 2019 · 5 comments
Open

address use error #11

sappi13 opened this issue Oct 24, 2019 · 5 comments

Comments

@sappi13
Copy link

sappi13 commented Oct 24, 2019

Could you point out why I am getting this error, as I restarted the machine and also killed required process?

Traceback (most recent call last):
  File "aem_hacker.py", line 1532, in <module>
    main()
  File "aem_hacker.py", line 1513, in main
    httpd = run_detector(args.port)
  File "aem_hacker.py", line 1475, in run_detector
    httpd = HTTPServer(('', port), handler)
  File "/usr/lib/python3.5/socketserver.py", line 441, in __init__
    self.server_activate()
  File "/usr/lib/python3.5/socketserver.py", line 463, in server_activate
    self.socket.listen(self.request_queue_size)
OSError: [Errno 98] Address already in use
@anixzh
Copy link

anixzh commented Mar 29, 2020

I'm getting the Exact same Error.

@xElkomy
Copy link

xElkomy commented Apr 1, 2020

i have same Error

@ByQwert
Copy link
Contributor

ByQwert commented Apr 1, 2020

Hello,

By default aem_hacker.py uses 80 port for SSRF detection.
In most cases it is already binded by web server.

Please, update to the latest version and set other port via --port flag.

@hridoua
Copy link

hridoua commented Aug 20, 2021

any solution of this error?

@xElkomy
Copy link

xElkomy commented Aug 20, 2021

any solution of this error?

Please, update to the latest version and set other port via --port flag.

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

5 participants