mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
GitBook: [master] 4 pages modified
This commit is contained in:
parent
f4b540cf73
commit
f1838927e4
3 changed files with 53 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
# Table of contents
|
||||
|
||||
* [HackTricks](README.md)
|
||||
* [Getting Started in Hacking](getting-started-in-hacking.md)
|
||||
* [Pentesting Methodology](pentesting-methodology.md)
|
||||
* [External Recon Methodology](external-recon-methodology.md)
|
||||
* [Phishing Methodology](phishing-methodology/README.md)
|
||||
|
|
38
getting-started-in-hacking.md
Normal file
38
getting-started-in-hacking.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Getting Started in Hacking
|
||||
|
||||
## Learning by Practice
|
||||
|
||||
### [https://tryhackme.com/](https://tryhackme.com/)
|
||||
|
||||
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.
|
||||
|
||||
### [https://www.root-me.org/](https://www.root-me.org/)
|
||||
|
||||
Rootme is another page for online hosted virtual machines to hack.
|
||||
|
||||
### [https://www.vulnhub.com/](https://www.vulnhub.com/)
|
||||
|
||||
Vulnhub has machines to download and then to hack
|
||||
|
||||
### [https://www.hackthebox.eu/](https://www.hackthebox.eu/) [https://academy.hackthebox.eu/catalogue](https://academy.hackthebox.eu/catalogue)
|
||||
|
||||
Hackthebox has online machines to hack, but there are very limited in the free version.
|
||||
|
||||
Recently the launched their academy, but it is a bit more expensive than for example tryhackme and has less.
|
||||
|
||||
### [https://hack.me/](https://hack.me/)
|
||||
|
||||
This site seems to be a community platform
|
||||
|
||||
### [https://www.hacker101.com/](https://www.hacker101.com/)
|
||||
|
||||
free site with videos and CTFs
|
||||
|
||||
### [https://crackmes.one/](https://crackmes.one/)
|
||||
|
||||
This site has a lot of binaries for forensic learning.
|
||||
|
||||
### [https://www.hackthissite.org/missions/basic/](https://www.hackthissite.org/missions/basic/)
|
||||
|
||||
### [https://attackdefense.com/](https://attackdefense.com/)
|
||||
|
|
@ -1,21 +1,23 @@
|
|||
# Shells \(Linux, Windows, MSFVenom\)
|
||||
|
||||
## [**Shells - Linux**](linux.md)
|
||||
## \*\*\*\*[**Shells - Linux**](linux.md)\*\*\*\*
|
||||
|
||||
## [**Shells - Windows**](windows.md)
|
||||
|
||||
## [**MSFVenom - CheatSheet**](untitled.md)
|
||||
## \*\*\*\*[**MSFVenom - CheatSheet**](untitled.md)
|
||||
|
||||
## **Auto-generated shells**
|
||||
|
||||
* [**https://reverse-shell.sh/**](https://reverse-shell.sh/)
|
||||
* [**https://www.revshells.com/**](https://www.revshells.com/)
|
||||
* [**https://github.com/ShutdownRepo/shellerator**](https://github.com/ShutdownRepo/shellerator)
|
||||
* [**https://github.com/0x00-0x00/ShellPop**](https://github.com/0x00-0x00/ShellPop)
|
||||
* [**https://github.com/cybervaca/ShellReverse**](https://github.com/cybervaca/ShellReverse)
|
||||
* [**https://liftoff.github.io/pyminifier/**](https://liftoff.github.io/pyminifier/)
|
||||
* [**https://github.com/xct/xc/**](https://github.com/xct/xc/)
|
||||
* [**https://weibell.github.io/reverse-shell-generator/**](https://weibell.github.io/reverse-shell-generator/)
|
||||
* [**https://github.com/t0thkr1s/revshellgen**](https://github.com/t0thkr1s/revshellgen)
|
||||
* [**https://github.com/mthbernardes/rsg**](https://github.com/mthbernardes/rsg)
|
||||
* \*\*\*\*[**https://reverse-shell.sh/**](https://reverse-shell.sh/)\*\*\*\*
|
||||
* \*\*\*\*[**https://www.revshells.com/**](https://www.revshells.com/)\*\*\*\*
|
||||
* \*\*\*\*[**https://github.com/ShutdownRepo/shellerator**](https://github.com/ShutdownRepo/shellerator)\*\*\*\*
|
||||
* \*\*\*\*[**https://github.com/0x00-0x00/ShellPop**](https://github.com/0x00-0x00/ShellPop)\*\*\*\*
|
||||
* \*\*\*\*[**https://github.com/cybervaca/ShellReverse**](https://github.com/cybervaca/ShellReverse) _\*\*_
|
||||
* \*\*\*\*[**https://liftoff.github.io/pyminifier/**](https://liftoff.github.io/pyminifier/) _\*\*_
|
||||
* \*\*\*\*[**https://github.com/xct/xc/**](https://github.com/xct/xc/) _\*\*_
|
||||
* \*\*\*\*[**https://weibell.github.io/reverse-shell-generator/**](https://weibell.github.io/reverse-shell-generator/)\*\*\*\*
|
||||
* \*\*\*\*[**https://github.com/t0thkr1s/revshellgen**](https://github.com/t0thkr1s/revshellgen)\*\*\*\*
|
||||
* \*\*\*\*[**https://github.com/mthbernardes/rsg**](https://github.com/mthbernardes/rsg)\*\*\*\*
|
||||
|
||||
## \*\*\*\*
|
||||
|
||||
|
|
Loading…
Reference in a new issue