Quark Engine : An Obfuscation-Neglect Android Malware Scoring System

0

Quark Engine is an Obfuscation-Neglect Android Malware Scoring System. Android malware analysis engine is not a new story. Every antivirus company has their own secrets to build it. With curiosity, we develop a malware scoring system from the perspective of Taiwan Criminal Law in an easy but solid way. We have an order theory of criminal which...

Malwinx : Just A Normal Flask Web App To Understand Win32api With Code Snippets & References

0

Malwinx is a normal flask web app to learn win32api with code snippets and references. Malwinx Prerequisite You need to download the following package before starting it pip install flask pip install pefile pip install requests Usage $ python flaskapp.py Demo https://www.youtube.com/watch?v=_z7snPXRG3M Contributing I have started this project to get a quick reference on win32api by integrating different sources. The project is in its evolving stage, so...

PAKURI : Penetration Test Achieve Knowledge Unite Rapid Interface

0

Pakuri is a Penetration test Achieve Knowledge Unite Rapid Interface. Pentesters love to move their hands. However, I do not like troublesome work. Simple work is performed semi-automatically with simple operations. It executes commands frequently used in penetration tests by simply operating the numeric keypad. You can test penetration as if you were playing a fighting game. Abilities of "PAKURI". Intelligence...

Pylane : An Python VM Injector With Debug Tools, Based On GDB

0

Pylane is a python vm injector with debug tools, based on gdb and ptrace. Pylane uses gdb to trace python process, inject and run some code in its python vm. Usage use inject command to inject a python script in an process: pylane inject <PID><YOUR_PYTHON_FILE>+ Also Read - Lazyrecon : Automate Your Reconnaissance Process In An Organized Fashion use shell command to...

AttackSurfaceMapper : Tool That Aims To Automate The Reconnaissance Process

0

AttackSurfaceMapper is a reconnaissance tool that uses a mixture of open source intellgence and active techniques to expand the attack surface of your target. You feed in a mixture of one or more domains, subdomains and IP addresses and it uses numerous techniques to find more targets. It enumerates subdomains with bruteforcing and passive ...

HuskyCI : Performing Security Tests Inside Your CI

0

HuskyCI is an open source tool that orchestrates security tests and centralizes all results into a database for further analysis and metrics. It can perform static security analysis in Python (Bandit and Safety), Ruby (Brakeman), JavaScript (Npm Audit and Yarn Audit), Golang (Gosec), and Java (SpotBugs plus Find Sec Bugs). It can also audit repositories for secrets...

Shelly : Simple Backdoor Manager With Python

0

Shelly adalah sebuah tool sederhana yang ditulis menggunakan Python, yang berfungsi untuk meremote sebuah website. Installation $ git clone https://github.com/tegal1337/Shelly $ cd Shelly $ python3 shell.py Also Read - Secretx : Extracting API keys & Secrets By Requesting Each URL At The Your List Requirements sudo pip install -r requirements.txt Example : Download

Spraykatz : Credentials Gathering Tool Automating Remote Procdump & Parse Of Lsass Process

0

Spraykatz is a tool without any pretention able to retrieve credentials on Windows machines and large Active Directory environments. It simply tries to procdump machines and parse dumps remotely in order to avoid detection by antivirus software as much as possible. Installation This tool is written for python>=3. Do not use this on production environments! Ubuntu On a fresh updated Ubuntu. apt update apt install...

BetterBackdoor : A Backdoor With A Multitude Of Features

0

BetterBackdoor is a backdoor is a tool used to gain remote access to a machine. Typically, backdoor utilities such as NetCat have 2 main functions: to pipe remote input into cmd or bash and output the response. This is useful, but it is also limited. BetterBackdoor overcomes these limitations by including the ability to inject keystrokes, get screenshots, transfer...

Okadminfinder : Admin Panel Finder / Admin Login Page Finder

0

OKadminFinder is an Apache2 Licensed utility, rewritten in Python 3.x, for admins/pentesters who want to find admin panel of a website. There are many other tools but not as effective and secure. Yeah, Okadminfinder has the the ability to use tor and hide your identity. Requirements Linux sudo apt install tor sudo apt install python3-socks (optional) pip3 install...