Projects
Collection of tools and research-oriented frameworks focused on security testing, protocol interaction, and low-level experimentation.
Security Tools
Pixload
Payload injection toolkit for image formats (JPEG, PNG, GIF, BMP, WebP).
- Embeds arbitrary payloads into image structures
- Useful for testing parser behavior and detection systems
https://github.com/sighook/pixload
captal
Security auditing and social engineering framework.
- Wi-Fi attacks, MITM, phishing scenarios
- Layer 2 attack simulations
- Research-oriented tooling
https://github.com/sighook/captal
Layered Attack Tooling
layer234-attack-tools
Utilities for OSI layers 2—4.
- Network-level attacks and testing primitives
- Packet manipulation and protocol interaction
https://github.com/sighook/layer234-attack-tools
layer567-attack-tools
Utilities for OSI layers 5—7.
- Application-layer attack tooling
- Protocol fuzzing and interaction helpers
https://github.com/sighook/layer567-attack-tools
Other Projects
wxp78key
Tiny keylogger for XP/Vista/7/8 with FTP upload.
https://github.com/sighook/wxp78key
asleap (extended)
Enhanced LEAP attack implementation.
- Corrected attack logic
- Added MSCHAPv2 verification
- Configurable bruteforce support
https://github.com/sighook/asleap
gencc
Credit card number generator (Luhn-valid).
- Useful for testing validation systems
https://github.com/sighook/gencc
sms (deprecated)
Research project on SMS submission via web portals.
- Included captcha bypass analysis
- Retained for educational reference
https://github.com/sighook/sms
Distribution
Zeppe-Lin
Minimal GNU/Linux distribution derived from CRUX.
- KISS-oriented design
- Focus on simplicity and control
- Used as a platform for experimentation