Stealth Script — File Browser
StealthScriptv1.0 / StealthScriptv1.0 / Stealth / TerraHack / tools.BAT
tools.BAT — 0.63 KB — Download this file
@echo off mode 3 5 cls mode 3 5 if %1==trx goto :trac if %1==nsx goto :nets if %1==nsa goto :nsa if %1==nsr goto :nsr if %1==nss goto :nss if %1==nse goto :nse :trac mode 80 43 echo. echo ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± echo ± -[ TerraHack Traceroute ]- ± echo ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± echo. echo. @echo on tracert %2 @echo off goto end :nets netstat > terrahack\log.tmp goto send :nsa @echo on netstat -a @echo off goto end :nsr @echo on netstat -r @echo off goto end :nss netstat -s > terrahack\log.tmp goto send :nse netstat -e > terrahack\log.tmp goto send :send cls goto end :end