Browsing tag

files

MUD-Visualizer – A Tool To Visualize MUD Files

  This tool can be used to visualize the MUD files in JSON format. Motivation MUD files are plain text files in JSON format that contain ACL rules for a device. A MUD file can contains tens or hundrends of ACL rules which makes it difficult to read and validate the files manually. mud-visualizer will […]

Recomposer – Changes Win32/64 Files For Safer Malware Scanning

  Ever have that not so safe feeling uploading your malware binaries to VirusTotal or other AV sites because you can look up binaries by hashes? (Example: https://github.com/mubix/vt-notify) Feel somewhat safer with Recomposer! Recomposer will take your binary and randomly do the following: Change the file name Change the section names Change the section flags […]

How To Create A Simple Batch File For Windows

Hackers can create very dangerous batch files which can destroy your computer but here we are going to teach you on how to create a simple windows batch file. Batch files are created using Microsoft Notepad How to create a simple batch file for windows Step 1: Right-click on desktop and choose Text Document. Now you can see […]