TakeOver : Takeover Script Extracts CNAME Record Of All Subdomains At Once

0
Subdomain takeover is a class of vulnerability where subdomain points to an external service that has been deleted. The external services are Github, Heroku,...

Atlas – Quick SQLMap Tamper Suggester

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

Dex2jar – Tools To Work With Android .dex & Java .class Files

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

XenoScan – Open source memory scanner written in C++

0
XenoScan is a memory scanner which can be used to scan the memory of processes to locate the specific locations of important values. These...

HeapHopper – A Bounded Model Checking Framework For Heap-Implementations

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

Malwoverview – Tool To Perform An Initial & Quick Triage On A Directory Containing...

0
Malwoverview is a first response tool to perform an initial and quick triage on either a directory containing malware samples or a specific malware...

DbgShell – A PowerShell Front-End For The Windows Debugger Engine

0
DbgShell a PowerShell front-end for the Windows debugger engine. DbgShell Inducement Have you ever tried automating anything in the debugger? (cdb/ntsd/kd/windbg) How did that go for...

DarkSpiritz – A Penetration Testing Framework For UNIX Systems

0
DarkSpiritz is a penetration testing framework for UNIX systems. It is a re-vamp of the very popular framework known as "Roxysploit". You may be...

Nodexp – A Server Side Javascript Injection Tool Capable Of Detecting & Exploiting Node.js...

0
NodeXP is an intergrated tool, written in Python 2.7, capable of detecting possible vulnerabilities on Node.js services as well as exploiting them in an...

Subscraper – Tool That Performs Subdomain Enumeration Through Various Techniques

0
SubScraper uses DNS brute force, Google & Bing scraping, and Virus Total to enumerate subdomains without an API. Written in Python3, SubScraper performs HTTP(S)...
whatsmyname

WhatsMyName App – Find Anyone Across 640+ Platforms

0
Overview WhatsMyName is a free, community-driven OSINT tool designed to identify where a username exists across hundreds of platforms worldwide. It’s widely used by investigators,...
Analyzing Directory Size Linux Tools Explained

Analyzing Directory Size Linux Tools Explained

0
Managing disk usage is a crucial task for Linux users and administrators alike. Understanding which directories consume the most space helps in optimizing system...
Understanding Disk Usage with du Command

Understanding Disk Usage with du Command

0
Efficient disk space management is vital in Linux, especially for system administrators who manage servers or large directories. The du command (short for disk...
How to Check Directory Size in Linux

How to Check Directory Size in Linux

0
Knowing how to check directory sizes in Linux is essential for managing disk space and keeping your system organized. Linux provides several built-in tools...
Essential Commands for Linux User Listing

Essential Commands for Linux User Listing

0
Managing user accounts is a core responsibility for any Linux administrator. Whether you’re securing a server or auditing system access, knowing how to list...