|
Update
Version Update Introductions
Update Update IntroductionsUpdate from Version 0.02.10 to 0.05.2Install Tor Anonymous ProxyLinux install instructions can be found on the following pages: ragpicker/config/crawler.confAdd the following setting in the crawler.conf: [clientConfig] #Route Malware requests through the TOR SOCKS proxy #https://www.torproject.org/docs/debian tor_enabled = yes tor_proxyadress = localhost tor_proxyport = 9050 #browserHeaders browser_accept_language = de-de, de, en;q=0.5, fr;q=0.2 #Internet Explorer 8.0 on Windows XP browser_user_agent = Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322) ... Configurable HTTP Accept-LanguageSamples:
Configurable HTTP User-AgentSamples:
List of User Agent Strings: http://www.useragentstring.com/pages/useragentstring.php Update from Version 0.2.6 to 0.02.10verify-sigs DEPENDENCIESYou need pyasn1 == 0.13b or >= pyasn1-0.1.4rc4 and M2Crypto to parse and validate signatures. To exercise some demonstrator code, you may need pefile. ---- sudo apt-get install python-m2crypto sudo apt-get install python-pyasn1 subfile DEPENDENCIESFind subfile in any binary stream hachoir-subfile is a tool based on hachoir-parser to find subfiles in any binary stream. ---- sudo pip install hachoir-core sudo pip install hachoir-parser sudo pip install hachoir-regex sudo pip install hachoir-subfile |