TCP/IP Fuzzer For Windows

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

TCP/IP Fuzzer For Windows

Post by maboroshi »

I have not seen many for windows

so here is one I wrote ;)

http://www.techshinobi.com/software/TCPIP.exe

Comments appreciated

Source available upon request

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

I am intested in this program. However when I tried it:

Code: Select all

Traceback (most recent call last):
  File "fuzz.py", line 4, in ?
  File "scapy.pyc", line 148, in ?
  File "pcap.pyc", line 12, in ?
  File "pcap.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.
That is after installing it.

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re:

Post by maboroshi »

I think that error is for pcap

you need winpcap 4 installed

available

http://www.winpcap.org/

Cheers


Maboroshi

User avatar
visser
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 472
Joined: 03 Apr 2007, 16:00
17
Location: online
Contact:

Post by visser »

and ummm... like what does this program do.....????? just curious

TheKingOfHearts
Moderator
Moderator
Posts: 901
Joined: 18 Sep 2006, 16:00
17
Location: on my Throne
Contact:

Post by TheKingOfHearts »

well i am curious also...

does it send bogus packets to a host or something like that?
[url=http://img338.imageshack.us/img338/2034/oopsrg8.gif]/sig[/url]

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Answers

Post by maboroshi »

What this program does is send a series of random bogus packets to a host in order to find a flaw in the IP stack. It can also be used to stress test systems such as firewalls to see how it reacts when a huge amount of packets is sent to it

To see what this program is doing I suggest you run it with a sniffer such as wireshark

Cheers

Maboroshi

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

ok i installed the prog and came up with this

Image

ok so i tried it and now i uninstalled it and its still the same now though it was working fine before hand

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

have you installed winpcap 4? if yes update to 4.0.1, seems there is a known problem with Wireshark and winpcap 4. if you have a Wireshark version earlier than 0.9.66a it is the best to get the newest version... :wink:

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

I couldn't even install wincap. It gave me an error and canceled.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

p99 wrote:I couldn't even install wincap. It gave me an error and canceled.
have you tried to install it as extra app? if yes try to install Wireshark, it includes the newest WinPcap version already... :wink:

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

I'll try that then.

Post Reply