8000 GitHub - bave/rrpoison: DNS Resource Recode Poisoning
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bave/rrpoison

Repository files navigation

RRPOISON

  • 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

run_dk.sh

  • Dan Kaminsky's method attack script

Depend

  • MacOSX o
  • FreeBSD o
  • Linux o
  • etc ?

ToDo

  • muller dns re-delegation attack

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-branch-name)
  3. Commit your changes (git commit -am 'Add comment at some your new features')
  4. Push to the branch (git push origin new-branch-name)
  5. Create new Pull Request

About

DNS Resource Recode Poisoning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0