sdnewhop / grinder

:mag_right: Python framework to automatically discover and enumerate hosts from different back-end systems (Shodan, Censys)
GNU General Public License v2.0
289 stars 40 forks source link

Add HTTP raw response grabber #86

Closed manmolecular closed 4 years ago

manmolecular commented 4 years ago

Example result:

{
    "py_script":{
        "http_response":"HTTP/1.1 200 OK\r\nDate: Mon, 23 Mar 2020 19:54:49 GMT\r\nServer: Apache\r\nSet-Cookie: gvc=928vr3325388894837865; expires=Sat, 22-Mar-2025 19:54:49 GMT; Max-Age=157680000; path=/; domain=fwdservice.com; HttpOnly\r\nntCoent-Length: 51\r\nKeep-Alive: timeout=5, max=128\r\nConnection: Keep-Alive\r\nContent-Type: text/html; charset=UTF-8\r\nCache-Control: private\r\nContent-Encoding: gzip\r\nContent-Length: 58\r\n\r\n<html><head></head><body><!-- vbe --></body></html>",
        "status":"Success"
    }
}