Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add Fake SSH #544

Merged
merged 2 commits into from
Aug 30, 2022
Merged

Add Fake SSH #544

merged 2 commits into from
Aug 30, 2022

Conversation

TW-D
Copy link
Contributor

@TW-D TW-D commented Aug 14, 2022

  1. Copies the "ssh" command spoofing program to the user's home directory.
  2. Defines a new persistent "ssh" alias with the file "~/.bash_aliases".
  3. When the user executes the command "ssh" in a terminal, the spoofing program :
  • By default retrieves the username@address and password and writes them to "/tmp/.ssh_password".
  • But this behavior can be changed in line 20 of the "ssh-phishing.sh" file.

TW-D added 2 commits August 14, 2022 10:58
1) Copies the "ssh" command spoofing program to the user's home directory.
2) Defines a new persistent "ssh" alias with the file "~/.bash_aliases".
3) When the user executes the command "ssh" in a terminal, the spoofing program :
- __By default__ retrieves the username@address and password and writes them to "/tmp/.ssh_password".
- __But__ this behavior can be changed in line 20 of the "ssh-phishing.sh" file.
@hak5darren hak5darren merged commit b10a644 into hak5:master Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants