Citadel is a collection of various scripts that I wrote for use in pentesting-related tasks (but not only, some general purpose code chunks are also present here ;> ).
- vars.zsh
- msf_resource_scripts
- dnsdump.py
- fileinfo.zsh
- fileserver.py
- opcodes.zsh
- stackpush.zsh
- ssl_convert.zsh
- gitdownload.zsh
Downloads an image representation of DNS graph from dnsdump.com.
Presents basic information about selected file.
Simple file server that exposes a local directory.
Extracts opcodes from a binary, and prints them to STDOUT. Useful in shellcode development. Generates assembly instructions that push desired string onto the stack. Performs common OpenSSL file conversions. Downloads a single file from a Github repository.This software is under MIT License