You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Always keep some sort of `reconnaissance` running in the background like `directory busting` with `Gobuster`, which can take some time.
56
56
- Make sure to `enumerate` every service and every endpoint properly. On a website for example, check for `usernames`, `email address schemes`, check the `source` of the website `click` or `hover over` every `link` you can find to see if they lead to something.
57
57
- Check for already known `vulnerabilities` and `exploits`. Therefore you can just use `Google`. Here are a few examples:
@@ -61,7 +61,7 @@ There are some basic things you should be aware about when you approaching a new
61
61
- `<APPLICATION> <VERSION> poc`
62
62
- `<APPLICATION> <VERSION> github`
63
63
- `<APPLICATION> <VERSION> github poc`
64
-
Alternatively check [Exploit Database](https://www.exploit-db.com/), [Sploitus](https://sploitus.com/) or use `searchsploit` from the command line.
64
+
Alternatively check [Exploit Database](https://www.exploit-db.com), [Sploitus](https://sploitus.com) or use `searchsploit` from the command line.
- Depending on your browser, switch to `settings` and then to `certificates`.
116
116
- Import the `certificate`.
117
-
- We recommend to use [FoxyProxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/) and configure it there but you can also go with the `proxy settings` of your browser.
117
+
- We recommend to use [FoxyProxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard) and configure it there but you can also go with the `proxy settings` of your browser.
118
118
119
119
| Setting | Value |
120
120
| --- | --- |
@@ -158,7 +158,7 @@ Below you find just a few tools to start with. Of course this is not a complete
@@ -173,7 +173,7 @@ Below you find just a few tools to start with. Of course this is not a complete
173
173
174
174
#### Trainings
175
175
176
-
If you feel you need to learn fundamentals of a new topic or to improve you knowledge in specific areas, I would recommend checking out [TryHackMe](https://tryhackme.com/) which provides valuable learning paths to various topics.
176
+
If you feel you need to learn fundamentals of a new topic or to improve you knowledge in specific areas, I would recommend checking out [TryHackMe](https://tryhackme.com) which provides valuable learning paths to various topics.
177
177
178
178
Here are a few room recommendations for beginners.
0 commit comments