ramblingjordan / AbBOT-python

MIT License
25 stars 15 forks source link

Supply target's IP address // Fixing form nonce issues #15

Closed andria-dev closed 3 years ago

andria-dev commented 3 years ago

New command-line arguments

  -t TARGET, --target TARGET
                        Specify the target's IP address. Useful if the domain is not working correctly on      
                        it's own.
  -d DOMAIN, --domain DOMAIN
                        Specify the target's fully qualified domain (FQDN). Useful if the target switches      
                        domains. Defaults to prolifewhistleblower.com

Currently working on fixing an issue where the target's server says responds with the following when submitting the form:

{"success":false,"data":"Invalid nonce. Please refresh your browser."}

I added an option to manually specify the nonce. I think it is the server that is broken right now and not the script since I can make the request successfully in Insomnia with no data sometimes.