Hi all,
I am using Ubuntu and the plan is to have a nice menu like the one in BT5 so I know exactly what tools I have to play with and as I get more experience I can add more Tools.
so i done most of the ground work and created the menu but having trouble making all the tools work.
I looked at BT5 and they get the script to run using
sh -c "cd /pentest/enumeration/dns/dnsenum/ && ./dnsenum.pl ;sudo -s"
I have tried this but it does not work so I asked on the Ubuntu forms and they recommended to do it this way.
gnome-terminal --working-directory=/pentest/enumeration/dns/dnsenum/ -x perl dnsenum.pl && sudo -i
This worked for some of the script but other seem to not want to work and just close the terminal.
Does anyone have know a easy way to do this ??
* and before anyone says use BT I would love to as it make my life easy. But the company I work for don't like anyone using it. They perter you download install all tools yourself. *
thanks in advance