Skip to content

Instantly share code, notes, and snippets.

View 0xdevalias's full-sized avatar
👀
Open to opportunities

Glenn 'devalias' Grant 0xdevalias

👀
Open to opportunities
View GitHub Profile
@0xdevalias
0xdevalias / !HackingMadCatzStrike7
Last active June 26, 2022 03:04
Saitek/MadCatz Profile Editor/Firmware/Etc Information (C:\Program Files\SmartTechnology\Software) See also: http://strike7.proboards.com/thread/155/hacking-info-firmware-usb-chips
# Researched By: Glenn 'devalias' Grant (http://devalias.net)
# License: The MIT License (MIT) - Copyright (c) 2013 Glenn 'devalias' Grant (see http://choosealicense.com/licenses/mit/ for full license text)
See http://strike7.proboards.com/thread/155/hacking-info-firmware-usb-chips for more information/discussion.
**I don't expect anything, but if you would like to donate/tip via BTC (bitcoin): 14ab53HryRsD1VLRtmperwKDtQrQPbVA4B**
@0xdevalias
0xdevalias / NotesOnUSBPacketCapturing.txt
Last active June 24, 2022 15:33
Notes on USB packet capturing/interfacing/reverse engineering.
# Researched By: Glenn 'devalias' Grant (http://devalias.net)
# License: The MIT License (MIT) - Copyright (c) 2013 Glenn 'devalias' Grant (see http://choosealicense.com/licenses/mit/ for full license text)
USB Complete : The Developer's Guide, Fourth Edition, Jan Axelson
* http://www.lvr.com/usbc.htm
* http://www.amazon.com/USB-Complete-Developers-Guide-Guides/dp/1931448086
* https://itunes.apple.com/au/book/usb-complete-fourth-edition/id482722029?mt=11
http://learn.adafruit.com/hacking-the-kinect
@0xdevalias
0xdevalias / DevAlias-PentestEnvironmentSetup.sh
Last active August 16, 2020 00:36
My steps to setup a new pentest environment
# /dev/alias Pentest Environment Setup
# Version: 0.2 (20131211)
# Created By: Glenn 'devalias' Grant (http://devalias.net)
# License: The MIT License (MIT) - Copyright (c) 2013 Glenn 'devalias' Grant (see http://choosealicense.com/licenses/mit/ for full license text)
# TODO:
# * Option to check if tools (from this script and external) exist/are already installed and what versions
# * Eg nmap , metasploit, etc
# * Lair: https://github.com/fishnetsecurity/Lair
# * apt-get install python-pip
@0xdevalias
0xdevalias / 1_OnapsisBizsploitNotes-README.md
Last active December 31, 2015 11:39
A collection of notes/exceptions/issues I've encountered while using Onapsis Bizsploit.

Onapsis Bizsploit Notes/Exceptions/Issues

A collection of notes/exceptions/issues I've encountered while using Onapsis Bizsploit.

@0xdevalias
0xdevalias / LairDrone-Bizsploit-bin-drone-bizsploit.
Created December 18, 2013 00:29
Lair Drone for Bizsploit (rough hacky storage till i create a proper repo)
#!/usr/bin/env python
# Copyright (c) 2013 Glenn 'devalias' Grant
import os
import sys
##############
# /dev/alias Import path hack for ./drone-bizsploit
##############
import pprint
mypath = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), '..'))

Figure out a good standard for how to use the HTTP response codes in a 'truly RESTful' (Now called 'Hypermedia API' apparently) way.

Summary

@0xdevalias
0xdevalias / TestingWebServiceLibraries.md
Last active August 29, 2015 13:57
Testing web service libraries