All Projects → fnk0c → organon

fnk0c / organon

Licence: other
This program focuses on automating the download, installation and compilation of pentest tools from source

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to organon

importly
import map generator
Stars: ✭ 42 (+16.67%)
Mutual labels:  package-manager
inqlude
Command line client for independent Qt library archive
Stars: ✭ 30 (-16.67%)
Mutual labels:  package-manager
straight.el
🍀 Next-generation, purely functional package manager for the Emacs hacker.
Stars: ✭ 2,035 (+5552.78%)
Mutual labels:  package-manager
GuPM
🐶📦 Global Universal Project Manager -- Package manager, cli tool, scripts for all your projects and your system
Stars: ✭ 132 (+266.67%)
Mutual labels:  package-manager
understanding-the-python-ecosystem
This project focuses on understanding the language ecosystem
Stars: ✭ 68 (+88.89%)
Mutual labels:  package-manager
Phirautee
A proof of concept crypto virus to spread user awareness about attacks and implications of ransomwares. Phirautee is written purely using PowerShell and does not require any third-party libraries. This tool steals the information, holds an organisation’s data to hostage for payments or permanently encrypts/deletes the organisation data.
Stars: ✭ 96 (+166.67%)
Mutual labels:  pentest
dwn
d(ockerp)wn - a docker pwn tool manager
Stars: ✭ 154 (+327.78%)
Mutual labels:  pentest
web-fuzz-wordlists
Common Web Managers Fuzz Wordlists
Stars: ✭ 137 (+280.56%)
Mutual labels:  pentest
awesome-pentest-tools
List of Security Archives Tools and software, generally for facilitate security & penetration research. Opening it up to everyone will facilitate a knowledge transfer. Hopefully the initial set will grow and expand.
Stars: ✭ 34 (-5.56%)
Mutual labels:  pentest
Searpy
🥀 Search Engine Tookit,URL采集、Favicon哈希值查找真实IP、子域名查找
Stars: ✭ 104 (+188.89%)
Mutual labels:  pentest
piu
Cross platform package manager wrapper
Stars: ✭ 33 (-8.33%)
Mutual labels:  package-manager
winget-create
The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
Stars: ✭ 228 (+533.33%)
Mutual labels:  package-manager
avsrepo
A simple package repository for AviSynth+ https://forum.doom9.org/showthread.php?t=175822
Stars: ✭ 15 (-58.33%)
Mutual labels:  package-manager
kali-live-build
Kali Live Build Scripts
Stars: ✭ 25 (-30.56%)
Mutual labels:  pentest
pentest-notes
渗透测试☞经验/思路/总结/想法/笔记
Stars: ✭ 734 (+1938.89%)
Mutual labels:  pentest
wsjcpp
Yet another... C++ Source Package Manager
Stars: ✭ 18 (-50%)
Mutual labels:  package-manager
packagehub
An extension for displaying dependencies of projects on GitHub
Stars: ✭ 71 (+97.22%)
Mutual labels:  package-manager
jacli
Java Command Line Interface
Stars: ✭ 29 (-19.44%)
Mutual labels:  package-manager
CVE-2021-44228-PoC-log4j-bypass-words
🐱‍💻 ✂️ 🤬 CVE-2021-44228 - LOG4J Java exploit - WAF bypass tricks
Stars: ✭ 760 (+2011.11%)
Mutual labels:  pentest
BlockchainSecurityTutorial
NoneAge Blockchain Security Tutorial
Stars: ✭ 37 (+2.78%)
Mutual labels:  pentest

Image of organon

This program focuses on automating the download, installation and compilation of pentest tools from source

Tool developed for Linux systems (APT and Pacman)

Mirror's repository

Authors:

Requirements

Item Description
GNU/Linux Arch or Debian Based
Python 3.4 or newer
Unrar Extract .rar
unzip Extract .zip
wget Retrieve files HTTP, HTTPS and FTP
tar Extract .tar files

Install

git clone https://github.com/fnk0c/organon.git
cd organon
python setup.py install

Tested on:

  • Arch Linux
  • Apricity OS 1.4
  • Debian 7.8 Wheezy
  • Debian 8 Jessie
  • Elementary OS Luna
  • Linux Mint 17.1
  • Manjaro 0.8.13
  • Ubuntu 14.04 x86_64
  • Ubuntu 14.10 x86_64

Screenshot

Screenshot

Help

usage: organon [-h] [-a] [-v] [-i I [I ...]] [-r R [R ...]] [--deps] [--conf]
               [-U] [-u] [-S] [-s S] [-L] [--clean] [--yes]

Package manager that focus on Pentest tools

optional arguments:
  -h, --help     show this help message and exit
  -a, --about    About this tool
  -v, --version  Show version and exit
  -i I [I ...]   Install packages
  -r R [R ...]   Remove packages
  --deps         Remove dependencies (use with -r)
  --conf         Remove configuration files (use with -r)
  -U             Update Organon
  -u             Update packages
  -S             Synchronize database
  -s S           Search for packages
  -L             List all packages available
  --clean        Clean Organon's cache
  --yes          Assume yes to all questions


organon -h
	Shows help

organon -a
	Shows MAN file

organon -v 
	Shows version

organon -i [PACKAGE]
	Install an specific package

organon -r [PACKAGE]
  	Remove an specific package
 	 --dependencies
  	Remove package dependencies
  	--config
  	Remove package configuration files

organon -U
	Search and download updates for Organon

organon -u
	Search and download updates for installed packages

organon -S [PACKAGE]
	Synchronizes database between server and client

organon -s [PACKAGE]
	Search for an specific package

organon -L
	Lists all the availables tools to install

organon -Li
	List all tools already installed

organon --clean
	Clean /var/cache/organon directory

BUGS

Since it's still on development phase bugs are expected. Please, report to us! or open an Issue

  • fb.com/cienciahacker

Be Part of development

Send us a message on facebook

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].