Skip to content

Web CTF tool for sending the most importants requests to an endpoint and see the status code of them.

License

packetspoofer/webREQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage (-g,-p,-a are aliases)

./webREQ -get -g url ./webREQ -post -p url ./webREQ -all -a url

Dependecies required

Debian based systems

libcurl4-openssl-dev

Fedora based systems

libcurl-devel

Compilation (Without any optimizations)

gcc main.c requests.c -lcurl -o webREQ

Compilation (With optimizations)

gcc -O3 -march=native main.c requests.c -lcurl -o webREQ

GOALS

  • Parse the status code in string (Example: GET 200 [SUCCESS])
  • Implement multiple values to send (Ex: send things through json for post reqs) + add query params for get requests
  • Rewrite with --comands-args for stuff like only getting methods or only uploading methods
Gli invidiosi diranno che è uno scanner contro l'infrastruttura

About

Web CTF tool for sending the most importants requests to an endpoint and see the status code of them.

Topics

Resources

License

Stars

Watchers

Forks

Languages