Skip to content

Commit

Permalink
Changed default Metasploit path to match latest Backtrack
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 29, 2011
1 parent cbd8551 commit e187212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sergio-proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
sgroup = parser.add_argument_group("MSF",
"Generic Options for MSF integration")

sgroup.add_argument("--msf-path",type=str,default="/pentest/exploits/framework3/",
help="Path to msf (default: /pentest/exploits/framework3)")
sgroup.add_argument("--msf-path",type=str,default="/pentest/exploits/framework/",
help="Path to msf (default: /pentest/exploits/framework)")

#Initialize plugins
plugins = []
Expand Down

0 comments on commit e187212

Please sign in to comment.