Skip to content

Instantly share code, notes, and snippets.

@r00tpgp
r00tpgp / oscp_recon.sh
Last active February 4, 2020 12:52
Some script I found on the web for preparation of my OSCP exam, I modified it to include more functions for enumeration.
#!/bin/bash
###################################################
# Recon Script
#
# Version: v2_08102016
# Created By: Seclyn
# Description: For initial recon of network/hosts.
# Mod by: r00t.pgp
#
###################################################