Skip to content
This repository contains all the material from the talk "Practical recon techniques for bug hunters & pentesters" given at Bugcrowd LevelUp 0x02 virtual conference
CSS
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets-from-spf @ 37a2a5f
censys-enumeration @ 8023494
domains-from-csp @ 9151685
imgs
the-art-of-subdomain-enumeration @ b70e6b0
.gitmodules
LICENSE
README.md
black.css
practical_recon.md
practical_recon.pdf

README.md

Practical recon techniques for bug hunters & pentesters

This repository contains all the material from the talk "Practical recon techniques for bug hunters & pentesters" given at Bugcrowd LevelUp 0x02 virtual conference

All the scripts are maintained as part of different repos and are included in this repo as git submodules so ideally if you want to clone along with the submodules, use the following command

git clone --recurse-submodules -j8 git@github.com:appsecco/practical-recon-levelup0x02.git

Slide deck

Practical recon techniques for bug hunters & pentesters

Talk video

Practical recon techniques for bug hunters & pentesters

Rendering the presentation

The presentation is built using reveal-md. If you simply want to run the presentation, follow the below steps:

  1. Clone the repo git clone git@github.com:appsecco/practical-recon-levelup0x02.git
  2. Install reveal-md npm install -g reveal-md
  3. Once reveal-md is installed, browse to the cloned directory and run the following command reveal-md -t black.css --separator "\n\n\n\n" --vertical-separator "\n\n\n" practical_recon.md
You can’t perform that action at this time.