Skip to content

Instantly share code, notes, and snippets.

View neutrinoguy's full-sized avatar

Aagam Shah neutrinoguy

View GitHub Profile
@neutrinoguy
neutrinoguy / vmware_tools_install.sh
Created March 31, 2019 12:54
Tiny dirty script to install VMware tools on Ubuntu/Debian desktops/servers.
#!/bin/bash
echo "This will install VMWare tools. First of all Click on VM > Install/Re-install VMWare tools."
sleep 10
echo "Installing dependencies."
sudo apt install gcc binutils make -y
sudo mkdir /mnt/cdrom
sudo mount /dev/cdrom /mnt/cdrom/
tar xzvf /mnt/cdrom/VMwareTools-* -C /tmp/
cd /tmp/vmware-tools-distrib/
@neutrinoguy
neutrinoguy / magicbytes.py
Created February 7, 2019 03:20
Magic Bytes
import hexdump as hd
import re
import sys
import os
def banner():
banner = ''''
_____ _ _____ _
| |___ ___|_|___| __ |_ _| |_ ___ ___
@neutrinoguy
neutrinoguy / artifact_finder.py
Last active February 5, 2019 16:21
Artifact Finder
import re
import sys
banner = '''
___ __ _ ____ __ _______ __
/ | _____/ /_(_/ ______ ______/ /_ / ____(_____ ____/ ___ _____
@neutrinoguy
neutrinoguy / magic_bytes.json
Created December 30, 2018 19:08
File Signatures with there magic bytes.
{'ascii': '....',
'description': 'RedHat Package Manager (RPM) package',
'file_extension': 'rpm',
'hex': 'ed ab ee db',
'offset': '0'},
{'ascii': 'SP01',
'description': 'Amazon Kindle Update Package',
'file_extension': 'bin',
'hex': '53 50 30 31',
'offset': '0'},

Keybase proof

I hereby claim:

  • I am neutrinoguy on github.
  • I am neutrinoguy (https://keybase.io/neutrinoguy) on keybase.
  • I have a public key ASASWD-hJHArx7jJR-aCRa8nJheBTC0xeU2nRtNgUP2Vvwo

To claim this, I am signing this object: