Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fabioyy/fakeconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    FakeConnect simulates a connection by sending the SYN/ACK packets.
    The objective is to stress test programs by opening thousand of connections in one TCP port.
    

    It is unable to spoof, you have to use you real IP address.
    

CAUTION:
    Be careful, this program can crash some firewalls. ( even your local one ).
    
IPTABLES:
    By default, ip_conntrack module on linux can handle 16344 connections. you have to increase this value or unload the ip_conntrack.
    
    

Programs that stop to response to the service:

*Apache HTTPd ( default configuration ) - Connection-refused
SSH                              - Connection-timeout
Sendmail                         - Connection-timeout
Postfix                          - Connection-timeout
Inetd programs                   - (Crash the machine) Depends of the size of the program and the memory of the system.
bind				 - Connection-timeout ( UDP service remains normal )

    

About

TCP Connection stress test

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
LICENSE.BSD

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published