Browsing tag

Batch FIle

How To Enable “Run As Administrator” For A Batch File In Windows 10?

A batch file includes the commands to be executed by Command Prompt in Windows 10 (and older versions). I have already explained what is a batch file and how to create your own. However, you’ll require administrator privileges for your batch file to run some commands in the Windows Command Prompt. In this article, I […]

What Is A Batch File In Windows? How To Create A Batch File?

The batch file is a term which often falls on to the ears of Windows users. Basically, it’s a way of doing things without actually doing them. Wait, before you ask me whether I am high, let me elaborate what is a batch file and a basic idea of batch file programming. So, what is […]

How to manually bypass Anti-Virus

This post is based on how to bypass Anti-Virus by using FUD (Fully Undetectable). There are many Crypters and binders but manually based is the best in the business. In Penetrating tests FUD Crypter is most important part for ethical hackers.Metasploit encoders can also be used to bypass antivirus but in this tutorial it is […]

Remotely shutdown computers

Note* For this to work you must be connected on the same network as the victim’s computer 1) Right-click on your desktop. Navigate to “New” and then to “Text Document” 2) Open the Document and type: shutdown.exe -i Save the .txt file as a .bat file. 3) Open the .bat file. “Remote Shutdown Dialog” should […]