Skip to content

Instantly share code, notes, and snippets.

View UdayGoudDevOps's full-sized avatar
💭
I may be slow to respond.

Uday Goud UdayGoudDevOps

💭
I may be slow to respond.
View GitHub Profile
@YourFriendCaspian
YourFriendCaspian / gitrob_install.txt
Last active August 2, 2024 03:56 — forked from jmi4/gist:243a31799befcf36a547
Install Gitrob on Kali
##Installation of gitrob a tool used to crawl a github org for sensitive info
## I have done this on kali linux
$ git clone https://github.com/michenriksen/gitrob
$ cd gitrob
$ apt-get update
$ apt-get install ruby-bcrypt ruby2.1-dev postgresql-server-dev-9.1 -y