Skip to content

Instantly share code, notes, and snippets.

View GONZOsint's full-sized avatar
🏴‍☠️
U+24B6

GOΠZO GONZOsint

🏴‍☠️
U+24B6
View GitHub Profile
@ehsahil
ehsahil / recon.rb
Last active December 28, 2022 06:02
#Tool based on a resolver.rb by @melvinsh
#Original Repository: https://github.com/melvinsh/subresolve
#Modified by @ehsahil for Personal Use.
require 'socket'
require 'colorize'
begin
file = File.open(ARGV[0], "r")
rescue
puts "Usage: ruby recon.rb wordlist"
@tg12
tg12 / ftp_check.py
Last active August 27, 2019 19:51
Fast Multi-threaded FTP Scanner
from datetime import datetime
import time
import threading
###########################
from multiprocessing import Process
import random
###########################
import dns.resolver
import dns.reversename
import ftplib
@tijldeneut
tijldeneut / o365creeper.py
Last active October 6, 2022 06:54
Fork with conversion to Python3
#!/usr/bin/env python3
# Created by Korey McKinley, Senior Security Consulant at LMG Security
# https://lmgsecurity.com
# July 12, 2019
# Converted to Python3 by Tijl Deneut
# August 8, 2021
@stcalica
stcalica / public_apis.md
Last active March 24, 2025 14:13
Postman Public APIs Preview

Try Public APIs for free

Explore popular APIs and see them work in Postman.