Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HackingDave committed Jan 11, 2020
2 parents 05ee841 + 0cd356a commit 9dcf9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citrixmash.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def stage2(filename, randomuser, nonce, victimip, victimport):
parser.add_argument("target", help="the vulnerable server with Citrix (defaults https)")
parser.add_argument("targetport", help="the target server web port (normally on 443)")
parser.add_argument("attackerip", help="the attackers reverse listener IP address")
parser.add_argument("attackerport", help="the attackersa reverse listener port")
parser.add_argument("attackerport", help="the attackers reverse listener port")
args = parser.parse_args()
print("[*] Firing STAGE1 POST request to create the XML template exploit to disk...")
print("[*] Saving filename as %s.xml on the victim machine..." % (filename))
Expand Down

0 comments on commit 9dcf9eb

Please sign in to comment.