Skip to content

Commit a2f2653

Browse files
committed
add some links to the cheatsheet command
1 parent ac35668 commit a2f2653

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

commands/cheatsheet.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,14 @@ func Cheatsheet(args []string) {
3333

3434
fmt.Println(theme.ColorCyan + "reverse shells" + theme.ColorReset)
3535
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)
3646
}

0 commit comments

Comments
 (0)