View gist:c1b1bc553cff0b8b7dac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Copyright (c) 2015 Jeremy Miller | |
# All rights reserved. | |
# | |
# Author: Jeremy Miller, 2015 | |
# | |
# /etc/init.d/sickrage | |
# chkconfig: 345 70 30 | |
. /etc/init.d/functions |
View gist:243a31799befcf36a547
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##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 |
NewerOlder