Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garbaz/ipspoof
IP spoof stuff
https://github.com/garbaz/ipspoof
denial-of-service icmp ip smurf
Last synced: about 2 months ago
JSON representation
IP spoof stuff
- Host: GitHub
- URL: https://github.com/garbaz/ipspoof
- Owner: Garbaz
- License: mit
- Created: 2016-02-02T14:10:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T10:52:40.000Z (over 3 years ago)
- Last Synced: 2024-08-04T09:06:10.495Z (5 months ago)
- Topics: denial-of-service, icmp, ip, smurf
- Language: C
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **1**星
README
# ipspoof DOS Tool
### Disclaimer
**What you do with this software is your thing and the resulting consequences are your problem!****It's illegal to target this software at any computer/server you don't have the permisson to attack!**
### What is this?
This is a simple C program I wrote, which sends spoofed ICMP Echo requests over the network.Setting the destination address to a broadcast address (e.g. 255.255.255.255) and the "source" address to a target computer, one can use the power of all PCs in a network to DOS a single target. **WARNING: This actually is quite powerful, and will likely crash something, like a router, along the line so do not use this in a real network!**
For further information search for "Smurf DOS". The idea is not mine, this is just an implementation.