Advertisement
Guest User

Untitled

a guest
Mar 13th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <SCRIPT LANGUAGE="JavaScript">
  5. function leapto(form) {
  6. var myindex=form.dest.selectedIndex
  7. parent.CONTENT.location.href=(form.dest.options[myindex].value);
  8.  
  9. }
  10. </SCRIPT>
  11. <!--------
  12. Sad sad attempt to set drop down to disabled for 10 seconds after selecting in order to prevent crashing/other errors
  13. <script>
  14. function Debounce()
  15. {
  16.  
  17. var self = this
  18. if (this.clicked) return false;
  19.  
  20. this.clicked = true;
  21. setTimeout(function() {self.clicked = false;}, 10000);
  22.  
  23. return true;
  24. }
  25. </script>
  26.  
  27. ; return Debounce.call(this) added after leapto(this.form)
  28.  
  29. NO LUCK. If you can figure this out, please let me know
  30. -------->
  31. </head>
  32. <body>
  33. <span style="font-size:16px;"><strong>WiFi Pineapple / Jasager - Mark IV &nbsp;- Module easy installer proof of concept</strong></span> <br/>
  34. <span style="font-size:16px;">Valid working as of 03/13/13 3:00pm CST</span>
  35. <FORM NAME="module_list">
  36. <SELECT id="dropdown" NAME="dest" SIZE=1 onChange="leapto(this.form)">
  37. <OPTION SELECTED VALUE="">Select a module
  38. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=sslstrip&version=2.9&md5=c06ac5487cf486bd0ef9bdbe5658d23f&size=7">SSLSTRIP</option>
  39. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=networkmanager&version=1.8&md5=3b7e2a099ccfe2f29600ef8ee8859f27&size=11">NETWORK MANAGER</option>
  40. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=jammer&version=2.9&md5=5c448610ed75ddb0f9ca982b2fcd3a11&size=8">JAMMER</option>
  41. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=urlsnarf&version=2.8&md5=fddddadde7c3dda649beb5bc3cb3e7f1&size=7">URLSNARF</option>
  42. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=sitesurvey&version=2.6&md5=ad78b857525962685bc76279f526a247&size=9">SITESURVEY</option>
  43. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=dnsspoof&version=1.5&md5=7cc2892d1db31a012afda951c815b3ef&size=6">DNSSPOOF</option>
  44. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=nmap&version=2.4&md5=7064a320903deef69cae7e30f0bbedfc&size=6">NMAP</option>
  45. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=ettercap&version=1.5&md5=051d995ec78ba7d155a9cadcd1ad2180&size=8">USB</option>
  46. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=tcpdump&version=2.4&md5=584f49271c24152bf783ae533ebae224&size=6">TCPDUMP</option>
  47. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=opkgmanager&version=2.3&md5=9c47a66d6a750628916d824a38dea18f&size=43">OPK MANAGER</option>
  48. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=status&version=1.4&md5=37e525cc85bd57082668c6cf5d036877&size=44">STATUS</option>
  49. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=mitm&version=1.3&md5=d824d1ef84179faa42ddf71ed8ed554b&size=111">MITM</option>
  50. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=logcheck&version=2.3&md5=4a88e2471a1cb6f7d1ab2ee44dec28c6&size=7">LOGCHECK</option>
  51. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=reaver&version=0.4&md5=8b80f217c5a6bcc241d5cacfba1a5115&size=9">REAVER</option>
  52. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=monitor&version=2.3&md5=3fb7aa283079e1b041c685228e699103&size=7">MONITOR</option>
  53. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=button&version=2.5&md5=39587f64479e0fe1c7decd4d32294711&size=5">BUTTON</option>
  54. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=blacklister&version=2.7&md5=53972eb6eea5f3967f3b0441391317f9&size=6">BLACKLISTER</option>
  55. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=uwui&version=1.0&md5=ac859d5052ff2c670c32ac1fe98466d2&size=404">UWUI</option>
  56. <option value="http://172.16.42.1:1471/index.php?modules&doInstall=usb&name=occupineapple&version=1.3&md5=647e017cb8b23f94aaeff56f58f2c937&size=12">OCCUPINEAPPLE</option>
  57. </select>
  58.  
  59. </FORM>
  60.  
  61.  
  62. <iframe width="100%" height="650" name="CONTENT">
  63. </iframe>
  64. <span style="font-size:16px;">ThunderMoose 2013</span>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement