Guest User

Untitled

a guest
Nov 18th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. echo "start msfrpcd..."
  4. pkill msf
  5. msfrpcd -U msf -P msf -f -S -a 127.0.0.1 &
  6. echo "wait..."
  7. sleep 20
  8. echo "start armitage..."
  9. export MSF_DATABASE_CONFIG=~/.msf4/database.yml
  10. armitage &
Add Comment
Please, Sign In to add comment