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...

MCExtractor – Intel, AMD, VIA & Freescale Microcode Extraction Tool

0

MCExtractor is a tool which parses Intel, AMD, VIA and Freescale processor microcode binaries. It can be used by end-users who are looking for all relevant microcode information such as CPUID, Platform, Version, Date, Release, Size, Checksum etc. It is capable of converting Intel microcode containers (dat, inc, h, txt) to binary images for BIOS integration, detecting new/unknown microcodes, checking...

Trape – People Tracker On The Internet

0

Trape is a OSINT analysis and research tool, which allows people to track and execute intelligent social engineering attacks in real time. It was created with the aim of teaching the world how large Internet companies could obtain confidential information such as the status of sessions of their websites or services and control over their users through the browser, without...

Skiptracer – OSINT Python Webscaping Framework

0

Initial attack vectors for recon usually involve utilizing pay-for-data/API (Recon-NG), or paying to utilize transforms (Maltego) to get data mining results. Skiptracer utilizes some basic python webscraping (BeautifulSoup) of PII paywall sites to compile passive information on a target on a ramen noodle budget. Also ReadHassh : Tool Used To Identify Specific Client & Server SSH Implementations Skiptracer Installation $ git clone...