Added screenshot to README

This commit is contained in:
loviuz 2021-01-23 15:35:19 +01:00 committed by GitHub
parent 744ba9b023
commit 008fac7376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# HTTP Chained Requests Automator # HTTP Chained Requests Automator
This PHP script automates and chains HTTP requests, extracting values from headers or body and use them for the next requests. Very useful for penetration tests. This PHP script automates and chains HTTP requests, extracting values from headers or body and use them for the next requests. Very useful for penetration tests.
![image](https://github.com/loviuz/http-chained-requests-automator/blob/main/screenshots/hcra.jpg?raw=true)
It has been ispired by a business-logic challenge of Port Swigger: It has been ispired by a business-logic challenge of Port Swigger:
https://portswigger.net/web-security/logic-flaws/examples/lab-logic-flaws-infinite-money https://portswigger.net/web-security/logic-flaws/examples/lab-logic-flaws-infinite-money
@ -136,5 +138,5 @@ to:
until you match another **next_url** values with another regular expression with the next requests. until you match another **next_url** values with another regular expression with the next requests.
## TODO ## TODO
- better error managing - better error handling
- add some logics, so for example the script can restart from a specific request after getting some specific results from the variables - add some logics, so for example the script can restart from a specific request after getting some specific results from the variables