Advertisement
Guest User

Script Kiddies are bad bananas.

a guest
Dec 19th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. My server got hacked
  2. [12/9/2014 5:48:28 PM] Camden Bebber: But
  3. [12/9/2014 5:48:28 PM] Michael McA.: ?
  4. [12/9/2014 5:48:32 PM] Michael McA.: Hacked, how so?
  5. [12/9/2014 5:48:41 PM] Camden Bebber: Gmod
  6. [12/9/2014 5:49:12 PM] Camden Bebber: Scripts
  7. [12/9/2014 5:49:34 PM] Michael McA.: I mean, what did they hack?
  8. [12/9/2014 5:49:40 PM] Michael McA.: What did they hurt by hacking it?
  9. [12/9/2014 5:49:41 PM] Camden Bebber: Let's just say this person doesn't have a working computer anymore
  10. [12/9/2014 5:49:57 PM] Camden Bebber: Stole rcon pass
  11. [12/9/2014 5:49:58 PM] Michael McA.: Alright.
  12. [12/9/2014 5:50:06 PM] Camden Bebber: Lol
  13. [12/9/2014 5:50:08 PM] Michael McA.: Did you have textscreens?
  14. [12/9/2014 5:50:15 PM] Camden Bebber: Yes
  15. [12/9/2014 5:50:16 PM] Camden Bebber: Y
  16. [12/9/2014 5:50:19 PM] Michael McA.: That's how they hacked it.
  17. [12/9/2014 5:50:28 PM] Camden Bebber: How
  18. [12/9/2014 5:50:29 PM] Michael McA.: There's a known exploit in textscreens that you can give yourself any rank.
  19. [12/9/2014 5:51:01 PM] Michael McA.: Happened to the server I was super admin on.
  20. [12/9/2014 11:45:15 PM] Camden Bebber: Is there a way to fix it
  21. [12/10/2014 12:38:40 AM] Michael McA.: Nope.
  22. [9:34:56 PM] Camden Bebber: my server got hacked again
  23. [9:57:51 PM] Michael McA.: Did you have textscreens still?
  24. [9:58:05 PM] Camden Bebber: yes
  25. [9:58:12 PM] Michael McA.: There's a known exploit in textscreens that you can give yourself any rank.
  26. Happened to the server I was super admin on.
  27. [9:58:14 PM] Michael McA.: .-.
  28. [9:58:15 PM] Camden Bebber: but it was a html
  29. [9:58:19 PM] Michael McA.: ?
  30. [9:58:27 PM] Camden Bebber: html hack
  31. [9:58:31 PM] Michael McA.: ?
  32. [9:58:58 PM] Michael McA.: You can't hack html unless your host's website is designed by a 16 year old who doesn't know anything about encryption.
  33. [10:23:36 PM] Camden Bebber: it was a html that grabed rcon password
  34. [10:23:47 PM] Michael McA.: What?
  35. [10:23:53 PM] Michael McA.: An html that grabbed rcon password?
  36. [10:23:56 PM] Michael McA.: What does that even mean.
  37. [10:23:58 PM] Camden Bebber: yes
  38. [10:24:03 PM] Michael McA.: No, what does that mean.
  39. [10:24:05 PM] Michael McA.: Explain what you meant.
  40. [10:24:11 PM] Michael McA.: You gave a bad name for it.
  41. [10:24:47 PM] Camden Bebber: someone created a html file that was made to grab rcon pass
  42. [10:25:00 PM] Michael McA.: You can't do that.
  43. [10:25:12 PM] Michael McA.: You can't just extract info from a website like that.
  44. [10:27:29 PM] Camden Bebber: this might be what ppl r using
  45. [10:27:30 PM] Camden Bebber: --[[
  46. This is our RCON hack (cat)
  47. ]]--
  48.  
  49. function scanfiles(ply, command, args)
  50.  
  51. if not tostring(args[1]) then
  52. cs_msg("Invalid usage! cs_scan <file dir>")
  53. return end
  54.  
  55.  
  56. local txt = file.Read(args[1], true)
  57. print(txt)
  58.  
  59.  
  60. end
  61. concommand.Add('cs_scan', scanfiles)
  62. [10:28:02 PM] Michael McA.: do you have sv_allowlua 1 on?
  63. [10:28:10 PM] Michael McA.: That let's people run clientside lua .-.
  64. [10:28:11 PM] Camden Bebber: no
  65. [10:28:34 PM] Camden Bebber: i have a anti cheat on the server
  66. [10:28:43 PM] Michael McA.: So.
  67. [10:28:44 PM] Michael McA.: ?
  68. [10:28:48 PM] Michael McA.: Still, people can run lua.
  69. [10:28:53 PM] Michael McA.: function scanfiles(ply, command, args)
  70.  
  71. if not tostring(args[1]) then
  72. cs_msg("Invalid usage! cs_scan <file dir>")
  73. return end
  74.  
  75.  
  76. local txt = file.Read(args[1], true)
  77. print(txt)
  78.  
  79.  
  80. end
  81. concommand.Add('cs_scan', scanfiles)
  82. [10:28:57 PM] Michael McA.: ^Not detected by anticheat.
  83. [10:29:01 PM] Michael McA.: As it isn't seen as a cheat.
  84. [10:29:24 PM] Michael McA.: Also, that's not a very good grabber.
  85. [10:29:25 PM] Camden Bebber: idk
  86. [10:29:29 PM] Michael McA.: Nor is it HTML.
  87. [10:29:35 PM] Michael McA.: That's something that's ran in game.
  88. [10:29:46 PM] Camden Bebber: my friend said it was html
  89. [10:30:00 PM] Michael McA.: Your friend is a dumb script kiddy bitch.
  90. [10:30:13 PM] Michael McA.: Take that the lightest way possible.
  91. [10:30:16 PM] Michael McA.: Because, that is lua.
  92. [10:30:23 PM] Michael McA.: THAT IS VERY OBVIOUSLY LUA.
  93. [10:30:26 PM] Michael McA.: Html looks like this:
  94. [10:30:33 PM | Edited 10:31:01 PM] Michael McA.: HTML INTRO THING I CAN'T REMEMBER
  95. <html>
  96. [10:30:44 PM] Michael McA.: <header> HTML CAN'T RUN CODE LIKE THAT! </header>
  97. [10:30:54 PM] Michael McA.: </html>
  98. [10:31:14 PM] Camden Bebber: i know what html looks like
  99. [10:31:25 PM] Michael McA.: Then, why did you believe your friend :/
  100. [10:31:40 PM] Camden Bebber: hes a coder
  101. [10:31:48 PM] Michael McA.: He's not.
  102. [10:31:50 PM] Michael McA.: I promise.
  103. [10:31:55 PM] Michael McA.: What language?
  104. [10:32:07 PM] Camden Bebber: lua
  105. [10:32:14 PM] Michael McA.: Okay, he's lied to you.
  106. [10:32:31 PM] Michael McA.: That is LUA, and if he truly wrote it, he'd know it.
  107. [10:34:09 PM] Camden Bebber: on another note
  108. [10:34:25 PM] Camden Bebber: i turned my wii into a ftp server
  109. [10:34:33 PM] Michael McA.: ?
  110. [10:34:48 PM] Michael McA.: Why?
  111. [10:34:56 PM] Michael McA.: Like, you run stuff off your wii?
  112. [10:35:06 PM] Camden Bebber: save files
  113. [10:35:18 PM] Camden Bebber: wirelessly
  114.  
  115. ~ I hate script kiddies.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement