Giter Site home page Giter Site logo

nick0lass / helper-scripts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spyr0-sec/helper-scripts

0.0 0.0 0.0 319 KB

Repo of some helper scripts to try and make lives easier

License: GNU General Public License v3.0

Shell 1.78% Python 93.79% PowerShell 4.43%

helper-scripts's Introduction

Helpers

Little helper scripts to aid infrastructure testing and reporting

Pre-reqs

python 3.8

pip install -r requirements.txt

Installation

Recommended to put this directory in your PATH so you can execute scripts from anywhere. Example .zshrc addition below:

export PATH=$PATH:/opt/helper-scripts

Mergers

Nmap merger

Nessus merger - has been modified with pwsh shebang to work on WSL / Linux & reversed \ to / to support *nix filepaths.

nessusToExcel Extractor

This script will take in a single file or directory of nessus files and will output an Excel Workbook as well a Host Information.txt file in your current working directory.

A nessus file of around 8000 hosts takes around 5 minutes to process. Use --help or -h for full help and examples output.

Sparta.conf

An extended configuration file providing a wrapper around the nmap NSE library and hydra to automatically brute force common management ports.

# Installation script - run as root
apt install python3-sqlalchemy python3-pyqt5 wkhtmltopdf ldap-utils rwho rsh-client x11-apps finger seclists
git clone https://github.com/secforce/sparta.git /usr/share/sparta
mv /usr/share/sparta/sparta /usr/bin/sparta ; chmod +x /usr/bin/sparta
wget https://raw.githubusercontent.com/spyr0-sec/helper-scripts/main/sparta.conf -O /usr/share/sparta/sparta.conf

# Install vulscan 
git clone https://github.com/scipag/vulscan.git /usr/share/vulscan
cd /usr/share/vulscan ; rm *.csv ; sudo chmod +x update.sh ; sudo ./update.sh

VLANer

Wrapper script to handle creation and deletion of multiple VLANs when testing via trunk ports

PyShark

CLI raw packet capturer for offline analysis

Named_Pipes

Extended list of named pipes to increase success of SMB based vulnerabilities.

wget https://raw.githubusercontent.com/spyr0-sec/helper-scripts/main/named_pipes.txt -O /usr/share/metasploit-framework/data/wordlists/named_pipes.txt

helper-scripts's People

Contributors

spyr0-sec avatar lapolis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.