Cook : A Customizable Wordlist And Password Generator

0

Cook is a customizable wordlist and password generator. Easily create permutations and combinations of words with predefined sets of extensions, words and patterns/function to create complex endpoints, wordlists and passwords. Easy UX, Checkout Usage. InstallationUsageBasic PermutationAdvance PermutationCustomizing toolPredefined SetsExtension SetsWords SetsCharacter sets - Use it like crunchPatterns/FunctionsInt RangesUsing FilesRegex Input from FileFile Not FoundSave your wordlists by unique namesUppercase, Lowercase,...

Invoke-Stealth : Simple And Powerful PowerShell Script Obfuscator

0

Invoke-Stealth is a Simple & Powerful PowerShell Script Obfuscator. This tool helps you to automate the obfuscation process of any script written in PowerShell with different techniques. You can use any of them separately, together or all of them sequentially with ease, from Windows or Linux. Requirements Powershell 4.0 or higherBash*Python 3* *Required to use all features Download It is recommended to clone the complete repository...

Profil3r : OSINT Tool That Allows You To Find A Person’S Accounts And Emails + Breached Emails

0

Profil3r is an OSINT tool that allows you to find potential profiles of a person on social networks, as well as their email addresses. This program also alerts you to the presence of a data leak for the found emails.  Prerequisite Python 3 Installation Install PyInquirer and jinja2 : pip3 install PyInquirer jinja2 Install Profil3r : git clone https://github.com/Rog3rSm1th/Profil3r.gitcd Profil3r/sudo python3 setup.py install Features Domain  TLD (.com, .org, .net, etc...) Emails  Data leaks Emails Social  Instagram Facebook Twitter Tiktok Pinterest Linktr.ee MySpace Music  Soundcloud Spotify Programming  Github Pastebin Repl.it Cracked.to Forum  0x00sec.org Jeuxvideo.com Hackernews Tchat  Skype Entertainment  Dailymotion Vimeo Porn  PornHub RedTube XVideos Money  BuyMeACoffee Report JSON A...

Fav-Up : IP Lookup By Favicon Using Shodan

0

Fav-Up is a tool used for lookups for real IP starting from the favicon icon and using Shodan. Installation pip3 install -r requirements.txt Shodan API key (not the free one) Usage CLI First define how you pass the API key: -k or --key to pass the key to the stdin-kf or --key-file to pass the filename which get the key from-sc or --shodan-cli to get the key from Shodan CLI (if you initialized it) As of now,...

Ldsview : Offline search tool for LDAP directory dumps in LDIF format

0

Ldsview is a offline search tool for LDAP directory dumps in LDIF format. Features Fast and memory efficient parsing of LDIF filesBuild ldapsearch commands to extract an LDIF from a directoryShow directory structureUAC and directory time format translation Config Config options can be passed as CLI flags, environment variables, or via a config file courtsey of viper. Reference the project's documentation for all of the different...

Posta : Cross-document Messaging Security Research Tool

0

Posta is a tool for researching Cross-document Messaging communication. It allows you to track, explore and exploit postMessage vulnerabilities, and includes features such as replaying messages sent between windows within any attached browser. Prerequisites Google Chrome / ChromiumNode.js (optional) Installation Development Environment Run Posta in a full development environment with a dedicated browser (Chromium): Install Posta git clone https://github.com/benso-io/postacd postanpm install Launch the dedicated Chromium session using the following command: node posta<URL> Click on the Posta...

OverRide : Binary Exploitation And Reverse-Engineering

0

OverRide is a explore disassembly, binary exploitation & reverse-engineering through 10 little challenges. In the folder for each level you will find: flag - password for next levelREADME.md - how to find passwordsource.c - the reverse engineered binarydissasembly_notes.md - notes on asm See the subject for more details. Getting Started First download from 42 OverRide.iso. Virtual Machine setup On Mac OSX, install VirtualBox. In VirtualBox create a new VM (click new). Name and operating system -...

SlackPirate : Slack Enumeration & Extraction Tool

0

SlackPirate is a tool developed in Python which uses the native Slack APIs to extract 'interesting' information from a Slack workspace given an access token. As of May 2018, Slack has over 8 million customers and that number is rapidly rising - the integration and 'ChatOps' possibilities are endless and allows teams (not just developers!) to create some really powerful...

Simple Business Plan for Internet Café

0

A cyber cafe or internet cafe has been a favorite destination for millions of people for over 30 years. The cyber ​​cafe attracts with constant high-speed Internet, the latest video games, and high-tech computers. Due to the growing demand for video games, the popularity of e-sports, and remote forms of earning money, cyber cafes do not lose but only...

IPCDump : Tool For Tracing Interprocess Communication (IPC) On Linux

0

IPCDump is a tool for tracing inter-process communication (IPC) on Linux. It covers most of the common IPC mechanisms -- pipes, fifos, signals, UNIX sockets, loop-back-based networking, and pseudo-terminals. It's a useful tool for debugging multi-process applications, and it's also a simple way to understand how the different moving parts in your system communicate with one another. I t can...