10 matches found
python-exe-unpacker
Autor: In Ming Loh [email protected] - @tantaryu Empresa: Countercept @countercept Sitio web: https://www.countercept.com Introducción Un script que ayuda a los investigadores a desempaquetar y descompilar ejecutables escritos en Python. Sin embargo, por ahora solo admite ejecutables creados...
rePy2exe
rePy2exe 面向 py2exe 应用程序的逆向工程工具。 Twitter: @4w4k3Official 先决条件 Linux cmake git python2.7 克隆 root@kitploit: git clone https://github.com/4w4k3/rePy2exe.git 运行 root@kitploit: python rePy2exe.py 或者 root@kitploit: python2.7 rePy2exe.py 截图 作者 Alisson Moretto - 编码者 - 4w4k3 参考 感谢: zrax - pycdc matiasb -...
pycdc
Decompyle++ A Python Byte-code Disassembler/Decompiler Decompyle++ aims to translate compiled Python byte-code back into valid and human-readable Python source code. While other projects have achieved this with varied success, Decompyle++ is unique in that it seeks to support byte-code from any...
meterssh
Tool Name: MeterSSH Written by: David Kennedy Company: TrustedSec Website: https://www.trustedsec.com Twitter: @TrustedSec, @HackingDave MeterSSH is a way to take shellcode, inject it into memory then tunnel whatever port you want to over SSH to mask any type of communications as a normal SSH...
Python-based Spy RAT Emerges to Target FinTech
The Evilnum group, which specializes in targeting financial technology companies, has debuted a new tool: A Python-based remote access trojan RAT, dubbed PyVil. The malware’s emergence dovetails with a change in the chain of infection and an expansion of infrastructure for the APT. According to...
Stitch - Python Remote Administration Tool (RAT)
This is a cross platform python framework which allows you to build custom payloads for Windows, Mac OSX and Linux as well. You are able to select whether the payload binds to a specific IP and port, listens for a connection on a port, option to send an email of system info when the system boots,...
Antivirus Evasion Framework: Veil Framework
Antivirus Evasion Framework: Veil Framework The Veil-Framework is a collection of red team security tools that implement various attack methods focused on evading detection. It currently consists of: Veil-Evasion : a tool to generate antivirus-evading payloads using a variety of techniques and...
Deobfuscating Python Bytecode
Introduction During an investigation, the FLARE team came across an interesting Python malware sample MD5: 61a9f80612d3f7566db5bdf37bbf22cf that is packaged using py2exe. Py2exe is a popular way to compile and package Python scripts into executables. When we encounter this type of malware we...
[AFF v0.1] Anonymous FTP Finder
Anonymous FTP Scanner AFF is a Security tool for penetration testers, network admins etc. The tool is written in Python with wxPython as GUI and compiled with Py2exe. AFF can scan large networks for Anonymous FTP Servers and regular FTP:s. Example of Anonymous FTP Server is network equipment, Mul...
[Veil v1.2] A Payload Generator to Bypass Antivirus
Veil is a tool designed to generate metasploit payloads that bypass common anti-virus solutions. Veil was designed to run on Kali Linux, but should function on any system capable of executing python scripts. Simply call Veil from the command line, and follow the menu to generate a payload. Upon...