Author Archives: spawn

Gentoo, W3AF, Python and scapy

Hello there, In this little tutorial, I will show how install scapy to coexists with multiple versions of python under gentoo linux. The “big”problem is that W3AF is designed to run under python 2.6. and sometimes your default python can … Continue reading

Posted in Information | Tagged , , , | Leave a comment

How to block TOR Network with OpenBSD and PF

1 – Fetch tor master nodes ( Used for tor clients fetch exit node list ) * Trick viewed on Network Security Hacks – #hack 53 Download tor source: and edit the following file. mybox@knights ~/tor-0.2.1.26 $ vi src/or/config.c look … Continue reading

Posted in Network, OpenBSD | Tagged , , | Leave a comment

Configuring WPAD under OpenBSD

Hello there, First of all, what is wpad ? WPAD is acronym to Web Proxy Autodiscovey Protocol, it is reponsible for automatic detecting of proxy under web browsers. I will assume that you know OpenBSD, know configure a basic DHCP … Continue reading

Posted in Network, OpenBSD | Tagged , , , | Leave a comment

Imspector MSN report – words by hour

Hello there 🙂 I wrote a little shell script under OpenBSD that catch the log conversation of user and generates number of messages and words by hour. the script can be found here: http://stuffresearch.tor.hu/tools/spec_log Instructions: copy the script under /usr/bin … Continue reading

Posted in OpenBSD, Tools | Tagged , , , | Leave a comment

Rss and Twitter

Just add to Menu rss and twitter

Posted in Information | Tagged , | Leave a comment

Skype Log Viewer

Hello there, A person found my blog, and looking at tool’s section, her saw the tool called. Skype Log Viewer. This person, improved the tool in a fantastic way 🙂 You can run it, by command line and see logs … Continue reading

Posted in Tools | Tagged , , , | Leave a comment

HOWTO boot backtrack-linux from usb stick under Vmware

Hello, I want share a trick to boot your backtrack-linux that be on usb stick. first download Plop Boot Manager from here: http://www.plop.at/en/bootmanager.html#download After create or edit existent VM and put USB controller, select plop iso image and boot it, … Continue reading

Posted in Information | Tagged , , | Leave a comment

IP and MAC Address Association on OpenBSD

On this tutorial, I will show how associate mac and ip address and filter it on OpenBSD 4.8. Create a bridge # ifconfig bridge0 create Assuming that your LAN network card is rl0, add this to bridge and block non … Continue reading

Posted in OpenBSD | Tagged , , , | Leave a comment

Stay Anonymous

Proxychains is a beautiful tool that permit you use more of two proxy to connect on target. This tool can be founded at: http://proxychains.sourceforge.net Can be installed on gentoo using : # emerge proxychains Debian based distros # apt-get install … Continue reading

Posted in Network, Tools | Tagged , , | Leave a comment

Pass Phrase Cracking tool

Overview: phrasen|drescher is a modular and multi processing pass phrase cracking tool. In this tutorial, I will show how crack MSSQL passwords. You can download file here: https://labs.portcullis.co.uk/application/phrasen-drescher/ or here: http://stuffresearch.tor.hu/tools/phrasendrescher-1.1.1.tar.gz Instalation Instructions: First, install libssh2. Gentoo: # emerge libssh2 … Continue reading

Posted in Tools | Tagged , , , | Leave a comment