Categories
Archives
November 2023 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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
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
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
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
Rss and Twitter
Just add to Menu rss and twitter
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
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
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
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
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