Skip to content

SaltyViper/Requester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Requester Logo

Description

Create custom HTTP/HTTPS requests and saves the output to a text file. This is really useful for some CTF challenges and Web Pentesting. (Made to work with Python 3.6.1)

Commands

COMMAND DESCRIPTION
help Display command reference
depends Install/Update dependencies
set [url|method] [value] Set url/method (Methods: POST / GET)
header [type] [value] Add/Remove header (removes the header it exists)
parameter [type] [value] Add/Remove parameter (removes the parameter it exists)
output [enable|disable] Enable/disable file output
values Display request values
send Execute request
exit Quit Requester console

Installation and usage example

  1. Download the script to your computer and run it from terminal.
  2. Run the depends command to install the dependencies
  3. Set the target url with "set url http://example.com"
  4. Set the request method with "set method [POST|GET]" (by default it's set to GET)
  5. (Optional) Set the request headers (if it is already set, you'll remove it)
  6. (Optional) Add parameters to the request with "parameter user username" (if it is already set, you'll remove it)
  7. (Optional) Enable the file output with "output enable"
  8. Send the request with "send"

Screenshots

Requester Console Requester console

Thanks to James for helping teaching me the Python basics and helping me with the development!

About

⚙️Python script to generate custom HTTP/HTTPS requests

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%