Giter VIP home page Giter VIP logo

shells's Introduction

shells

A collection of bash (and python) scripts to aid in work flow automation. These can be useful for pentesting, ctf challenges, or just simply automating a tedious task.

picAcert

This script was inspired by the need to continuously update the CA certs on a webserver. Well, specifically a DoD web server that advertises the accepted client certificates and their trusted CA. The script creates an interactive menu that allows the user to choose which CA certs to update. It downloads the cert in PEM format and appends it to a chain.

harray-for-curl

I wrote this script attempting to automate a curl request to 20 seperate web servers in docker containers. Basically, the /etc/hosts file (this was provided) in included the hostnames so I read the file into an array and then used curl to make the http request. Even though it could be improved, it worked fine for the number of hosts it cURLd.

pyFuzz

Yes, I know. It's not really a shell script. I didnt want to create a seperate repo for python scripts. This at least keeps it consistent with the purpose of the "shells" repo. This script is a good template for fuzzing potentially vulnerable servers/services. All you need to do is add the TARGET_IP, PORT, and PARAM to be fuzzed. Think of vulnserver.exe if you've ever practiced a BoF example.

clr_da_logs

This is a quick n dirty script for clearing your footprints. Be completely sure that you are "cleared" to run this script.

dns_enumeration

A small collection of DNS forward, reverse lookups and zone transfer examples.

ip_tables

A simple script that helps you monitor your network traffic using IP Tables.

smtp_enumeration

Another python script that could be helpful in enumerating smtp servers for valid user names.

shells's People

Contributors

nix-xin avatar

Watchers

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