Git Product home page Git Product logo

hacking-tools-installer's Introduction

ParrotSec-Tools-Installer

Installs parrotOS repository and commonly used tools from parrotOS in ubuntu.
By following all steps you will have all tools available in parrot when using apt and be able to update tools with apt update and upgrade.

I strongly suggest you to test in a vm, before running... Your os might break

Why

This script is simply a personal script that installs some default tools like nmap, masscan, etc using parrotOS repository, this is, adds the tools to apt and then apt installs them.

If you want to install all tools that parrotOS has, you should be able to simply do sudo apt-get install parrot-tools-full instead of step 4 (didn't test).

After step 3 you will have all parrot tools in apt, so you can install normally as if you were in parrotOS.

How to use

To use this script follow all the steps one by one.
Script

Some downloads will fail when doing step 4, just do step 4 again until all are installed.

Step 3 is done manually

This must be done. If you upgrade without doing this, your system will break.

An example of the file /etc/apt/preferences.d/parrot-pinning will be:
Where Parrot has a pin-priority lower than Debian and Ubuntu.

Package: *
Pin: release o=Parrot
Pin-Priority: 500

Package: *
Pin: release o=Debian
Pin-Priority: 700

Package: *
Pin: release o=Kali
Pin-Priority: 50

Package: *
Pin: release o=Ubuntu
Pin-Priority: 1001

Tested on

  • Ubuntu 20.04

Issues

if you get 404 error codes when trying to dist-upgrade, try to change the mirror in your /etc/apt/sources.list.d/parrot.list to one that has the files.

hacking-tools-installer's People

Contributors

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