PENTOL – Pentester Toolkit for Fiddler2 2018

0

PENTOL is a pentester Toolkit is built as a plugin for the Fiddler HTTP debugging proxy. Pentol Features CORS DETECTED Cross-Origin Resource Sharing CRLF DETECTED HTTP response splitting JSON DETECTED CSP DETECTED Headers DETECTED (X-Frame-Options) Also ReadKamerka – Build Interactive Map Of Cameras From Shodan USAGE Install Fiddler2 Open Fiddler2 Press Key CTRL + R or Rules > Customize Rules... Copy all...

theHarvester – Tool To Gather Email Address, Sub Domain and Hosts

0

“theHarvester Tool” is a simple and effective tool to gather the Email Address, Employee Names, Hostnames, Sub Domains, IP addresses, and Virtual Hosts, from different public sources (eg: Google, LinkedIn) How do we do it? - theHarvester git clone https://github.com/laramies/theHarvester.git Open the directory where the files are cloned to: Also read Mcreator – Encoded Reverse Shell Generator With Techniques To Bypass AV’s Run the...

Triton – Dynamic Binary Analysis (DBA) Framework

0

Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a Taint Engine, AST representations of the x86 and the x86-64 instructions set semantics, SMT simplification passes, an SMT Solver Interface and, the last but not least, Python bindings. Based on these components, you are able to build program analysis tools,...

GTRS – Google Translator Reverse Shell 2018

0

GTRS tools uses Google Translator as a proxy to send arbitrary commands to an infected machine. ==HTTPS==> ==HTTP==> GTRS Environment Configuration First you need a VPS and a domain GTRS Server Start the server.py on your VPS python2.7 server.py Server running on port: 80 Secret Key: e294a11e-bb6f-49ed-b03a-9ec42be55062 It will provide you secret key which will be used on the client. Also ReadMcreator – Encoded Reverse Shell Generator...

PyCPU – Central Processing Unit Information Gathering Tool

0

PyCPU tool you can access detailed information of your processor information. You can also check the security vulnerability based on the current processor information of the processor you have used. PyCPU RUN root@ismailtasdelen:~# git clone https://github.com/ismailtasdelen/PyCPU.git root@ismailtasdelen:~# cd PyCPU root@ismailtasdelen:~/PyCPU# python PyCPU.py Also ReadMiasm – Reverse Engineering Framework In Python What's on the tool menu ? CPU All Information Gathering Default Information Gathering CPU Vulnerability...

XSS Fuzzer : Tool Which Generates XSS Payloads Based On User-Defined Vectors & Fuzzing Lists

0

XSS Fuzzer is a simple application written in plain HTML/JavaScript/CSS which generates XSS payloads based on user-defined vectors using multiple placeholders which are replaced with fuzzing lists. It offers the possibility to just generate the payloads as plain-text or to execute them inside an iframe. Inside iframes, it is possible to send GET or POST requests from the browser to...

KBD-Audio : Tools For Capturing & Analysing Keyboard Input Paired With Microphone Capture

0

KBD-Audio is a collection of command-line and GUI tools for capturing and analyzing audio data. The most interesting tool is called keytap - it can guess pressed keyboard keys only by analyzing the audio captured from the computer's microphone. KBD-Audio Installation git clone https://github.com/ggerganov/kbd-audio cd kbd-audio git submodule update --init mkdir build && cd build cmake .. make Also ReadNodeJsScan – Static Security Code Scanner For Node.js...

Kamerka – Build Interactive Map Of Cameras From Shodan

0

Kamerka is a tool to build interactive map of cameras from Shodan. The script creates a map of cameras, printers, tweets and photos based on your coordinates. Everything is clearly presented in form of interactive map with icons and popups. Kamerka Requirements Written with in Python 2 Shodan + paid subscription Geopy Foilum Colorama InstagramAPI - Credentials instead of api...

Mcreator – Encoded Reverse Shell Generator With Techniques To Bypass AV’s

0

Mcreator is an Encoded Reverse Shell Generator With Techniques To Bypass AV's. Mcreator Installation git clone https://github.com/blacknbunny/mcreator.git && cd mcreator/ && python mcreator.py Also ReadVba2Graph – Generate Call Graphs From VBA Code For Easier Analysis Of Malicious Documents Runnig Mcreator console python mcreator.py -rsg console Help usage: mcreator.py Reverse Shell generator with techniques to bypass all the AV's optional arguments: -h, --help ...

Miasm – Reverse Engineering Framework In Python

0

Miasm is a free and open source (GPLv2) reverse engineering framework. Miasm aims to analyze / modify / generate binary programs. Here is a non exhaustive list of features: Opening / modifying / generating PE / ELF 32 / 64 LE / BE using Elfesteem Assembling / Disassembling X86 / ARM / MIPS / SH4 / MSP430 Representing assembly...