A python3 script searching for secret on swaggerhub

A python3 script searching for secret on swaggerhub Introduction • Requirements • Installation • Usage • Output explanation • Thanks Introduction This tool is made to automate the process of retrieving secrets in the public APIs on swaggerHub. This tool is multithreaded and pipe mode is available 🙂 Requirements python3 (sudo apt install python3) pip3 (sudo apt install python3-pip) Installation or cloning this repository and running git clone https://github.com/Liodeus/swaggerHole.git pip3 install . Usage

Read more

Fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports

Check the Spanish Version Dome is a fast and reliable python script that makes active and/or passive scan to obtain subdomains and search for open ports. This tool is recommended for bug bounty hunters and pentester in their reconnaissance phase. the more surface area exposed the faster a rock with break down If you want to use more OSINT engines, fill the config.api file with the needed API tokens Passive Mode: Use OSINT techniques to obtain subdomains from the target. […]

Read more

i3 dotfiles and installation scripts

Installation currently auto installation is only supported for arch linux and arch based distros.clone the repo git clone https://github.com/Anomic-cr/i3_dotfiles.git And run the installation script and you should be good to go Manual Installation Install the dependencies and copy the config files Dependencies i3-gaps, sddm, betterlockscreen, i3status-git, i3blocks-git, alacritty, rofi-git, neofetch-git, polybar-git, dunst-git, feh-git, nitrogen, picom, lxappearance, xorg, xorg-xinit, xorg-server, qt5, oh-my-zsh, zsh Optional Dependencies

Read more

Woodyll – A python script allowing for fast tpll and point marking

v1.1 woodyll is a python script allowing for fast tpll and point marking. woodyll opens your minecraft, teleports you to coordinates from your clipboard, marks down the point and switches back to map. Windows installation Verify if your PC has python installed by opening cmd and type py –version. If your PC has python installed, proceed to step 2. If your PC doesn’t have python installed, download it from python.org. Download woodyll by running git clone https://github.com/woodyamazing/woodyll.git in cmd or […]

Read more

Quick script for mixing wordlists in a way that maintains order

quick script for mixing wordlists in a way that maintains order. ([1,2],[3,4],[5,6] -> [1,3,5,2,4,6]) edit config.list to your set of preferred wordlists, then run the script and fetch the output on output.txt example of the default config.list file /usr/share/seclists/Discovery/Web-Content/raft-large-files.txt /usr/share/seclists/Discovery/Web-Content/raft-large-directories.txt /usr/share/seclists/Discovery/Web-Content/raft-large-words.txt /usr/share/seclists/Fuzzing/fuzz-Bo0oM.txt GitHub View Github    

Read more

A python script to force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69)

A python script to force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69). Features Requires: A valid username and password on the domain. Force authentification using MS-RPRN RemoteFindFirstPrinterChangeNotificationEx function (opnum 69). 🐍 Python 3 and Python 2 compatibility. Targets either a single IP or a range of IPs. Usage

Read more

Simple Python script to download images and videos from public subreddits without using Reddit’s API

Download images and videos from any public subreddit without using Reddit’s API Made with ❤ by Nico This script allows you to download directly linked images, videos and gifs from any public subreddit WITHOUT USING REDDIT’S API. How is this achieved? By using the very powerful PushShift API. This is important for a number of reasons: With Reddit’s api, you have a limit of 1000 posts, pushshift is unlimited. In my experience, pushshift is just faster. You don’t need a […]

Read more
1 2 3 4 5 18