Interface007 / practical-recon-levelup0x02

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:CSS 100.0%