Web scraper / parser and spider / crawler

Discussion in 'Forum for discussion of ANTICHAT' started by d0min, 15 Jun 2018.

  1. d0min

    d0min New Member

    Joined:
    15 Jun 2018
    Messages:
    38
    Likes Received:
    1
    Reputations:
    0
    hello,

    im looking for some software like a Web scraper / parser that parse results from search engines and a spider / crawler to extract all http links from domains / sites..

    which ones you recommend?

    Thanks
     
  2. uknown

    uknown New Member

    Joined:
    17 Jun 2018
    Messages:
    1
    Likes Received:
    0
    Reputations:
    0
    write me in priv
     
  3. lifescore

    lifescore Elder - Старейшина

    Joined:
    27 Aug 2011
    Messages:
    651
    Likes Received:
    511
    Reputations:
    72
    Google - Gscraper (works fine without proxy for simple queryes not including syntax like "site:/inurl:?etc" to get about 200k-400k results from 1 ip :cool:) also with proxy works fine with sintax
    A-parser - better way for parsing all search engenies and etc (https://a-parser.com/wiki/special/pages) $199 pro license lifetime
    Alternative - scarpebox

    https://transfer.sh/aUUPJ/Gscraper_Patched_Fully_WORKING.exe

    Good solutions if you looking tool for security audit - http://www.spiderfoot.net/
     
  4. ol1ver

    ol1ver Active Member

    Joined:
    22 Jul 2011
    Messages:
    237
    Likes Received:
    155
    Reputations:
    0
    a-parser.com
    zennolab.com/en/products/zennoposter/
     
  5. d0min

    d0min New Member

    Joined:
    15 Jun 2018
    Messages:
    38
    Likes Received:
    1
    Reputations:
    0
    this tool
    github.com/1N3/BlackWidow

    crawl POST param but its not effective..
    anyone know a similar better alternative?

    Thanks
     
  6. lifescore

    lifescore Elder - Старейшина

    Joined:
    27 Aug 2011
    Messages:
    651
    Likes Received:
    511
    Reputations:
    72
    what you mean insufficient effective?
    For fuzzing POST parameters use tools for fuzzing/sqli/etc. Burp/Zenproxy/Sqlmap
    Your question about crawling. More effective would be if you tell what you whant in result)

    Else you can contribute BlackWidow, add couple string of code
    https://github.com/1N3/BlackWidow/blob/4b19bdcc2f642bcfdef4f9a15eaa125f55e91c9d/blackwidow#L57

    Another way if you look tool with better crawling urls/parametrs for next auditing it in other tools, check it http://htcap.org/
     
  7. d0min

    d0min New Member

    Joined:
    15 Jun 2018
    Messages:
    38
    Likes Received:
    1
    Reputations:
    0
    lifescore likes this.