Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herrfeder/talk-recon-at-scale-and-viz
Talk about Recon for BugBounty/VDP and appropriate Visualisation using Jupyter and Graphs (neo4j)
https://github.com/herrfeder/talk-recon-at-scale-and-viz
Last synced: 27 days ago
JSON representation
Talk about Recon for BugBounty/VDP and appropriate Visualisation using Jupyter and Graphs (neo4j)
- Host: GitHub
- URL: https://github.com/herrfeder/talk-recon-at-scale-and-viz
- Owner: herrfeder
- Created: 2021-07-21T10:47:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T10:32:31.000Z (about 2 years ago)
- Last Synced: 2024-10-15T19:13:23.155Z (2 months ago)
- Language: Jupyter Notebook
- Size: 8.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Talk-Recon-at-Scale-and-Viz
Talk about Recon for BugBounty/VDP and appropriate Visualisation using Jupyter and Graphs (neo4j)| Diagram Counting Services | Diagram counting HTTP Responses over differnt tools |
|--------------------------------------|--------------------------------------|
| ![](https://github.com/herrfeder/Talk-Recon-at-Scale-and-Viz/raw/main/examples/diagram_portscan.png) | ![](https://github.com/herrfeder/Talk-Recon-at-Scale-and-Viz/raw/main/examples/diagram_spider.png) || Graph to Represent Relationship of Subdomains and IPs | Hiearchical Graph to Represent Sitemap |
|--------------------------------------|--------------------------------------|
| ![](https://github.com/herrfeder/Talk-Recon-at-Scale-and-Viz/raw/main/examples/graph_subdomain.png) | ![](https://github.com/herrfeder/Talk-Recon-at-Scale-and-Viz/raw/main/examples/graph_url.png) |## Run Visualisation Notebooks
* start neo4j Docker-Container
```
docker run --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo4j/data:/data neo4j
```* start Jupyter Environment (basically you can run whatever you want, but I recommend https://github.com/ml-tooling/ml-workspace)
```
docker run -d \
-p 8080:8080 \
--name "ml-workspace" \
-v "${PWD}:/workspace" \
--env AUTHENTICATE_VIA_JUPYTER="mytoken" \
--shm-size 512m \
--restart always \
mltooling/ml-workspace:0.13.2
```## Example Graphs
* URL Hierarchical Graph: https://herrfeder.github.io/graph_url.html
* Subdomain IP Graph: https://herrfeder.github.io/graph_subdomain.html## Disclaimer
Any exposed vulnerability was reported and won't be exposed in any of the included data. Where specific vulnerabilities is pointed at, the associated hosts are anonymised.