Skip to content

Commit f183892

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] 4 pages modified
1 parent f4b540c commit f183892

File tree

3 files changed

+53
-12
lines changed

3 files changed

+53
-12
lines changed

SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of contents
22

33
* [HackTricks](README.md)
4+
* [Getting Started in Hacking](getting-started-in-hacking.md)
45
* [Pentesting Methodology](pentesting-methodology.md)
56
* [External Recon Methodology](external-recon-methodology.md)
67
* [Phishing Methodology](phishing-methodology/README.md)

getting-started-in-hacking.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Getting Started in Hacking
2+
3+
## Learning by Practice
4+
5+
### [https://tryhackme.com/](https://tryhackme.com/)
6+
7+
Tryhackme is a platform with virtual machines that need to be solved through walkthroughs, which is very good for beginners and normal CTFs where you self must hack into the machines.
8+
9+
### [https://www.root-me.org/](https://www.root-me.org/)
10+
11+
Rootme is another page for online hosted virtual machines to hack.
12+
13+
### [https://www.vulnhub.com/](https://www.vulnhub.com/)
14+
15+
Vulnhub has machines to download and then to hack
16+
17+
### [https://www.hackthebox.eu/](https://www.hackthebox.eu/) [https://academy.hackthebox.eu/catalogue](https://academy.hackthebox.eu/catalogue)
18+
19+
Hackthebox has online machines to hack, but there are very limited in the free version.
20+
21+
Recently the launched their academy, but it is a bit more expensive than for example tryhackme and has less.
22+
23+
### [https://hack.me/](https://hack.me/)
24+
25+
This site seems to be a community platform
26+
27+
### [https://www.hacker101.com/](https://www.hacker101.com/)
28+
29+
free site with videos and CTFs
30+
31+
### [https://crackmes.one/](https://crackmes.one/)
32+
33+
This site has a lot of binaries for forensic learning.
34+
35+
### [https://www.hackthissite.org/missions/basic/](https://www.hackthissite.org/missions/basic/)
36+
37+
### [https://attackdefense.com/](https://attackdefense.com/)
38+

shells/shells/README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# Shells \(Linux, Windows, MSFVenom\)
22

3-
## [**Shells - Linux**](linux.md)
3+
## \*\*\*\*[**Shells - Linux**](linux.md)\*\*\*\*
44

55
## [**Shells - Windows**](windows.md)
66

7-
## [**MSFVenom - CheatSheet**](untitled.md)
7+
## \*\*\*\*[**MSFVenom - CheatSheet**](untitled.md)
88

99
## **Auto-generated shells**
1010

11-
* [**https://reverse-shell.sh/**](https://reverse-shell.sh/)
12-
* [**https://www.revshells.com/**](https://www.revshells.com/)
13-
* [**https://github.com/ShutdownRepo/shellerator**](https://github.com/ShutdownRepo/shellerator)
14-
* [**https://github.com/0x00-0x00/ShellPop**](https://github.com/0x00-0x00/ShellPop)
15-
* [**https://github.com/cybervaca/ShellReverse**](https://github.com/cybervaca/ShellReverse)
16-
* [**https://liftoff.github.io/pyminifier/**](https://liftoff.github.io/pyminifier/)
17-
* [**https://github.com/xct/xc/**](https://github.com/xct/xc/)
18-
* [**https://weibell.github.io/reverse-shell-generator/**](https://weibell.github.io/reverse-shell-generator/)
19-
* [**https://github.com/t0thkr1s/revshellgen**](https://github.com/t0thkr1s/revshellgen)
20-
* [**https://github.com/mthbernardes/rsg**](https://github.com/mthbernardes/rsg)
11+
* \*\*\*\*[**https://reverse-shell.sh/**](https://reverse-shell.sh/)\*\*\*\*
12+
* \*\*\*\*[**https://www.revshells.com/**](https://www.revshells.com/)\*\*\*\*
13+
* \*\*\*\*[**https://github.com/ShutdownRepo/shellerator**](https://github.com/ShutdownRepo/shellerator)\*\*\*\*
14+
* \*\*\*\*[**https://github.com/0x00-0x00/ShellPop**](https://github.com/0x00-0x00/ShellPop)\*\*\*\*
15+
* \*\*\*\*[**https://github.com/cybervaca/ShellReverse**](https://github.com/cybervaca/ShellReverse) _\*\*_
16+
* \*\*\*\*[**https://liftoff.github.io/pyminifier/**](https://liftoff.github.io/pyminifier/) _\*\*_
17+
* \*\*\*\*[**https://github.com/xct/xc/**](https://github.com/xct/xc/) _\*\*_
18+
* \*\*\*\*[**https://weibell.github.io/reverse-shell-generator/**](https://weibell.github.io/reverse-shell-generator/)\*\*\*\*
19+
* \*\*\*\*[**https://github.com/t0thkr1s/revshellgen**](https://github.com/t0thkr1s/revshellgen)\*\*\*\*
20+
* \*\*\*\*[**https://github.com/mthbernardes/rsg**](https://github.com/mthbernardes/rsg)\*\*\*\*
21+
22+
## \*\*\*\*
2123

0 commit comments

Comments
 (0)