Skip to content

Instantly share code, notes, and snippets.

@threathunting
threathunting / audit.rules
Created March 7, 2018 09:44 — forked from Neo23x0/audit.rules
Linux Auditd Best Practice Configuration
# ___ ___ __ __
# / | __ ______/ (_) /_____/ /
# / /| |/ / / / __ / / __/ __ /
# / ___ / /_/ / /_/ / / /_/ /_/ /
# /_/ |_\__,_/\__,_/_/\__/\__,_/
#
# Linux Audit Daemon - Best Practice Configuration
# /etc/audit/audit.rules
#
# Compiled by Florian Roth

Keybase proof

I hereby claim:

  • I am threathunting on github.
  • I am threathunting (https://keybase.io/threathunting) on keybase.
  • I have a public key ASCmge_8A8BXM7AbvJIx1mc7tJkaNonqiIPOPMQKQ8PNvAo

To claim this, I am signing this object:

@threathunting
threathunting / Whatsapp_Interception.py
Created December 22, 2014 13:21
Credits: Thijs Alkemade
from pcapy import findalldevs, open_live
from impacket import ImpactDecoder, ImpactPacket
import funxmpp
import lxml.etree as etree
import base64
import time
import datetime
ips = ["173.193.247.211",
"184.173.136.73",
"184.173.136.75",
#!/usr/bin/python
# Exploit Title: Samsung TV Denial of Service (DoS) Attack
# Exploit Author: Malik Mesellem - @MME_IT - http://www.itsecgames.com
# Date: 07/21/2013
# CVE Number: CVE-2013-4890
# Vendor Homepage: http://www.samsung.com
# Description:
# The webserver (DMCRUIS/0.1) on TCP/5600 crashes by sending a long HTTP GET request
# As a results, the TV reboots...
# Tested successfully on my Samsung PS50C7700 plasma TV, with the latest firmware :)