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
https://www.youtube.com/watch?v=61mqENQgbV8 | |
https://www.youtube.com/watch?v=MoMjIwGSFVQ | |
https://www.youtube.com/watch?v=MyAOtvwTkT0 | |
4. | |
https://www.youtube.com/watch?v=kq2Gjv_pPe8 | |
5. | |
https://www.youtube.com/watch?v=JR8CmWyh2E8 |
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
# Nginx proxy for Elasticsearch + Kibana | |
# | |
# In this setup, we are password protecting the saving of dashboards. You may | |
# wish to extend the password protection to all paths. | |
# | |
# Even though these paths are being called as the result of an ajax request, the | |
# browser will prompt for a username/password on the first request | |
# | |
# If you use this, you'll want to point config.js at http://FQDN:443/ instead of | |
# http://FQDN:9200 |
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
sudo apt-get install python-dev | |
pip install intelmq | |
pip install python-dateutil | |
pip--upgrade python-dateutil | |
pip upgrade python-dateutil | |
pip install --upgrade python-dateutil | |
pip install --upgrade pip | |
pip install --upgrade pip | |
pip install intelmq | |
useradd -d /opt/intelmq -U -s /bin/bash intelmq |
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
#script for crawling and storing passwd dump on http://psbdmp.com/ | |
from bs4 import BeautifulSoup | |
import requests | |
from pymongo import MongoClient | |
from dateutil import parser | |
import re | |
url = 'http://psbdmp.com/' | |
client = MongoClient('localhost', 27017) | |
db = client['psbdmp'] |
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
git clone https://github.com/cve-search/cve-search.git | |
cd cve-search | |
virtualenv -p python3.4 venv | |
source venv/bin/activate | |
sudo apt-get install python3-lxml | |
pip install -r requirements.txt | |
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
#This post describes my "project" in: | |
debricking proxmark3 with the help of a Bus Pirate 3.6 board | |
as the board was shipped with a firmware inferior to 5.9, jtag was not supported | |
So i began my work by upgrading the firmware to 5.9+ (jtag supported) | |
#I was primarily based on http://dangerousprototypes.com/docs/Gonemad's_Bus_Pirate/OpenOCD_walk_through | |
#install driver | |
http://www.ftdichip.com/Drivers/CDM/CDM21224_Setup.zip |
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
http://www.jianshu.com/p/6a1cf4416375 | |
install adv-cmds | |
http://bbs.iosre.com/t/dumpdecrypted/974/20 | |
.sqlite | |
.db | |
.plist | |
plutil |
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
Byobu Commands | |
============== | |
byobu Screen manager | |
F2 Create a new window | |
F3 Go to the previous window | |
F4 Go to the next window | |
exit Close the current window | |
F9 Menu Window |
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
#targeting aria2 | |
autoreconf -i | |
./configure |
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
github https://github.com/docker-library/owncloud/tree/6011c09fec9dea07faae2282bdeba541a5b77a53/9.1/apache | |
sudo docker build -t "owncloud:oc9.1" . | |
sudo docker run -it --rm --name oc owncloud:oc9.1 |
NewerOlder