├── .gitignore ├── 1. Hacktoberfest Online Meetup Chitwan, 2020 ├── README.md └── slides.pdf ├── 2. null Ahmedabad Meet 18 April 2021 Monthly Meet ├── README.md └── slides.pdf ├── README.md └── assets ├── GitHub Dorks for Recon.png ├── Removing GitHub Leaks.png ├── Removing Leaks.png ├── Sample Keywords to search for.png ├── Sensitive Information Disclosure.png ├── Using .gitignore.png ├── Using GitHub Secrets - I.png └── Using GitHub Secrets - II.png /.gitignore: -------------------------------------------------------------------------------- 1 | *.pptx -------------------------------------------------------------------------------- /1. Hacktoberfest Online Meetup Chitwan, 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/1. Hacktoberfest Online Meetup Chitwan, 2020/README.md -------------------------------------------------------------------------------- /1. Hacktoberfest Online Meetup Chitwan, 2020/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/1. Hacktoberfest Online Meetup Chitwan, 2020/slides.pdf -------------------------------------------------------------------------------- /2. null Ahmedabad Meet 18 April 2021 Monthly Meet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/2. null Ahmedabad Meet 18 April 2021 Monthly Meet/README.md -------------------------------------------------------------------------------- /2. null Ahmedabad Meet 18 April 2021 Monthly Meet/slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/2. null Ahmedabad Meet 18 April 2021 Monthly Meet/slides.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/README.md -------------------------------------------------------------------------------- /assets/GitHub Dorks for Recon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/GitHub Dorks for Recon.png -------------------------------------------------------------------------------- /assets/Removing GitHub Leaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Removing GitHub Leaks.png -------------------------------------------------------------------------------- /assets/Removing Leaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Removing Leaks.png -------------------------------------------------------------------------------- /assets/Sample Keywords to search for.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Sample Keywords to search for.png -------------------------------------------------------------------------------- /assets/Sensitive Information Disclosure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Sensitive Information Disclosure.png -------------------------------------------------------------------------------- /assets/Using .gitignore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Using .gitignore.png -------------------------------------------------------------------------------- /assets/Using GitHub Secrets - I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Using GitHub Secrets - I.png -------------------------------------------------------------------------------- /assets/Using GitHub Secrets - II.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheBinitGhimire/GitHub-Recon/HEAD/assets/Using GitHub Secrets - II.png --------------------------------------------------------------------------------