Coder Social home page Coder Social logo

tomyang9 / 0install Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joyghoshs/0install

0.0 1.0 0.0 31 KB

A bash script that will automatically install Bug Hunting tools used for recon

License: GNU General Public License v3.0

Shell 100.00%

0install's Introduction


0installer
Zero-Install

Automated Recon Tool Installer


0installer

Why 0install ??

  • Its Fast
  • It Can detect os architecture and download package compitable with it
  • It detects if package is installed or not if installed it skips
  • It usage github api to track the package update so it doesnt download outdated package
  • It Download all the package from real source
  • It doesnt use apt to install tools so tools can be downloaded and installed in any distro

Tools it can install

  • dnsx
  • subfinder
  • nuclei
  • assetfinder
  • wayback
  • meg
  • gf
  • gron
  • amass
  • webscreenshot
  • waybackunifier
  • shodan
  • censys
  • goaltdns
  • subjack
  • ffuf
  • hakrawler
  • knockpy
  • kxss
  • dalfox

installation

git clone https://github.com/Joyghoshs/0install
cd 0install
chmod +x 0install
./0install

CREATE OWN 0install Module

# Module Template

function install_yourpackagename(){
  if command -v your_package_name &>/dev/null;
  then
  echo -e "$pl2 your_package_name $k1"
  else
  echo -e "$pl1 your_package_name $k2"
    package_installation_process #author_name:your_name
fi
}

#Shortcut
# apt package_name  --- to use apt to download and package
# mv_bin ----- to move your package compiled binary to /bin
# go_get github.com/user/repo ----- short form of go get -u 
# get_latest github_user/repo ----- get package from any github repo relase page
# wget --- short form of wget -q

After creating module just create a issue and submit your module there we will add it soon

0install's People

Contributors

joyghoshs avatar

Watchers

 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.