Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 18b6a5a

Browse files
author
Aleksandar Straumann
committed
Update python3 for Eyewitness
1 parent 757e9ad commit 18b6a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robot_api/ansible_plays/eyewitness_play.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: Git install EyeWitness repo
1919
git:
2020
repo: https://github.com/FortyNorthSecurity/EyeWitness.git
21-
update: no
21+
update: yes
2222
dest: /tmp/EyeWitness
2323

2424
- name: Pip install EyeWitness
@@ -41,7 +41,7 @@
4141
become: true
4242
command:
4343
chdir=/tmp/EyeWitness
44-
python2 EyeWitness.py -f hosts_targets.txt -d /tmp/EyeWitness/reportout --no-prompt --web --threads 40 --max-retries 1
44+
python3 EyeWitness.py -f hosts_targets.txt -d /tmp/EyeWitness/reportout --no-prompt --web --threads 40 --max-retries 1
4545
async: 100000
4646
poll: 60
4747

0 commit comments

Comments
 (0)