All Projects → redcode-labs → Citadel

redcode-labs / Citadel

Licence: mit
Collection of pentesting scripts

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Citadel

Hackerenv
Stars: ✭ 309 (-7.21%)
Mutual labels:  pentesting, pentest-scripts
Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (+35.14%)
Mutual labels:  pentesting, pentest-scripts
Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+1370.57%)
Mutual labels:  pentest-scripts, pentesting
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+103.3%)
Mutual labels:  pentesting, pentest-scripts
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (-3.3%)
Mutual labels:  pentesting, pentest-scripts
Pentestingazureapps
Script samples from the book Pentesting Azure Applications (2018, No Starch Press)
Stars: ✭ 69 (-79.28%)
Mutual labels:  pentesting, pentest-scripts
Yasuo
A ruby script that scans for vulnerable & exploitable 3rd-party web applications on a network
Stars: ✭ 517 (+55.26%)
Mutual labels:  pentesting, pentest-scripts
Smtptester
small python3 tool to check common vulnerabilities in SMTP servers
Stars: ✭ 102 (-69.37%)
Mutual labels:  pentesting, pentest-scripts
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (-3.9%)
Mutual labels:  pentesting, pentest-scripts
Badintent
Intercept, modify, repeat and attack Android's Binder transactions using Burp Suite
Stars: ✭ 303 (-9.01%)
Mutual labels:  pentesting
Airgeddon
This is a multi-use bash script for Linux systems to audit wireless networks.
Stars: ✭ 3,830 (+1050.15%)
Mutual labels:  pentesting
Ccat
Cloud Container Attack Tool (CCAT) is a tool for testing security of container environments.
Stars: ✭ 300 (-9.91%)
Mutual labels:  pentesting
Fuzzdicts
Web Pentesting Fuzz 字典,一个就够了。
Stars: ✭ 4,013 (+1105.11%)
Mutual labels:  pentesting
Injuredandroid
A vulnerable Android application that shows simple examples of vulnerabilities in a ctf style.
Stars: ✭ 317 (-4.8%)
Mutual labels:  pentesting
Gray hat csharp code
This repository contains full code examples from the book Gray Hat C#
Stars: ✭ 301 (-9.61%)
Mutual labels:  pentesting
Reconnote
Web Application Security Automation Framework which recons the target for various assets to maximize the attack surface for security professionals & bug-hunters
Stars: ✭ 322 (-3.3%)
Mutual labels:  pentesting
Dotdotslash
Search for Directory Traversal Vulnerabilities
Stars: ✭ 297 (-10.81%)
Mutual labels:  pentest-scripts
Wirespy
Framework designed to automate various wireless networks attacks (the project was presented on Pentester Academy TV's toolbox in 2017).
Stars: ✭ 293 (-12.01%)
Mutual labels:  pentesting
Offensive Docker
Offensive Docker is an image with the more used offensive tools to create an environment easily and quickly to launch assessment to the targets.
Stars: ✭ 328 (-1.5%)
Mutual labels:  pentesting
Osint tips
OSINT
Stars: ✭ 322 (-3.3%)
Mutual labels:  pentesting


Netenum

Language Language License

Introduction

Citadel is a collection of various scripts for pentest-related tasks.

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`.

sf_parser.py

Pretty-print results of a SpiderFoot scan

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.

cardmon.zsh

Quickly switch between modes of a network interface.

powershell_cmd_stager.py

Creates a command stager that will execute provided Powershell script

xml_to_json.py

Converts a .xml file to JSON

enum_forms.py

Scrapes forms from URL

linker.sh

Creates symbolic links under '.' for all executables found in given directory

shellstorm.py

Searches for shellcodes using Shellstorm API. You can extract raw bytes of the shellcode and write it to a file

License

This software is under MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].