Skip to content

Instantly share code, notes, and snippets.

@sz3n
sz3n / coco
Last active January 27, 2018 02:41
coco
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
@sz3n
sz3n / gist:7bbbf409b709b1bcd67757f3bd2caea4
Created November 18, 2017 19:02 — forked from mdisec/gist:b0d44cc14e4c4c10cd64
Kibana with Nginx Reverse Proxy + SSL + HTTP Auth
# 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
@sz3n
sz3n / intelMQ_install
Last active November 14, 2017 18:33
intelMQ
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
@sz3n
sz3n / get pastes
Last active August 4, 2022 16:12
get pastes
#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']
@sz3n
sz3n / cve-search
Last active January 9, 2017 18:13
cve-search
@sz3n
sz3n / bus pirate & pm3
Last active January 10, 2017 22:57
bus pirate & pm3
#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
@sz3n
sz3n / ios pentest
Last active September 25, 2016 20:19
ios pentest
http://www.jianshu.com/p/6a1cf4416375
install adv-cmds
http://bbs.iosre.com/t/dumpdecrypted/974/20
.sqlite
.db
.plist
plutil
@sz3n
sz3n / byobuCommands
Last active September 10, 2016 21:52 — forked from jshaw/byobuCommands
Byobu Commands
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
@sz3n
sz3n / scanbuild
Created September 9, 2016 15:39
scanbuild
#targeting aria2
autoreconf -i
./configure
@sz3n
sz3n / owncloud docker run
Created September 7, 2016 10:30
owncloud docker run
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