gprime31

Results 39 comments of gprime31

perl -MCPAN -e'install "LWP::Simple"' should add it to the install instructions.

also you will need https support perl -MCPAN -e'install "LWP::Protocol::https"'

like how Dirsearch save works.

> That's already implemented in command line flag `-s` so just -o file.txt -s and it will do that?

hmmm... have to do -s | tee file.txt for it to work otherwise still json and does not show the progress bar and req/s

output like this: 403 197B https://example.com/.hta.jsp 403 196B https://example.com/.hta.js 403 197B https://example.com/.hta.php 403 195B https://example.com/.hta/ 403 201B https://example.com/.htpasswrd.php 403 199B https://example.com/.htpasswrd/

``` func (r response) save(pathPrefix string, noHeaders bool) (string, error) { var headersContent, bodyContent []byte // Convert headers slice to a single byte slice if !noHeaders { for _, header...

made a fork for those like me who can't code :P https://github.com/gprime31/meg-with-fff-output

sudo killall masscan or sudo killall -KILL masscan

> Dont need it... look for the file in the root directory: frequency_manager_config.json then use a converter: https://data.page/json/csv I don't want to do all that, the export works fine the...