Skip to content

Instantly share code, notes, and snippets.

View BDhackers009's full-sized avatar
🏠
Working from home

Mustakim Ahmed Sifat BDhackers009

🏠
Working from home
View GitHub Profile
@BDhackers009
BDhackers009 / proscan.sh
Last active April 27, 2022 06:11
This is a simple script for Kali Linux(only) which is made with bash. It can scan a domain with subfinder and check all live subdomains using massdns and save the result into a directory.
#!/bin/bash
# Written BY Mustakim Ahmed SIfat {BDhaCkers009}
R="$(printf '\033[1;31m')"
G="$(printf '\033[1;32m')"
Y="$(printf '\033[1;33m')"
W="$(printf '\033[1;37m')"
C="$(printf '\033[1;36m')"
check_pkg() {
pkgs="massdns"
pkgs2="subfinder"