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

AttributeError: 'NoneType' object has no attribute 'group' #10

Closed
ltoyclaelr opened this issue Jun 4, 2020 · 7 comments
Closed

AttributeError: 'NoneType' object has no attribute 'group' #10

ltoyclaelr opened this issue Jun 4, 2020 · 7 comments

Comments

@ltoyclaelr
Copy link

it worked once and then it stopped

return future.result()
File "hulk.py", line 173, in main
missile = Missile(root=root, url=url, loop=loop)
File "hulk.py", line 18, in init
self.host = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'

@Hyperclaw79
Copy link
Owner

How exactly are you launching Hulk-server.py? Are you providing the target site as an arg like, python hulk-server.py target?
If you are, what's the structure of the url, specifically, http or https?

@ltoyclaelr
Copy link
Author

ltoyclaelr commented Jun 4, 2020

http and the command I used was

Python3 hulk-server.py http://example.com/

@Hyperclaw79
Copy link
Owner

Hyperclaw79 commented Jun 4, 2020 via email

@ltoyclaelr
Copy link
Author

http://freerobuxx.pro/

@Hyperclaw79
Copy link
Owner

I'm unable to reproduce your issue. I was able to take the site down from a single system
image

One interesting thing to note was that the https version of the site had ssl certificate issue. So I modified the code to accept both http and https. I was able to successfully DDoS the http version.

Please attach the screenshot of the error you're receiving along with the command used.

@ltoyclaelr
Copy link
Author

that update fixed my issue and its now working thanks so much

@Hyperclaw79
Copy link
Owner

Glad it worked out 😊

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

No branches or pull requests

2 participants