All Projects → AHXR → maskedkitty

AHXR / maskedkitty

Licence: GPL-3.0 license
🙀 Icon Changer, File Pumper & Extension Spoofer - Quickly Modify Executable Files

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to maskedkitty

who and what to follow
Who and what to follow in the world of cyber security
Stars: ✭ 124 (+217.95%)
Mutual labels:  malware
S1EM
This project is a SIEM with SIRP and Threat Intel, all in one.
Stars: ✭ 270 (+592.31%)
Mutual labels:  malware
dga-collection
A collection of known Domain Generation Algorithms
Stars: ✭ 61 (+56.41%)
Mutual labels:  malware
telescope-file-browser.nvim
File Browser extension for telescope.nvim
Stars: ✭ 674 (+1628.21%)
Mutual labels:  file-manager
kotary
Managing Kubernetes Quota with confidence
Stars: ✭ 85 (+117.95%)
Mutual labels:  resource-manager
fortune-commons
Fortune Commons is an project focused on all aspects of reusable Java components.
Stars: ✭ 17 (-56.41%)
Mutual labels:  file-manager
qt-rat
Remote administration tool with Qt5
Stars: ✭ 37 (-5.13%)
Mutual labels:  malware
binlex
A Binary Genetic Traits Lexer Framework
Stars: ✭ 303 (+676.92%)
Mutual labels:  malware
malware-persistence
Collection of malware persistence and hunting information. Be a persistent persistence hunter!
Stars: ✭ 109 (+179.49%)
Mutual labels:  malware
kaggle-malware-classification
Kaggle "Microsoft Malware Classification Challenge". 6th place solution
Stars: ✭ 29 (-25.64%)
Mutual labels:  malware
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+448.72%)
Mutual labels:  malware
nodejs-resource-manager
Node.js client for Google Cloud Resource Manager: Hierarchically manage resources by project, folder, and organization.
Stars: ✭ 22 (-43.59%)
Mutual labels:  resource-manager
ServerTools
ServerTools is Pocketmine-MP plugin containing a set of tools that allows you to manage your server directly from the game!
Stars: ✭ 23 (-41.03%)
Mutual labels:  file-manager
DGA-Detection
DGA Domain Detection using Bigram Frequency Analysis
Stars: ✭ 47 (+20.51%)
Mutual labels:  malware
IconFont Demo
在iOS工程中使用iconfont技术节省图片开销
Stars: ✭ 21 (-46.15%)
Mutual labels:  resource-manager
Wireguard-DNScrypt-VPN-Server
Fast setup wireguard server script, with dnscrypt and adblocking, maleware blocking, more blocking if you need. Use case eg. always on vpn and adblocking on ios or android, and be more secured in unknown networks.
Stars: ✭ 48 (+23.08%)
Mutual labels:  malware
file-less-ransomware-demo
Demonstrate about file-less malware approach using JavaScript
Stars: ✭ 46 (+17.95%)
Mutual labels:  malware
showstopper
ShowStopper is a tool for helping malware researchers explore and test anti-debug techniques or verify debugger plugins or other solutions that clash with standard anti-debug methods.
Stars: ✭ 132 (+238.46%)
Mutual labels:  malware
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+682.05%)
Mutual labels:  malware
JustEvadeBro
JustEvadeBro, a cheat sheet which will aid you through AMSI/AV evasion & bypasses.
Stars: ✭ 63 (+61.54%)
Mutual labels:  malware

maskedkitty


maskedkitty is a light multi-purpose tool that allows you to modify an .exe file. This simple application allows you to do the following to an executable file:

  • Inject/Change the icon
  • Spoof the file extension
  • Pump the file size to a higher size

The purpose of pumping a file size is to make a sent file seem more "legitimate". Optimized and compacted malware tends to be distributed at very small file sizes. This can make someone very suspicious of the file. The file pumper allows you to increase the file size by KBs, MBs or GBs. As you can see from the .gif, it will tell you the estimated file size output. When using this feature, be wary of the build time. The more you pump into a file, the longer the build time (depending on the user's hardware). Be patient. You can also refresh the directory where the target .exe is located to watch it increase in realtime.

The spoof extension is very simple. All this does is add your desired extension at the end of the file name, then it will add an .exe at the end of that. A common tactic is to use the icon changer to change the .exe to familiar extension's icon, then use this spoofer. For example, you can send an .exe file, spoof it as a .docx and use the Microsoft Word file icon to fool the target. They will think they are opening a Microsoft Word document when in reality, they are running an .exe

This tool also includes an executable called "iconinjector". Unfortunately, C++ wasn't designed to directly work as a resource editor for executable files. With that being said, this executable was compiled from VB.NET. The source code is included (credits to the original author).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].