Narthex : Modular Personalized Dictionary Generator
Narthex (Greek: Νάρθηξ, νάρθηκας) is a modular & minimal dictionary generator for Unix and Unix-like operating system written in C and Shell. It contains autonomous Unix-style programs for the creation of personalized dictionaries that can be used for password recovery & security assessment. The programs make use of Unix text streams for the collaboration with each other, according to...
Will Technology Be The Boring Factor Added To Fun Physical Games
There was a time when Physical games were all human beings knew and lived by. Spending time outside, running in the sun, or playing in puddles was a fun and exciting time. Now, technology is slowly creeping into the gaming world. We are starting to see physical games being turned into mobile and online versions. For those of us who enjoyed...
Espoofer : An Email Spoofing Testing Tool That Aims To Bypass SPF/DKIM/DMARC
Espoofer is an open-source testing tool to bypass SPF, DKIM, and DMARC authentication in email systems. It helps mail server administrators and penetration testers to check whether the target email server and client are vulnerable to email spoofing attacks or can be abused to send spoofing emails. Why build this tool? Email spoofing is a big threat to both individuals and...
Raven : Advanced Cyber Threat Map (Simplified, Customizable, Responsive)
Raven - Advanced Cyber Threat Map (Simplified, customizable and responsive. It uses D3.js with TOPO JSON, has 247 countries, ~100,000 cities, and can be used in an isolated environment without external lookups!. Features Uses D3.js (Not Anime.js)Active threat map (Live and replay)IP, country, city, and port info for each attackAttacks stats for countries (Only known attacks)Responsive interface (Move, drag, zoom in and...
Scemu : X86 32bits Emulator, For Securely Emulating Shellcodes
Scemu is a x86 32bits emulator, for securely emulating shellcodes Features rust safety, good for malware.All dependencies are in rust.zero unsafe{} blocks. very fast emulation (much faster than unicorn)3,000,000 instructions/second100,000 instructions/second printing every instruction -vv.powered by iced-x86 rust disassembler awesome library.iteration detector.memory and register tracking.colorized.stop at specific moment and explore the state or modify it.174 instructions implemented.112 winapi implemented of 5 dlls.all...
Wifi-Framework : For Creating Proof-Of-Concepts, Automated Experiments, Test Suites, Fuzzers, And More…
Wifi-Framework is a framework to more easily perform Wi-Fi experiments. It can be used to create fuzzers, implement new attacks, create proof-of-concepts to test for vulnerabilities, automate experiments, implement test suites, and so on. The main advantage of the framework is that it allows you to reuse Wi-Fi functionality of Linux to more easily implement attacks and/or tests. For instance, the...
RAUDI : A Repo To Automatically Generate And Keep Updated A Series Of Docker Images
RAUDI (Regularly and Automatically Updated Docker Images) automatically generates and keep updated a series of Docker Images through GitHub Actions for tools that are not provided by the developers. What is RAUDI RAUDI is what will save you from creating and managing a lot of Docker Images manually. Every time a software is updated you need to update the Docker Image if you want to use the...
SpoofThatMail : Bash Script To Check If A Domain Or List Of Domains Can Be Spoofed Based In DMARC Records
SpoofThatMail is a Bash script to check if a domain or list of domains can be spoofed based in DMARC records File with domains: sh SpoofThatMail.sh -f domains.txt One single domain: sh SpoofThatMail.sh -d domain The script may not work if sp param is before p param (currently working on this) Test manually using nslookup -type=txt _dmarc.domain.com Download
WannaRace : WebApp Intentionally Made Vulnerable To Race Condition For Practicing Race Condition
WannaRace is a WebApp intentionally made vulnerable to Race Condition Description Race Condition vulnerability can be practiced in the developed WebApp. Task is to buy a Mega Box using race condition that costs more than available vouchers. Two challenges are made for practice. Challenge B is to be solved when PHPSESSID cookie is present, cookie is auto created when user is...
PasteMonitor : Scrape Pastebin API To Collect Daily Pastes, Setup A Wordlist And Be Alerted By Email When You Have A Match
PasteMonitor is a Scrape Pastebin API to collect daily pastes, setup a wordlist and be alerted by email when you have a match. Description The PasteMonitor tool allows you to perform two main actions (for educational purposes only): Download daily new public pastes Send automatic email alert You can setup a wordlist and be alerted by email when you have a match If your paste...