Skip to content

Instantly share code, notes, and snippets.

@dloss
dloss / app.yaml
Last active February 6, 2018 17:51
sshvis Webapp source code <http://sshvis.appspot.com>
application: sshvis-hrd
version: 15
runtime: python27
api_version: 1
threadsafe: no
handlers:
- url: .*
script: main.py
@dloss
dloss / FILE_ID.DIZ
Created January 6, 2018 15:47
HANDBUCH 1.30 documentation (converted from IBM437 to UTF-8)
HANDBUCH v1.30 - erstellt aus ASCII-Dateien
mit Epson-Druckern DIN A6-Hefte. FREEWARE.
Spart 75% Papier, benutzt Druckerschriften,
Seitengröße einstellbar, Zeilenumbruch, auch
zweispaltiger Druck, druckt MB große Dateien,
Seiten wählbar, 5 Schriftgrößen, flexible
Leerzeilenunterdrückung. Jetzt auch Umleitung
des Ausdrucks in Dateien.
(c) 1994,1995 Dirk Loß, Uedem
@dloss
dloss / swizzle.py
Last active July 19, 2017 21:18
Swizzle extraction toolkit (Python 2.7)
import sys
import binascii
chunklen = 32
maxbyte = 31
data = sys.stdin.read()
all_bytes_once_ascending = [chr(i) for i in range(chunklen)]
start = 0
while start < len(data)-chunklen:
@dloss
dloss / gist:fe8d6093f4acf3f0c8ce9f2171a1bce5
Created October 19, 2016 16:29
Scapy 2.3.3 announcement
Subject: [scapy.ml] Scapy 2.3.3
Date: Tue, 18 Oct 2016 15:25:27 +0200
From: Guillaume Valadon <guedou@hongo.wide.ad.jp>
Reply-To: scapy.ml@secdev.org
To: scapy.ml@secdev.org
Dear Scapy users & developers,
We usually try to do a new Scapy release each Christmas. Since Scapy
moved to github, we received a lot of amazing contributions from the
@dloss
dloss / LibreSSL-RepoMining.ipynb
Last active August 29, 2015 14:03
LibreSSL-RepoMining
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dloss
dloss / Bitcoin PDF carving
Last active April 7, 2023 00:50
Bitcoin PDF carving
$ foremost -o output bootstrap.dat
$ cd output/pdf
$ md5sum 13743564.pdf
b62b5e08a5aef7fead3c47eec1fe850c 13743564.pdf
$ sha1sum 13743564.pdf
09347fe5300e49b10b24c0e0640f90027c960ec6 13743564.pdf
$ wc 13743564.pdf
1189 6419 198467 13743564.pdf
@dloss
dloss / OpenSSL-RepoMining.ipynb
Created April 19, 2014 16:36
OpenSSL Repository Mining
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dloss
dloss / gist:6240457
Created August 15, 2013 12:30
Scapy on Windows development howto (DRAFT)
Scapy on Windows development howto (DRAFT)
Dirk Loss, 2010-07-17
Make a development directory:
C:\> mkdir Scapy
C:\> cd Scapy
C:\Scapy>
Install Python
@dloss
dloss / gist:5693316
Created June 2, 2013 11:06
Analysing network traffic with Pandas
{
"metadata": {
"name": "pcap"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{