Citadel is a collection of various scripts for pentest-related tasks.
- vars.zsh
- msf_resource_scripts
- dnsdump.py
- fileinfo.zsh
- fileserver.py
- opcodes.zsh
- stackpush.zsh
- ssl_convert.zsh
- gitdownload.zsh
- cardmon.zsh
- powershell_cmd_stager.py
- sf_parser.py
- xml_to_json.py
- enum_forms.py
- linker.sh
- init_commit.sh
- shellstorm.py
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. Quickly switch between modes of a network interface. Creates a command stager that will execute provided Powershell script Converts a .xml file to JSON Scrapes forms from URLCreates symbolic links under '.' for all executables found in given directory
Creates a .git repository and pushes all files to remote
Searches for shellcodes using Shellstorm API. You can extract raw bytes of the shellcode and write it to a fileThis software is under MIT License