This is the first version of HackPack. This is developed for the hackers, or programmers who want to have complete IP packets so that they can customise it as per their requirement. HackPack in its first version captures the live packets from the wire and open the ether header check if it is a IP packet and print its source and destination address.
device lookup.......device = eth0
the device is set in promicious mode
localnet => 192.168.1.0
netmask => 255.255.255.0 datalink => 1
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
Packet source => 192.168.1.4 dest => 192.168.1.1
Packet source => 192.168.1.1 dest => 192.168.1.4
packets received by hackpack => 16
packets dropped by hackpack => 0
developed by :
Hackkaush
mail: hackkaush@yahoo.com
1.The command line arguments are supported '-i' to give device to sniff.
2.The support for localloop is added.