File tree 2 files changed +5
-2
lines changed
network-services-pentesting
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ _Hacktricks logos & motion design by_ [_@ppiernacho_](https://www.instagram.com/
10
10
# Download latest version of hacktricks
11
11
git clone https://github.com/HackTricks-wiki/hacktricks
12
12
# Run the docker container indicating the path to the hacktricks folder
13
- docker run -- rm -p 3337:3000 --name hacktricks -v $( pwd) /hacktricks:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c " cd /app && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0"
13
+ docker run -d -- rm -p 3337:3000 --name hacktricks -v $( pwd) /hacktricks:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c " cd /app && git config --global --add safe.directory /app && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0"
14
14
```
15
15
16
16
Your local copy of HackTricks will be ** available at [ http://localhost:3337 ] ( http://localhost:3337 ) ** after <5 minutes (it needs to build the book, be patient).
Original file line number Diff line number Diff line change @@ -422,9 +422,12 @@ Entry_6:
422
422
Name: Hydra Brute Force
423
423
Description: Need User
424
424
Command: hydra -l {Username} -P {Big_Passwordlist} {IP} ldap2 -V -f
425
+
426
+ Entry_7:
427
+ Name: Netexec LDAP BloodHound
428
+ Command: nxc ldap <IP> -u <USERNAME> -p <PASSWORD> --bloodhound -c All -d <DOMAIN.LOCAL> --dns-server <IP> --dns-tcp
425
429
```
426
430
427
431
{{#include ../banners/hacktricks-training.md}}
428
432
429
433
430
-
You can’t perform that action at this time.
0 commit comments