Skip to content

Commit

Permalink
.git config loot
Browse files Browse the repository at this point in the history
  • Loading branch information
leetcore committed Sep 9, 2023
1 parent bac09e3 commit b648b76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
**.DS_Store
**.DS_Store
git/
8 changes: 8 additions & 0 deletions 1337_file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ ssh -L 3389:10.200.115.35:3389 -i id.key [email protected]

# SCP (scp, ssh, copy, file):
scp /path/of/your/local/filename username@hostname:/path/to/remote/server/folder
# upload (-l maxspeed)
scp -l 1000000 file.zip [email protected]:/tmp
# download (-l maxspeed)
scp -l 1000000 [email protected]:/tmp .

# REVERSE SHELLS
Upgrade shell:
Expand Down Expand Up @@ -642,6 +646,10 @@ misc::skeleton
https://github.com/djhohnstein/SharpChromium
SharpChrome.exe logins /showall

.git config (GIT, git, loot)
git log -Susername .
git log -Spassword .

# RADARE2 (r2, radare)
aaa (analyze)
afl (analyze functions)
Expand Down

0 comments on commit b648b76

Please sign in to comment.