mirror of
https://github.com/loviuz/http-chained-requests-automator.git
synced 2025-06-05 22:09:14 +02:00
Added screenshot to README
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user