Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

DarkFly tool V.5.0 is an installation tool for installing tools. this tool makes it easy for you. so you don't need to type git clone or look for the github repository.

Notifications You must be signed in to change notification settings

reblox01/DarkFly-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkFly-Tool

The current main version is DarkFly v5 – a modern Python 3 CLI that runs on current Linux/Termux systems. The previous DarkFly v4.0 (Python 2, Termux-focused) installer is still included below as a legacy option.

In its original (v4) form, DarkFly-Tool is an installation tool for installing tools. this tool makes it easy for you. so you don't need to type git clone or look for the github repository. You only have to choose the number. which tool you want to install. there are 530 tools ready for intall. and for those of you who like to have fun. there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number. there is a tocopedia DLL.

Version comparison

Feature DarkFly v5 (current) DarkFly v4.0 (legacy)
Python 3 support
Python 2 support
Target: Linux ✗ (not reliable)
Target: Termux
Actively maintained ✗ (frozen legacy)
Configurable tools via darkfly_tools.json
Obfuscated/installer-based tool management

Detailed comparison

Aspect DarkFly v5 (current) DarkFly v4.0 (legacy)
Implementation Python 3 CLI in darkfly/ Python 2 installer install.py plus .module and lib scripts
Target environments Linux and Termux with Python 3.10+ and pip Primarily Termux (Android); regular Linux may not work reliably
Status Active / modern path Frozen legacy path, kept for historical compatibility
Install / usage python -m pip install -e .[dev] then DarkFly5 ... python2 install.py then DarkFly
Tool list Config-driven via darkfly_tools.json (easy to extend/modify) Hard-coded/obfuscated inside legacy Python 2 and .module artifacts

DarkFly v5 – modern Python 3 CLI (Linux / Termux)

DarkFly v5 is a new, configurable CLI that does not depend on the old Python 2 installer. It is implemented as a normal Python package in the darkfly/ directory.

Install (editable) for development

From a Python 3.10+ environment on Linux (or Termux with Python 3):

python -m pip install --upgrade pip
python -m pip install -e .[dev]

This installs the DarkFly5 command and development dependencies (like pytest).

Usage

List available tools (from darkfly_tools.json or the built-in examples):

DarkFly5 list

Show details and suggested install commands for a specific tool:

DarkFly5 info nmap

Open a simple interactive menu:

DarkFly5 menu

You can add or change tools and categories by editing darkfly_tools.json in the repository root. The JSON structure is simple and designed to be extended over time.

Running tests (modern CLI)

After installing with the dev extras:

pytest

This runs the tests under tests/ for the modern Python 3 CLI.


DarkFly v4 – legacy Python 2 installer (Termux)

Warning: DarkFly v4 depends on Python 2 and is kept for historical compatibility. Modern systems may not ship Python 2 by default.

If you specifically want this legacy version, download it from the v4 release: https://github.com/reblox01/DarkFly-Tool/releases/tag/darkfly-v4.0.0

Information

DarkFly now is: DarkFly-2019.1 (generation of DarkFly-tool) Try it.

DarkFly-Tool is an installation tool for installing tools. this tool makes it easy for you. so you don't need to type git clone or look for the github repository. You only have to choose the number. which tool you want to install. there are 530 tools ready for intall. and for those of you who like to have fun. there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number. there is a tocopedia DLL.

Install (Termux)

Termux:

  • pkg install python2
  • pkg install git
  • git clone https://github.com/reblox01/DarkFly-Tool
  • cd DarkFly-Tool
  • python2 install.py
1.if installed is complite, use command
$cd
2.then run it
$DarkFly

NOTE:

if python2 install.py is not allowed or fail, Use this
$chmod +x install.py
$python2 install.py

How to update v4

For update this tool, just do the reinstallation, the first way is to install the Darkfly tools, by reinstalling, the old file will be deleted and replaced with the new one installed.

Note

The original DarkFly v4 installer was mainly tested on Termux. On regular Linux distributions it may not work correctly.

About

DarkFly tool V.5.0 is an installation tool for installing tools. this tool makes it easy for you. so you don't need to type git clone or look for the github repository.

Topics

Resources

Stars

Watchers

Forks

Languages