Clrinject – Injects C# EXE or DLL Assembly Into every CLR Runtime and AppDomain Of Another Process
Clrinject injects C# EXE or DLL Assembly into any CLR runtime and AppDomain of another process. The injected assembly can then access static instances of the injectee process's classes and therefore affect it's internal state. Also ReadDocker Tor Hidden Service Nginx – Easily Setup A Hidden Service Inside The Tor Network Clrinject Usage clrinject-cli.exe -p <processId/processName> -a <assemblyFile> Opens process with id <processId>...
Sandsifter – The x86 Processor Fuzzer For Hidden Instructions & Hardware Bugs
The sandsifter audits x86 processors for hidden instructions and hardware bugs, by systematically generating machine code to search through a processor's instruction set, and monitoring execution for anomalies. Sandsifter has uncovered secret processor instructions from every major vendor; ubiquitous software bugs in disassemblers, assemblers, and emulators; flaws in enterprise hypervisors; and both benign and security-critical hardware bugs in x86...
Docker Tor Hidden Service Nginx – Easily Setup A Hidden Service Inside The Tor Network
Docker tor hidden service nginx is a tool to easily setup a hidden service inside the Tor network. Generate the skeleton configuration for you hidden service, replace for your hidden service pattern name. Example, if you want to your hidden service contain the word 'boss', just use this word as argument. You can use regular expressions, like ^boss, will generate...
Dnsdiag – DNS Diagnostics and Performance Measurement Tools
Dnsdiag is a DNS Diagnostics and Performance Measurement Tools. Ever been wondering if your ISP is hijacking your DNS traffic? Ever observed any misbehavior with your DNS responses? Ever been redirected to wrong address and suspected something is wrong with your DNS? Here we have a set of tools to perform basic audits on your DNS requests and responses...
TakeOver : Takeover Script Extracts CNAME Record Of All Subdomains At Once
Subdomain takeover is a class of vulnerability where subdomain points to an external service that has been deleted. The external services are Github, Heroku, Gitlab, Tumblr and so on. Let’s assume we have a subdomain sub.example.com that points to an external service such as GitHub. If the Github page is removed by its owner and forgot to remove the...
Atlas – Quick SQLMap Tamper Suggester
Atlas is an open source tool that can suggest sqlmap tampers to bypass WAF/IDS/IPS, the tool is based on returned status code. Atlas Installation $ git clone https://github.com/m4ll0k/Atlas.git atlas $ cd atlas $ python atlas.py Also ReadDex2jar – Tools To Work With Android .dex & Java .class Files Usage $ python atlas.py --url http://site.com/index.php?id=Price_ASC --payload="-1234 AND 4321=4321-- AAAA" --dbms=mysql --random-agent -v ScreenShot Example Run SQLMap: $ python sqlmap.py -u...
Dex2jar – Tools To Work With Android .dex & Java .class Files
Dex2jar is a tool to work with android .dex and java .class files. dex-reader/writer: Read/write the Dalvik Executable (.dex) file. It has a light weight API similar with ASM. d2j-dex2jar: Convert .dex file to .class files (zipped as jar) smali/baksmali: disassemble dex to smali files and assemble dex from smali files. different implementation to smali/baksmali, same syntax, but...
XenoScan – Open source memory scanner written in C++
XenoScan is a memory scanner which can be used to scan the memory of processes to locate the specific locations of important values. These types of tools are typically used when hacking video games, as they allow one to locate the values representing the game's state in memory. XenoScan is written in C++ with a Lua frontend, and I've been...
HeapHopper – A Bounded Model Checking Framework For Heap-Implementations
HeapHopper is a bounded model checking framework for Heap-implementation. HeapHopper Setup sudo apt update && sudo apt install build-essential python-dev virtualenvwrapper git clone https://github.com/angr/heaphopper.git && cd ./heaphopper mkvirtualenv -ppython2 heaphopper pip install -e . Required Packages build-essential python-dev virtualenvwrapper Required Python-Packages ana angr cle claripy IPython psutil pyelftools pyyaml Also ReadDarkSpiritz – A Penetration Testing Framework For UNIX Systems Examples # Gen zoo of permutations heaphopper.py gen -c analysis.yaml # Trace instance make...
Malwoverview – Tool To Perform An Initial & Quick Triage On A Directory Containing Malware Samples
Malwoverview is a first response tool to perform an initial and quick triage on either a directory containing malware samples or a specific malware sample. This tool aims to : Determining similar executable malware samples (PE/PE+) according to the import table (imphash) and group them by different colors (pay attention to the second column from output). Thus, colors matter! ...