Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Sep 5, 2011
1 parent 8fdc816 commit 68b4475
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ You think you're one raw dog? [fusker.nodester.com](http://fusker.nodester.com/)

## List of included HTTP detection modules (detectives)
```
csrf - Detects cross-site request forgery in incoming http requests
xss - Detects common XSS attacks in incoming http requests
sqli - Detects SQLi attempts in incoming http requests
lfi - Detects common LFI attacks in incoming http requests
404 - Punishes people who like to snoop around. Only use with single page applications
csrf - Detects cross-site request forgery in incoming http requests
xss - Detects common XSS attacks in incoming http requests
sqli - Detects SQLi attempts in incoming http requests
lfi - Detects common LFI attacks in incoming http requests
404 - Punishes people who like to snoop around. Only use with single page applications
```

## List of included HTTP payload modules
```
blacklist - Blacklists IP from HTTP server for specified amount of time (banLength in config)
fake-report - Alerts attacker that they have been reported to ic3 and displays DOJ logo
saxroll - Redirects attacker to 1227.com
nimp - Redirects attacker to fusker.on.nimp.org (WARNING: Harmful to attacker)
nyan - Redirects attacker to nyan.cat
goatse - Redirects attacker to goatse.bz (WARNING: Harmful to eyes)
bush - Redirects attacker to full screen George W. Bush "you just fell for the trap"
lemonparty - Redirects attacker to lemonparty.org (WARNING: Harmful to eyes)
meatspin - Redirects attacker to meatspin.com (WARNING: Harmful to eyes)
explosive-impact - Redirects attacker to fullscreen video of ranting
raggedyann - Redirects attacker to extreme speaker rape. (WARNING: Harmful to speakers)
crews - Displays Terry Crews nipple dance rainbow b& page
blacklist - Blacklists IP from HTTP server for specified amount of time (banLength in config)
fake-report - Alerts attacker that they have been reported to ic3 and displays DOJ logo
saxroll - Redirects attacker to 1227.com
nimp - Redirects attacker to fusker.on.nimp.org (WARNING: Harmful to attacker)
nyan - Redirects attacker to nyan.cat
goatse - Redirects attacker to goatse.bz (WARNING: Harmful to eyes)
bush - Redirects attacker to full screen George W. Bush "you just fell for the trap"
lemonparty - Redirects attacker to lemonparty.org (WARNING: Harmful to eyes)
meatspin - Redirects attacker to meatspin.com (WARNING: Harmful to eyes)
explosive-impact - Redirects attacker to fullscreen video of ranting
raggedyann - Redirects attacker to extreme speaker rape. (WARNING: Harmful to speakers)
crews - Displays Terry Crews nipple dance rainbow b& page
```

## Adding HTTP detectives
Expand All @@ -47,14 +47,14 @@ Add a .js or .coffee file to the 'http-payloads' directory of the module.

## List of included SocketIO detection modules (detectives)
```
xss - Detects common XSS attacks in incoming socket messages
sqli - Detects SQLi attempts in incoming socket messages
lfi - Detects common LFI attacks in incoming socket messages
xss - Detects common XSS attacks in incoming socket messages
sqli - Detects SQLi attempts in incoming socket messages
lfi - Detects common LFI attacks in incoming socket messages
```

## List of included SocketIO payload modules
```
blacklist - Blacklists IP from SocketIO server for specified amount of time (banLength in config)
blacklist - Blacklists IP from SocketIO server for specified amount of time (banLength in config)
```

## Adding SocketIO detectives
Expand Down

0 comments on commit 68b4475

Please sign in to comment.