Cyber security

DARKARMY – A Comprehensive Overview Of Tools For Cybersecurity Professionals

Delve into the world of DARKARMY, a potent arsenal of cybersecurity tools designed to empower professionals in safeguarding digital assets.

From reconnaissance to exploitation, DARKARMY offers a comprehensive suite of utilities meticulously crafted to navigate the complex landscape of cybersecurity threats.

Join us on a journey to explore its functionalities and understand its significance in fortifying digital defenses.

DARKARMY MENU :

  • Information Gathering
  • Password Attacks
  • Wireless Testing
  • Exploitation Tools
  • Social Engineering
  • Web Hacking
  • DDOS Tools
  • Remote Administrator Tools (RAT)
  • Bug Bounty Tools
  • DarkArmy Tools
  • 1ucif3r’s Tools
  • Update The DARKARMY

Information Gathering :

  • Nmap
  • Setoolkit
  • Port Scanning
  • Host To IP
  • wordpress user
  • CMS scanner
  • XSStrike
  • Dork – Google Dorks Passive Vulnerability Auditor
  • Scan A server’s Users
  • Crips

Password Attacks :

  • Cupp
  • Ncrack

Wireless Testing :

  • reaver
  • pixiewps
  • Fluxion

Exploitation Tools :

  • ATSCAN
  • sqlmap
  • Shellnoob
  • commix
  • FTP Auto Bypass
  • jboss-autopwn

Social Engineering :

  • Setoolkit
  • SSLtrip
  • pyPISHER
  • ZPHISHER
  • NEW TOOLS SOON

Web Hacking :

  • Drupal Hacking
  • Inurlbr
  • WordPress & Joomla Scanner
  • Gravity Form Scanner
  • File Upload Checker
  • WordPress Exploit Scanner
  • WordPress Plugins Scanner
  • Shell and Directory Finder
  • Joomla! 1.5 – 3.4.5 remote code execution
  • Vbulletin 5.X remote code execution
  • BruteX – Automatically brute force all services running on a target
  • Arachni – Web Application Security Scanner Framework

DDOS Tools :

  • SOON IN NEXT UPDATE

Remote Administrator Tools (RAT) :

  • SOON IN NEXT UPDATE

Bug Bounty Tools :

  • SOON IN NEXT UPDATE

DarkArmy Tools :

  • DarkScan – Automate all the NMAP scans
  • DarkTor (Need Update)

1ucif3r’s Tools :

  • AirCrackAuto – A Automate script for WiFi hacking .
  • Obfuscator – Simple Python obfuscator.
  • Lumin – Advance Steganography Tool.
  • SQLiScanner (SOON)
  • Crypter (SOON)

Installation

Installation Linux

This Tool Must Run As ROOT !!!

git clone https://github.com/D4RK-4RMY/DARKARMY.git

cd DARKARMY

chmod +x install.sh

./install.sh

That’s it. You can execute tool by typing DARKARMY

Installation

Open Termu

pkg install git

pkg install python

git clone https://github.com/D4RK-4RMY/DARKARMY.git

cd DARKARMY

chmod +x darkarmy.py

python2 darkarmy.py

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

1 day ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

1 day ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

2 days ago