Coder Social home page Coder Social logo

adhdproject / buildkit-ng Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 8.0 3.69 MB

New version of the buildkit repository

Shell 0.28% Ruby 99.09% C 0.27% Assembly 0.01% Perl 0.04% Roff 0.01% Python 0.22% Makefile 0.01% Haxe 0.02% Java 0.02% PHP 0.03%

buildkit-ng's People

Contributors

0x6d6f7468 avatar martianjay avatar meljbruno avatar sendrublez avatar web-flow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

buildkit-ng's Issues

Jar-Combiner

Create and test installation script for Jar-Combiner

Kippo

Create and test installation script for Kippo

Sweeper

Create and test installation script for Sweeper

QA Testing

All scripts and wrapper scripts need to be tested for functionality and formatted output.

Portspoof

Create and test installation script for Portspoof

Decloak

Create and test installation script for Decloak

DenyHosts

Create and test installation script for DenyHosts

Web Bug Server

Create and test installation script for Web Bug Server

HoneyBadger

Create and test installation script for HoneyBadger

Docz.py

Create and test installation script for Docz.py

Invisiport

Create and test installation script for Invisiport

WWHF Gamification

Our gamification solution may live in a different repo, but I'll open the issue here for now.

This is assuming we have time remaining, but we appear to still be on track.

OpenBAC

Create and test installation script for OpenBAC

OsChameleon

Create and test installation script for OsChameleon

Bear Trap

Create and test installation script for Bear Trap

Lockdown

Create and test installation script for Lockdown

Gcat

Create and test installation script for Gcat

PSAD

Create and test installation script for PSAD

TALOS

Create and test installation script for TALOS

Intelligent Error Handling

Add intelligent error handling to scripts.

My current plan is to use the following function:

runcmd() {
        $1 2>/dev/null;
        s=$(($s+$?));
}

where $s is a local variable for status code (subject to change), and $1 is the command to be executed. This is a concise way to keep track of return codes, because most errors that can be encountered are not fatal to the script. This way, we can simply return $s from the end of both install and uninstall functions and the caller can handle the output.

Recon-ng

Create and test installation script for Recon-ng

Pushpin

Create and test installation script for Pushpin

Cryptolocked

Create and test installation script for Cryptolocked

TcpRooter

Create and test installation script for TcpRooter

Artillery

Create and test script for Artillery

Wordpot

Create and test installation script for Wordpot

Rubberglue

Create and test installation script for Rubberglue

Spidertrap

Create and test installation script for Spidertrap

SET

Create and test installation script for SET

Wrapper Script Creation

A wrapper script to install all tools needs to be created.

It would also be very cool to incorporate a CLI-GUI version of the old installer where individual tools/tool groups can be selected, but that isn't the top priority.

Hopefully, all scripts can be called relatively simply.

Beef

Create and test installation script for Beef

Honey Ports

Create and test installation script for Honey Ports

Human.py

Create and test installation script for Human.py

Weblabyrinth

Create and test installation script for Weblabyrinth

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.