Skip to content

enriquetomasmb/bruteforce-bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation


Bruteforce-Bypass

Bruteforce HTTP POST with CSRF token bypass (anti-CSRF)

Usage

python3 bruteforce-bypass.py -u URL -l EMAIL -P PASSWORD_LIST -e ERROR_MESSAGE -c CSRF_FIELD_NAME

Contributing

Any contributions you make are greatly appreciated. To do so, follow the next steps:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Author

License

This project is licensed under the MIT License - see the LICENSE file for details