当前位置:网站首页>Legion is a network penetration tool
Legion is a network penetration tool
2022-07-04 09:58:00 【Stestack】
One is called Legion Open source software for , This tool is easy to use , And it has high scalability . This is a semi-automatic network penetration testing tool , It can help researchers find 、 Detect and exploit security vulnerabilities in the target information system .
Legion: An easy-to-use and powerful semi-automatic network penetration tool
Function is introduced
1、 Use NMAP、whataweb、nikto、Vulners、Hydra、SMBenum、dirbuster、sslyzer and webslayer Tools such as ( about 100 Multiple automated scripts ) Realize automatic network reconnaissance and scanning .
2、 It provides an easy-to-use graphical operation interface , Rich menu options , And multi-function operation panel , Allows penetration testers to quickly find and exploit vulnerabilities in the target host .
3、 Modular functionality allows users to easily Legion Do custom development , Or call your own script automatically .
4、 Highly customized scanning stage , To avoid IPS.
5、 Automatic scanning CPE and CVE.
6、 Automatically save scanning results and task progress in real time .
Function upgrade
1、 The project code has been refactored , Code upgrade to Python 3.6, And minimize the additional code base required by the tool .
2、 Upgraded to PyQT5, Enhanced tool responsiveness , Less Bug, Promoted GUI Interface .
3、 Support host name resolution and vhosts/sni Host scanning function .
4、 Modify the process queue and program execution mechanism , It improves the performance and stability of the application .
5、 The installation process of the program is simplified through dependency resolution and automatic installation script .
6、 The project is automatically saved in real time , Even if the task goes wrong, we will not lose any data .
7、 Docker Container deployment function .
8、 Highly active development team provides support .
Tool installation
Suppose that the equipment you use is Ubuntu、Kali or Parrot Linux, And the system has been installed Python 3.6, Then other dependent components required by the tool will be able to complete the installation automatically . The terminal command is as follows :
git clone https://github.com/GoVanguard/legion.git
cd legion
sudo chmod x startLegion.sh
sudo ./startLegion.sh
Docker The way
Suppose you have installed Docker and Xauthority, Then run the following commands on the terminal :
git clone https://github.com/GoVanguard/legion.git
cd legion/docker
sudo chmod x runIt.sh
sudo ./runIt.sh
Article source and download :
https://github.com/GoVanguard/legion
边栏推荐
- Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
- Upgrading Xcode 12 caused Carthage to build cartfile containing only rxswift to fail
- Hands on deep learning (43) -- machine translation and its data construction
- Laravel文档阅读笔记-How to use @auth and @guest directives in Laravel
- ASP. Net to access directory files outside the project website
- Check 15 developer tools of Alibaba
- C # use ffmpeg for audio transcoding
- 用数据告诉你高考最难的省份是哪里!
- Leetcode (Sword finger offer) - 35 Replication of complex linked list
- Hands on deep learning (46) -- attention mechanism
猜你喜欢
Dynamic address book
MySQL develops small mall management system
2. Data type
el-table单选并隐藏全选框
ASP. Net to access directory files outside the project website
C # use ffmpeg for audio transcoding
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
C # use gdi+ to add text to the picture and make the text adaptive to the rectangular area
Hands on deep learning (38) -- realize RNN from scratch
技术管理进阶——如何设计并跟进不同层级同学的绩效
随机推荐
Write a jison parser from scratch (2/10): learn the correct posture of the parser generator parser generator
libmysqlclient. so. 20: cannot open shared object file: No such file or directory
Daughter love in lunch box
Golang Modules
Vanishing numbers
mmclassification 标注文件生成
Latex download installation record
How can people not love the amazing design of XXL job
MongoDB数据日期显示相差8小时 原因和解决方案
MySQL case
SQL replying to comments
自动化的优点有哪些?
华为联机对战如何提升玩家匹配成功几率
入职中国平安三周年的一些总结
Kotlin 集合操作汇总
Write a jison parser from scratch (5/10): a brief introduction to the working principle of jison parser syntax
Lavel document reading notes -how to use @auth and @guest directives in lavel
PHP personal album management system source code, realizes album classification and album grouping, as well as album image management. The database adopts Mysql to realize the login and registration f
有老师知道 继承RichSourceFunction自定义读mysql怎么做增量吗?
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)