Skip to content

Instantly share code, notes, and snippets.

@danilabs
danilabs / UnBup Extractor Script
Last active February 19, 2019 07:47
Bash unbup script for McAfee .bup files. Simple usage will extract all files from a .bup to a directory with the name (_{bupfile}.extracted).
#!/bin/bash
# Title: UnBup Extractor Script
# Description: Bash unbup script for McAfee .bup files
# Simple usage will extract all files from a .bup to a directory with the sname (_{bupfile}.extracted)
# Input: Bup File
# Output: _{bupfile}.extracted directory with detail.txt and original binary
# Usage: bash unbup.sh infected.bup
# Requirements:
# * apt-get install p7zip-full
# * git clone https://github.com/hellman/xortool/
@danilabs
danilabs / opendreambox_webadmin_rce.rb
Last active December 25, 2017 11:39
MSF Module. OpenDreamBox 2.0.0 Plugin WebAdmin - Remote Code Execution
##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = GreatRanking
include Msf::Exploit::Remote::HttpClient
@danilabs
danilabs / openwebif_rce_grab.rb
Last active December 25, 2017 11:40
MSF module for e2openplugin-openwebif before 2 Mar 2014
##
# This module requires Metasploit: http://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = GreatRanking
include Msf::Exploit::Remote::HttpClient