curl-auth-csrf
curl-auth-csrf copied to clipboard
Python tool that mimics cURL, but performs a login and handles any Cross-Site Request Forgery (CSRF) tokens. Useful for scraping HTML normally only accessible when logged in.
If I echo a password to this script on windows it doesnt appear to work, it does if it ignored and the password is prompted for... strangely, i looks as...
Hi there and thanks for a great script! I ran into this today, which was solved by passing `encoding="UTF-8"` to the FileType constructor used by the metavar FILE (-o file...
Right now, it's hard-baked to `WARNING` level. Is there a Pythonic way to set this from the CLI? If not, consider adding an argparse option to optionally set debug mode...