File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,14 @@ func Cheatsheet(args []string) {
33
33
34
34
fmt .Println (theme .ColorCyan + "reverse shells" + theme .ColorReset )
35
35
fmt .Println (theme .ColorGray + "🔗 https://swisskyrepo.github.io/InternalAllTheThings/cheatsheets/shell-reverse-cheatsheet/" + theme .ColorReset )
36
+
37
+ fmt .Println (theme .ColorCyan + "gpg" + theme .ColorReset )
38
+ fmt .Println (theme .ColorGray + "🔗 https://irtfweb.ifa.hawaii.edu/~lockhart/gpg/" + theme .ColorReset )
39
+ fmt .Println (theme .ColorGray + "🔗 https://devhints.io/gnupg" + theme .ColorReset )
40
+
41
+ fmt .Println (theme .ColorCyan + "ssh" + theme .ColorReset )
42
+ fmt .Println (theme .ColorGray + "🔗 https://iximiuz.com/ssh-tunnels/ssh-tunnels.png" + theme .ColorReset )
43
+
44
+ fmt .Println (theme .ColorCyan + "pwn" + theme .ColorReset )
45
+ fmt .Println (theme .ColorGray + "🔗 https://ir0nstone.gitbook.io/notes/" + theme .ColorReset )
36
46
}
You can’t perform that action at this time.
0 commit comments