当前位置:网站首页>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
边栏推荐
- MATLAB小技巧(25)竞争神经网络与SOM神经网络
- pcl::fromROSMsg报警告Failed to find match for field ‘intensity‘.
- 六月份阶段性大总结之Doris/Clickhouse/Hudi一网打尽
- 7-17 crawling worms (15 points)
- How web pages interact with applets
- C # use gdi+ to add text with center rotation (arbitrary angle)
- Write a jison parser from scratch (6/10): parse, not define syntax
- 技术管理进阶——如何设计并跟进不同层级同学的绩效
- Rules for using init in golang
- MySQL develops small mall management system
猜你喜欢
直方图均衡化
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
C语言指针面试题——第二弹
Nuxt reports an error: render function or template not defined in component: anonymous
Log cannot be recorded after log4net is deployed to the server
Matlab tips (25) competitive neural network and SOM neural network
对于程序员来说,伤害力度最大的话。。。
法向量点云旋转
自动化的优点有哪些?
Dynamic memory management
随机推荐
今日睡眠质量记录78分
Hands on deep learning (46) -- attention mechanism
Hands on deep learning (44) -- seq2seq principle and Implementation
C语言指针面试题——第二弹
A little feeling
Write a jison parser from scratch (1/10):jison, not JSON
Ruby时间格式转换strftime毫秒匹配格式
Vanishing numbers
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Are there any principal guaranteed financial products in 2022?
Launpad | Basics
Golang Modules
Kubernetes CNI 插件之Fabric
法向量点云旋转
Solution to null JSON after serialization in golang
Golang Modules
Svg image quoted from CodeChina
Exercise 9-3 plane vector addition (15 points)
libmysqlclient. so. 20: cannot open shared object file: No such file or directory
C language pointer classic interview question - the first bullet