|
|
|
|
|
by jvehent
3324 days ago
|
|
I doubt you rewrote a vulnerability scanner from scratch, since it takes years and a lot of efforts to do, so why don't you tell us a bit more about the technology behind it. Does it use ZAP? Arachni? W3AF? OpenVAS? SQLMap? All of them? Also, I'd be careful about such claims: > Our scans are secure and non-intrusive. Because you never know what will happen in the backend when you hit that "GET /article/delete/1" endpoint while spidering the home page. Tons of poorly coded webapps have that kind of trap, and you should scan staging/test instances whenever possible to avoid dropping a production DB whenever you hit one of those. |
|
Fair point about the "GET /article/delete/1" issue, unfortunately a lot of SMB do not have staging/test instances ...