Skip to content

KshvNet is a low level basic IP/API stresser made with the low level library; sockets. It is also packed with some more features like API response, spoof API requests and spoof socket connections.

License

Notifications You must be signed in to change notification settings

kshvsec/kshvnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KSHVNET

  • KshvNet is a basic ip/api stresser coded using low level network communication library; socket and requests. Each request is fully customisable as they are fetched from the json and headers file located in /dependencies directory.

  • All the modules are located in /src directory, make sure to check them out.

INSTALLATION

  • [LINUX] Clone the project using the git framework
git clone https://github.com/kshvsec/kshvnet
cd kshvnet
pip3 install -r requirements.txt
python main.py
  • [WINDOWS] Download the files and extract the zip.
cd path/to/folder
pip install -r requirements.txt
py main.py

FAIR USE

  • This tool is for ethical/educational purposes only, in order to attack someone outside your personal network (localhost) one will need to modify their router settings to allow sending traffic from the devices on it (port forwarding). Stick to testing out this script on your local host and with proper permission from the victim. This tool or the developer will not be held responsible for any damages caused by the misuse of its user.

PREVIEW

Alt text Alt text

About

KshvNet is a low level basic IP/API stresser made with the low level library; sockets. It is also packed with some more features like API response, spoof API requests and spoof socket connections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages