Skip to content

Commit

Permalink
Updated the launch file to account for changes to the farmework core.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanmaster53 committed Jun 22, 2019
1 parent 902e79d commit 0a296bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon-ng
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def recon_ui(args):
x = base.Recon(**flags)
# check for and run script session
if args.script_file:
x.do_resource(args.script_file)
x._do_script_execute(args.script_file)
# launch the interactive session
options = [base.Mode.CONSOLE]
if args.workspace:
Expand Down

0 comments on commit 0a296bc

Please sign in to comment.