Sunday, February 28, 2010
Compiled cowpatty 4.6 inn cygwin.
1. install winpcap and WinPcap Developer's Packs.
2. Install cygwin.
3. Unfortunatelly the default installation of cygwin does not come wide all the needed depensis. you ned to add ;make & ;gcc-g77 & ;gcc-c++ & openssl-dev.
a) Make sure that Curr is selected and click on View to make it Partial (the word should be printed on the left from the View button). In this mode you will see what packages will be installed by default. You see that they will be installed as Bin and Src is not selected. This what we need. It is a good idea to leave the default packages as they are. Our next goal is to add a few more packages to this list.
b) Click on View to make it Category (again the word should be printed on the left from the View button).
c) Click on + before Devel to expand it.
d) Find gcc-c++ and click on Skip. Instead of Skip there should appear version (in time of writing 3.4.4-1) and a cross in Bin. Note that other dependent packages are selected automatically.
e) Find gcc-g77 and click on Skip. Instead of Skip there should appear version (in time of writing 3.4.4-1) and a cross in Bin.
f) Find make and clike on Skip. Instead of Skip there should appear version (in time of writing 3.80-1) and a cross in Bin.
g) Click on - before Devel to close the tree of the development packages.
That's i
4. Edit the makefile inn cowpatty folder (add path for pcap headers).
old makefile.
##################################
LDLIBS = -lpcap
CFLAGS = -pipe -Wall -DOPENSSL
CFLAGS += -O2
LDLIBS += -lcrypto
new makefile.
##################################
LDLIBS = -lwpcap
CFLAGS = -pipe -Wall -DOPENSSL
CFLAGS += -I /usr/include/pcap/ -I /usr/include/
CFLAGS += -O2
LDLIBS += -lcrypto
5. Copy headers files from .\include\* to c:\cygwin\usr\include\pcap and libary file from .\lib\* to c:\cygwin\lib\ . FROM THE WINPCAP-DEV PACK.
6. Check that you've correctly installed winpcap dll wid the command "which Packet.dll wpcap.dll".
$ which Packet.dll wpcap.dll
/cygdrive/c/WINDOWS/system32/Packet.dll
/cygdrive/c/WINDOWS/system32/wpcap.dll
7. Now It's time to compile, use the command "make".
$ make
cc -pipe -Wall -DOPENSSL -I /usr/include/pcap/ -I /usr/include/ -O2 -g3 -ggdb
-c -o md5.o md5.c
cc -pipe -Wall -DOPENSSL -I /usr/include/pcap/ -I /usr/include/ -O2 -g3 -ggdb
-c -o sha1.o sha1.c
cc -pipe -Wall -DOPENSSL -I /usr/include/pcap/ -I /usr/include/ -O2 -g3 -ggdb
-c -o utils.o utils.c
cc -pipe -Wall -DOPENSSL -I /usr/include/pcap/ -I /usr/include/ -O2 -g3 -ggdb
-c -o cowpatty.o cowpatty.c
cc -pipe -Wall -DOPENSSL -I /usr/include/pcap/ -I /usr/include/ -O2 -g3 -ggdb
-c -o genpmk.o genpmk.c
8. Copy cowpatty.exe,genpmk.exe,cygwin1.dll and cygcrypto-0.9.8.dll. I didn't have cygcrypto-0.9.8.dll so i copied it from older cygwin copy off cowpatty-4.0
Thursday, February 4, 2010
Msn Shadow install howto ubuntu 8.10
MSN Shadow Beta Version 0.3
MSN Shadow beta version is a forensics tool for analysis and digital investigation for the MSN protocol.
This tool can perform several active investigation techniques in Microsoft Notification Protocol.
It has features such as:
-- MSN text sniffing
-- MSN video sniffing
-- Spoofing messages
-- Hijacking Sessions
-- Shutdown users
-- Save text sniffed in HTML format
-- Save video sniffed in AVI format
New features added v0.3 :
-- Auto detection of video traffic
-- Capture of contact lists
-- Reading of PCAP files
-- New colors!
This software depends on QT, libmimic (farsight.sourceforge.net) and libpcap.
Install steps
Install the library libkde3-jni
$ Sudo apt-get install-jni libkde3
$ Sudo apt-get install mencoder then download and install libmimic (I'll file link)
$ Sudo dpkg-i libmimic1.0.4_i386.deb
Finish with msnshadow (this installs commendam msnshadow):
$ Sudo dpkg-i msnshadow-0.3-beta.deb
finally execute:
$ Sudo msnshadow
Just as you create a shortcut on windows as:
Right click the desktop -> create launcher:
Name: msnshadow
sudo msnshadow
Comment left empty
a shortcut will appear in your office only if you execute it (just double-click)
Saturday, January 23, 2010
Screen Spanning Doctor works on Leopard 10.5.8
Screen Spanning Doctor works on os x 10.5.8
I use screen spanning doctor on my Imac g5 leopard 10.5 it workes grate.
Screen Spanning Doctor is a hack that allows the option in the display preference panel to allow for extending your desktop to another monitor. Currently iMac only supports Mirroring to another monitor.
Subscribe to:
Posts (Atom)