sqliv
sqliv copied to clipboard
N.Y.A.W.C for request (GET,POST,PUT,...) crawling
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.
thanks for your suggestion, I do have plan to add POST method detection to sqliv. :)