Skip to content

Commit

Permalink
[AHK] Automatic update 👽
Browse files Browse the repository at this point in the history
  • Loading branch information
snovvcrash committed Sep 5, 2023
1 parent 176323b commit ed29653
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [AMSI Bypass](pentest/infrastructure/ad/av-edr-evasion/amsi-bypass.md)
- [Application Whitelist Bypass](pentest/infrastructure/ad/av-edr-evasion/application-whitelist-bypass.md)
- [AppLocker Bypass](pentest/infrastructure/ad/av-edr-evasion/applocker-bypass.md)
- [BYOVD](pentest/infrastructure/ad/av-edr-evasion/byovd.md)
- [CLM Bypass](pentest/infrastructure/ad/av-edr-evasion/clm-bypass.md)
- [Defender](pentest/infrastructure/ad/av-edr-evasion/defender.md)
- [ETW Block](pentest/infrastructure/ad/av-edr-evasion/etw-block.md)
Expand Down
7 changes: 7 additions & 0 deletions pentest/infrastructure/ad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ curl -sSL "https://github.com/ShutdownRepo/Exegol-images/raw/main/sources/bloodh
sed -i 's/"password": "exegol4thewin"/"password": "WeaponizeK4li!"/g' ~/.config/bloodhound/config.json
```

```
custom queries, bloodhound-python support???
docker run -itd -p 7687:7687 -p 7474:7474 --env NEO4J_AUTH=neo4j/YOURPASSWORD -v $(pwd)/neo4j:/data neo4j:4.4-community
curl -L https://github.com/SpecterOps/BloodHound/raw/main/examples/docker-compose/docker-compose.yml | docker compose -f - up
https://blog.spookysec.net/Deploying-BHCE/
```


#### Collectors

Expand Down
2 changes: 2 additions & 0 deletions pentest/infrastructure/ad/lateral-movement/over-pth.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Overpass-the-Hash

- [https://unshade.tech/sacrificial-session](https://unshade.tech/sacrificial-session)




Expand Down
1 change: 1 addition & 0 deletions redteam/maldev/code-injection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ sc = CFUNCTYPE(c_void_p, c_void_p)
call_sc = cast(cptr, sc)
call_sc(None)
```
{% endcode %}



Expand Down

0 comments on commit ed29653

Please sign in to comment.