vigneshd332 / apostcalypse

A tool to send a chain of HTTP requests to a server(s).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aPOSTcalypse

A tool to send a chain of HTTP requests to a server(s).

Build

  • Run build.bat to build the program (Windows) or build.sh (Linux)

Troubleshooting

  • If the program does not build, make sure you have Cmake and Make installed.
  • If you encounter a "error loading shared libraries" error on Linux, its most like because of Poco libraries getting installed to a different location. To solve this, copy all the Poco libraries from /usr/local/lib to /usr/lib manually or by running sudo cp /usr/local/lib/libPoco* /usr/lib

About

A tool to send a chain of HTTP requests to a server(s).


Languages

Language:C++ 66.9%Language:CMake 17.7%Language:Batchfile 7.7%Language:Shell 7.7%