sqliv icon indicating copy to clipboard operation
sqliv copied to clipboard

N.Y.A.W.C for request (GET,POST,PUT,...) crawling

Open tijme opened this issue 6 years ago • 1 comments

Hi,

I saw that the scanner still needs support for crawling POST requests in e.g. forms. I worked on a library (N.Y.A.W.C) that does exactly that.

It can scan a single URL for requests or it can scan an entire website for requests. While crawling it provides callbacks so you can view/use the requests it found.

I thought you may like it for SQLiv. I'm happy to help if you want to implement it.

tijme avatar Oct 29 '17 22:10 tijme

thanks for your suggestion, I do have plan to add POST method detection to sqliv. :)

the-robot avatar Oct 31 '17 20:10 the-robot