[NEED]Python Request EBOOK or HELP to learn it

Joined
Sep 8, 2023
Messages
3
Reaction score
0
hey, im new to python and would say im okey with it, but now i want to make something like an "checker", and i heard about something called csrf or csf?, and now i would like to ask if anyone know a good ebook or can help me.
 
I am not really sure what you mean by "checker". Maybe you can elaborate more?
If you want to test for vulnerability on sites, this article about CSRF may help you get started:
https://jamilahmad-dev.medium.com/comprehensive-guide-to-csrf-testing-with-python-536664ef6fa8
i want to make some types of account checker ( a bot that will automatic the process to login in any account ( from my combo.txt file ) so for example, send requests to netflix and login with email [email protected]:examplepassword and if it is working to print me out like this : "Account is working"
 
Back
Top