Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 935 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 935 Bytes

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