Created
November 11, 2013 20:41
-
-
Save fnord0/7419984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fnord0@spaceface /usr/share/kautilya % grep -iR output * | |
| lib/src/methods.rb: search_replace("./lib/src/default_dns.pde","./output/default_dns.pde",ip) | |
| lib/src/methods.rb: search_replace("./lib/src/edit_hosts.pde","./output/edit_hosts.pde",ip,domain) | |
| lib/src/methods.rb: search_replace("./lib/src/enable_rdp.pde","./output/enable_rdp.pde",username,password) | |
| lib/src/methods.rb: search_replace("./lib/src/enable_telnet.pde","./output/enable_telnet.pde",username,password) | |
| lib/src/methods.rb: search_replace("./lib/src/force_browse.pde","./output/force_browse.pde",url) | |
| lib/src/methods.rb: search_replace("./lib/src/download_exec.pde","./output/download_exec.pde",url) | |
| lib/src/methods.rb: search_replace("./lib/src/backdoor.pde","./output/backdoor.pde",sethc,utilman) | |
| lib/src/methods.rb: search_replace("./lib/src/uninstall.pde","./output/uninstall.pde",app) | |
| lib/src/methods.rb: puts"Information like registry keys, output of net command, contents of hosts file etc.".bold | |
| lib/src/methods.rb: search_replace("./lib/src/info.pde","./output/info.pde",username,password,devkey,outopt) | |
| lib/src/methods.rb: search_replace("./lib/src/hashdump_powershelldown.pde","./output/hashdump_powershelldown.pde",username,password,devkey,outopt,url) | |
| lib/src/methods.rb: search_replace("./lib/src/keylogger.pde","./output/keylogger.pde",username,password,devkey,outopt,time,checkurl,stopstring) | |
| lib/src/methods.rb: search_replace("./lib/src/sniffer.pde","./output/sniffer.pde",url,time,username,password,server) | |
| lib/src/methods.rb: search_replace("./lib/src/rogue_ap.tmp","./output/rogue_ap.pde",ssid,key,port) | |
| lib/src/methods.rb: search_replace("./lib/src/signed_applet.pde","./output/signed_applet.pde",url) | |
| lib/src/methods.rb: search_replace("./lib/src/force_wificonnect.ino","./output/force_wificonnect.ino", ssid, hex_ssid, key, url) | |
| lib/src/methods.rb: File.open("./output/powershell_codeexec.pde","w") {|f| f.puts input} | |
| lib/src/methods.rb: puts"\nNow copy the generated ./output/powershell_codeexec.pde to your Teensy device.".cyan.bold | |
| lib/src/methods.rb: search_replace("./lib/src/time_based_exec.ino","./output/time_based_exec.ino",time,url) | |
| lib/src/methods.rb: search_replace("./lib/src/wlan_key.ino","./output/wlan_key.ino",username,password,devkey,outopt) | |
| lib/src/methods.rb: search_replace("./lib/src/credentials.ino","./output/credentials.ino",username,password,devkey,outopt) | |
| lib/src/methods.rb: search_replace("./lib/src/dns_code_exec.ino","./output/dns_code_exec.ino",domain32, domain64) | |
| lib/src/methods.rb: search_replace("./lib/src/ncsi.ino","./output/ncsi.ino", webhost,webpath,webcontent,dnshost,dnscontent) | |
| lib/src/methods.rb: search_replace("./lib/src/speak.ino","./output/speak.ino", sentence) | |
| lib/src/methods.rb: search_replace("./lib/src/http_backdoor.ino","./output/http_backdoor.ino", checkurl,magicstring,payloadurl,stopstring,username,password,devkey,outopt) | |
| lib/src/methods.rb: search_replace("./lib/src/dns_txt_backdoor.ino","./output/dns_txt_backdoor.ino", startdomain,startcommand,commanddomain,startps,psdomain,stopstring, authns,username,password,devkey,outopt) | |
| lib/src/methods.rb: search_replace("./lib/src/download_execute_ps.ino","./output/download_execute_ps.ino",url) | |
| lib/src/methods.rb: search_replace("./lib/src/remove_update.ino","./output/remove_update.ino",option) | |
| lib/src/methods.rb: search_replace("./lib/src/lsa_secrets.ino","./output/lsa_secrets.ino",username,password,devkey,outopt,url) | |
| lib/src/methods.rb: search_replace("./lib/src/linux_download_exec.ino","./output/linux_download_exec.ino",url) | |
| lib/src/methods.rb: search_replace("./lib/src/linux_builtin_reverse_shells.ino","./output/linux_builtin_reverse_shells.ino",ip1, port1,ip2,port2) | |
| lib/src/methods.rb: search_replace("./lib/src/linux_keylogger.ino","./output/linux_keylogger.ino",username,password,devkey) | |
| lib/src/methods.rb: fileout = "./output/linux_codeexec.ino" | |
| lib/src/methods.rb: #File.open("./output/linux_codeexec.ino","w") {|f| f.puts input} | |
| lib/src/methods.rb: search_replace("./lib/src/linux_dns_txt_codeexec.ino","./output/linux_dns_txt_codeexec.ino",domain) | |
| lib/src/methods.rb: search_replace("./lib/src/linux_perl_reverse_shell.ino","./output/linux_perl_reverse_shell.ino",ip, port) | |
| lib/src/methods.rb: search_replace("./lib/src/osx_download_exec.ino","./output/osx_download_exec.ino",url) | |
| lib/src/methods.rb: search_replace("./lib/src/osx_dns_txt_codeexec.ino","./output/osx_dns_txt_codeexec.ino",domain) | |
| lib/src/methods.rb: search_replace("./lib/src/osx_perl_reverse_shell.ino","./output/osx_perl_reverse_shell.ino",ip, port) | |
| lib/src/methods.rb: search_replace("./lib/src/osx_ruby_reverse_shell.ino","./output/osx_ruby_reverse_shell.ino",ip, port) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment