-
Dirsearch Cheat Sheet
Tool Overviewdirsearch is a fast command-line web path scanner written in Python. It’s used to brute-force directories and files on web servers using wordlists. Basic Usage -u: Target URL -e: Extensions to brute-force Brute-force Directories and Files Recursive Bruteforcing Custom Wordlist Filter Responses by Status Code Exclude Noisy Status Codes Use HTTP Headers (e.g. JWT,…
-
FFUF Playbook – Web Fuzzing Like a Pro
Installation go install github.com/ffuf/ffuf/v2@latest Or precompiled:https://github.com/ffuf/ffuf/releases Basic Syntax Basic Directory Fuzzing Filter by Status Code / Size / Words -mc 200 → Match status code -fs 1234 → Filter by size -fw 20 → Filter by word count Hidden Admin Pages Detection Use targeted wordlists like Admin-Login-Pages.txt. File Extension Brute Force Or: Use Case: Discover…
-
Blockchains and Smart Contracts – Simply technical introduction
Industries Transformed Supply Chain Management Finance and Banking Healthcare Identity Verification Gaming Common Use Cases Cross-border Payments Digital assets NFTs (Non-Fungible Tokens) Decentralized Finance (DeFi) Future Possibilities: Scalability Interoperability between blockchains Increased adoption in traditional industries New use cases and applications Hey there! In this article, we’ll break down the blockchain key concepts and give…
-
Introduction to BlockChain and Smart Contracts – Layman’s Language
Surely! You are here because you have heard about Blockchain or you must have been working in blockchain but want to learn about the security of blockchain. Or maybe!! It may have “blocked” you somehow in your work, life, career growth, or most probably trading and investment. This post is an introduction to blockchain and…