Zach Grace

Results 16 comments of Zach Grace

The real fix is to probably modify the code to use url parse: https://docs.python.org/3/library/urllib.parse.html However, you could just create a new logic branch that accounts for the additional ```python if...

wow, 90k is a lot of hosts. I don't think I've run anything near that large. My suspicion is that you might be running into a memory issue or it's...

So the processes that you see are the python subprocesses waiting for for work to do. The queues are built using `ScanEngine._build_targets` and "[poison pills](https://github.com/ztgrace/changeme/blob/master/changeme/scan_engine.py#L101)" are added that terminates the...

Right now there's no configuration option to stop as the scanner was designed to be more of a vulnerability auditor vs a pen testing tool. It would be possible to...

I'll add disabling screenshots as an option in the future. But for now, you can change this line to `pass` to disable it: https://github.com/ztgrace/changeme/blob/master/changeme/scanners/http_get.py#L110

Yes, the shodan `search` function takes a `page=X` kwarg. I feel the most reasonable way to implement this would be to add an option to specify the number of pages...

Hi @ranjithprethan, Thanks for the report. Could you please provide the following output so I can attempt to reproduce? - Could you please post the debug output of `./changeme.py -n...

Hi @ranjithprethan, Thanks for the info. Could you please run the command with the debug `-d` flag and paste the output so I can see what it looks like? Thanks,...

Here's the two issues I see going on: - changeme can't connect to the redis service, please follow the instructions here: https://github.com/ztgrace/changeme#run-changeme-in-docker Please configure as described and re-run your tests...

@AlessandroZ do you have an example HTTP request/response when this happens? I've not run into this and it seems to fingerprint all of the Tomcat instances I've seen.