Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix ssh #335

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix ssh #335

wants to merge 3 commits into from

Conversation

espegro
Copy link

@espegro espegro commented Nov 19, 2021

Fix issue 191 #191

Moved the setting of HostKeyAlgorithms, KexAlgorithms and Ciphers from the init() function to the Init() function.

Test using this file as multiple.ini

[ssh]
trigger="tag0"
name="ssh22"
port=22
[ssh]
trigger="tag1"
name="ssh2222"
port=2222

And this as targets

192.168.1.10,,tag0
192.168.1.11,,tag1

Run:

zgrab2 multiple -c multiple.ini --input-file=targets --output-file=out.json

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant