Jump to content

weshakeandbake

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

weshakeandbake's Achievements

Newbie

Newbie (1/14)

  1. Thanks for the reply, I love SET don't get me wrong but I want to try run a script that runs SET, runs a template of a certain website, then before or after this script runs another script will be setting up DNS spoof and Arp poisoning spoof.
  2. Hey guys, I use Bt5 on a daily basis and I now want to start automating some of the tasks that I do as I waste some amount of time setting sh*t up. For instance when I call the script soc_fb I want my script to; cd to the Social Engineer Toolkit Launch SET navigate the different menus then once that has done, run some other script I have made. So Far my script is basic and I have hit a wall: #!/bin/bash clear cd /pentest/exploits/social_engineering_toolkit/ ./set 2 3 The script works up to the numbers 2/3 part of the script, I want 2 & 3 to be the user inputs, so it navigates to menu 2 first, then to menu 3 etc.. How would I achieve this? Thanks Pete
×
×
  • Create New...