From b648b76ab47f3bc3fd0dfc807a0fc0e7aa6c25fc Mon Sep 17 00:00:00 2001 From: leetcore Date: Sat, 9 Sep 2023 11:34:33 +0200 Subject: [PATCH] .git config loot --- .gitignore | 3 ++- 1337_file.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 29c1566..f44e12f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -**.DS_Store \ No newline at end of file +**.DS_Store +git/ diff --git a/1337_file.txt b/1337_file.txt index 9005be8..57f5e44 100644 --- a/1337_file.txt +++ b/1337_file.txt @@ -331,6 +331,10 @@ ssh -L 3389:10.200.115.35:3389 -i id.key root@holo.live # 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 root@127.0.0.1:/tmp +# download (-l maxspeed) +scp -l 1000000 root@127.0.0.1:/tmp . # REVERSE SHELLS Upgrade shell: @@ -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)