Home
Downloads
ftk
bouncerbrick
stego
host2ftp
cmdjass
linjass
winjass
enigma
Interesting webs
kriptopolis
Taller de Criptografía
barrapunto
debian
cofradia
flikxxi@gmail.com
Locations of visitors to this page

bouncerbrick is a free source program, that you can use free in the terms of the GPL (General Purpose License).

bouncerbrick is a bouncer, that is, let you redirect tcpip conections to another host and port.

You can use it like any bouncer, but give you also the following features:

  • Protect your system from masive connections trying a DOS (Denny Of Service).
  • Making a log from all connections (connections, data and both).
  • Tunneling, encrypt a connection between two points using two instances (the first encrypting, the second decrypting).
bouncerbrick 1.10 (Release) 2005-10-04
Copyright (c) 2004-2005 Francisco Gómez Carrasco

Syntax:  bouncerbrick localport remoteserver remoteport [options]

Options:
-l --log                      display connection log
-b --bak fmt                  backup transferred data (0=Raw 8=Oct 16=Hex)
-S --sniff mode command       launch sniffer (0,1,2,3)
-k --iplock {delay lock max}  prevents form atacks (5 60 3600)
-s --bufsize bytes            sets bufsize for read-write (defaults 32768).
-e --encrypt password         encrypted data to/from remote server.
-d --decrypt password         encrypted data to/from local port.
   --die seconds              die n seconds after the last activity.

Examples:
  bouncerbrick 8080 localhost 8123         # 8080 to 8123
  bouncerbrick 8080 localhost 8123 -l      # 8080 to 8123
  bouncerbrick 8080 localhost 8123 -b 8    # 8080 to 8123, with octal backup
  bouncerbrick 8080 epi 8123 -l -b 8       # 8080 to 8123, with log and backup
  bouncerbrick 8080 epi 8123 -s 131072     # 8080 to 8123, with 128kB buffer
  bouncerbrick 211 sap2 211 -l -k          # iplock, log (5 60 3600)
  bouncerbrick 211 sap2 211 -l -k 1 5 3600 # iplock with explicit values
  bouncerbrick 211 sap2 211 -l -k 5 120    # iplock with explicit values
  bouncerbrick 211 sap2 211 -l -k 10 30 300# iplock with explicit values
  bouncerbrick 211 sap2 211 -e enigma      # encrypt an outgoing connection
  bouncerbrick 211 sap3 211 -d enigma      # decrypt an incomming connection
  bouncerbrick 8080 epi 8123 -l --die 60   # 8080 to 8123, with time for die
  bouncerbrick 8080 epi 8123 -S 0 ed2kpush # 8080 to 8123, with ed2kpush sniffer
Report bugs to <flikxxi@gmail.com>

download -- -- -- -- -- Downloads