Skip to content

Instantly share code, notes, and snippets.

@steeve85
steeve85 / dionaea_scan1
Created June 9, 2012 21:21
Nmap Dionaea scan
[steeve@omega ~]$ nmap -sS -T 4 -A -O AAA.BBB.CCC.DDD
Starting Nmap 6.00 ( http://nmap.org ) at 2012-06-08 22:26 CEST
Nmap scan report for blah.blah.com (AAA.BBB.CCC.DDD)
Host is up (0.048s latency).
Not shown: 989 closed ports
PORT STATE SERVICE VERSION
21/tcp open ftp Dionaea honeypot ftpd
| ftp-anon: Anonymous FTP login allowed (FTP code 230)
|_Can't get directory listing: TIMEOUT
22/tcp open ssh OpenSSH 5.5p1 Debian 6+squeeze2 (protocol 2.0)
@steeve85
steeve85 / malwarelu.py
Created May 28, 2012 22:41
[broken] Dionaea module to upload files/malwares to malware.lu
#********************************************************************************
#* Dionaea
#* - catches bugs -
#*
#*
#*
#* Copyright (C) 2009 Paul Baecher & Markus Koetter
#*
#* This program is free software; you can redistribute it and/or
#* modify it under the terms of the GNU General Public License
@steeve85
steeve85 / twicrypter.py
Created May 12, 2012 18:32
Punish twitter account who tweet "crypter" or "cryptage"
#!/usr/bin/env python
import twitter, argparse, time
"""
twicrypter.py
v0.1
Steeve Barbeau
@steevebarbeau
@steeve85
steeve85 / pdb_downloader.py
Created May 12, 2012 09:30
Python PDB downloader. kind of alternative to Microsoft's symchk.exe
#!/usr/bin/env python
import httplib, os.path, argparse, pefile, struct
"""
pdb_downloader.py
v0.1
Steeve Barbeau
@steevebarbeau
steeve-barbeau.blogspot.com