CyberDeathSicko / Web-Application-Security-Checklist

GNU General Public License v3.0
0 stars 1 forks source link

enum4linux #1

Open s-b-repo opened 9 months ago

s-b-repo commented 9 months ago

!/bin/bash

Prompt the user for the target IP address

read -p "Enter the target IP address: " target_ip

Run enum4linux with various options

enum4linux -a "$target_ip"