Skip to content

My small collection of pentesting scripts

Notifications You must be signed in to change notification settings

HackTheJack/Citadel

 
 

Repository files navigation


Netenum

Language Language License

Introduction

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 ;> ).

List of scripts included

vars.zsh

Exports useful networking variables that can be used directly in terminal.

msf_resource_scripts

This directory contains a few `.rc` files for Metasploit Framework Console that automate certain tasks in the CLI. In order for them to work properly, put all scripts from this directory into your default path containing resource scripts for the framework, then load the main file: `msf5> resource main.rc`.

dnsdump.py

Downloads an image representation of DNS graph from dnsdump.com.

fileinfo.zsh

Presents basic information about selected file.

fileserver.py

Simple file server that exposes a local directory.

opcodes.zsh

Extracts opcodes from a binary, and prints them to STDOUT. Useful in shellcode development.

stackpush.zsh

Generates assembly instructions that push desired string onto the stack.

ssl_convert.zsh

Performs common OpenSSL file conversions.

gitdownload.zsh

Downloads a single file from a Github repository.

License

This software is under MIT License

About

My small collection of pentesting scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.4%
  • Python 18.6%