OpenSourcePentest / pitch

Licence: CC0-1.0 license
The initial conversation slides and menu of scenarios

Projects that are alternatives of or similar to pitch

pentest-notes
渗透测试☞经验/思路/总结/想法/笔记
Stars: ✭ 734 (+1883.78%)
Mutual labels:  infosec, redteaming
conti-pentester-guide-leak
Leaked pentesting manuals given to Conti ransomware crooks
Stars: ✭ 772 (+1986.49%)
Mutual labels:  infosec, redteaming
MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
Stars: ✭ 79 (+113.51%)
Mutual labels:  infosec, redteaming
palinka c2
Just another useless C2 occupying space in some HDD somewhere.
Stars: ✭ 14 (-62.16%)
Mutual labels:  redteaming
toolkit
The essential toolkit for reversing, malware analysis, and cracking
Stars: ✭ 176 (+375.68%)
Mutual labels:  infosec
dummyDLL
Utility for hunting UAC bypasses or COM/DLL hijacks that alerts on the exported function that was consumed.
Stars: ✭ 35 (-5.41%)
Mutual labels:  infosec
Jiraffe
One stop place for exploiting Jira instances in your proximity
Stars: ✭ 157 (+324.32%)
Mutual labels:  infosec
tutorials
Additional Resources For Securing The Stack Tutorials
Stars: ✭ 36 (-2.7%)
Mutual labels:  infosec
pentest-reports
Collection of penetration test reports and pentest report templates. Published by the the best security companies in the world.
Stars: ✭ 111 (+200%)
Mutual labels:  infosec
standards-maintenance
This repository houses the interactions, consultations and work management to support the maintenance of baselined components of the Consumer Data Right API Standards and Information Security profile.
Stars: ✭ 32 (-13.51%)
Mutual labels:  infosec
rustpad
Multi-threaded Padding Oracle attacks against any service. Written in Rust.
Stars: ✭ 75 (+102.7%)
Mutual labels:  infosec
InfoPhish
InfoPath Phishing Repo Resource
Stars: ✭ 68 (+83.78%)
Mutual labels:  infosec
Blue-Team-Notes
You didn't think I'd go and leave the blue team out, right?
Stars: ✭ 899 (+2329.73%)
Mutual labels:  infosec
restincode
A memorial site for Hackers and Infosec people who have passed
Stars: ✭ 62 (+67.57%)
Mutual labels:  infosec
S3Scan
Script to spider a website and find publicly open S3 buckets
Stars: ✭ 21 (-43.24%)
Mutual labels:  infosec
netizenship
a commandline #OSINT tool to find the online presence of a username in popular social media websites like Facebook, Instagram, Twitter, etc.
Stars: ✭ 33 (-10.81%)
Mutual labels:  infosec
SuperLibrary
Information Security Library
Stars: ✭ 60 (+62.16%)
Mutual labels:  infosec
react-obfuscate
An intelligent React component to obfuscate any contact link!
Stars: ✭ 87 (+135.14%)
Mutual labels:  infosec
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+478.38%)
Mutual labels:  infosec
wildpwn
unix wildcard attacks
Stars: ✭ 119 (+221.62%)
Mutual labels:  infosec

Open Source Pentest Docs: Pitch

Build Status

The initial conversation slides and menu of scenarios

Reference Material:

This project uses asciidocs through the backend called asciidoctor-reveal.

If you need help with AsciiDoc syntac refer to their user guide here: http://www.methods.co.nz/asciidoc/userguide.html

Requirements to build

mubix@host:~$ gem install 'asciidoctor-revealjs'

Building

  1. Close the respository
mubix@host:~$ git clone https://github.com/OpenSourcePentest/pitch
  1. Change directory into the pitch directory and pull down Reveal.js into the revealjs directory
mubix@host:~$ cd pitch
mubix@host:~/pitch/$ git clone -b 3.5.0 --depth 1 https://github.com/hakimel/reveal.js.git revealjs
  1. Build the index.html
mubix@host:~/pitch/$ asciidoctor-revealjs -o index.html index.adoc

Thats it..

.. or you can cheat and just check out the version that Travis builds on very commit:

git clone -b gh-pages https://github.com/OpenSourcePentest/pitch.git
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].