- DNS Resource Recode Poisoning Software.
- RR-type is A only
- the Other type is in production.
# git clone https://github.com/bave/rrpoison.git
# cd rrpoison
# cmake .
# make
rrpoison
MUST
-s [source address]
-d [destination address]
-a [dns ans address]
-r [dns req name]
OPTION
-c [count number] : 0 is loop (default:0)
-x [target port] : 0 is random (default:0)
-y [target dns_is] : 0 is random (default:0)
If you want to spoof the source address,
you set a same option (-s) alias address to the sending network IF.
Example:
- bsd
sudo ifconfig lo0 alias x.x.x.x/xx
- linux
sudo ifconfig lo0:1 x.x.x.x/xx
- Dan Kaminsky's method attack script
- MacOSX o
- FreeBSD o
- Linux o
- etc ?
- muller dns re-delegation attack
- Fork it
- Create your feature branch (
git checkout -b new-branch-name
) - Commit your changes (
git commit -am 'Add comment at some your new features'
) - Push to the branch (
git push origin new-branch-name
) - Create new Pull Request