APT2 -An Automated Penetration Testing Toolkit
安裝都是基於 python
的,用 pip install
自行安裝
可以結合msf
執行
msfdb start
msfconsole -q -x 'load msgrpc User=msf Pass=msfpass ServerPort=5552'
引數簡介:
-q
安靜quiet
啟動
-x
執行後面指令 (載入 msgrpc 服務 –遠端呼叫服務)
可在 msf
中使用如下命令 對特定ip
驚進行自動掃描
msf > python apt2.py -s 0 python --ip 172.20.35.95
引數簡介:
-s
safe_level
等級
--ip
指定 ip
也可以直接使用
python apt2 -f <nmap.xml檔案>
來進行掃描
相關文章
- Web Penetration Testing with Kali LinuxWebLinux
- INE - Advanced Penetration Testing learning path
- INE - Advanced Web Application Penetration Testing (eWPTx)WebAPP
- INE - Web Application Penetration Testing Professional (萌新級)WebAPP
- 軟體測試領域的 penetration testing 的概念和目標
- three predefined automated maintenance tasksAINaN
- Testing
- Simple Automated Backups for MongoDB Replica SetsMongoDB
- 自動滲透測試工具集APT2APT
- Exception testingException
- 生成樹Toolkit
- Toolkit安裝
- Entity Framework Code-First(21):Automated MigrationFramework
- Unit testing frameworkFramework
- Database Unit TestingDatabase
- google friendly testingGo
- Android testing toolsAndroid
- Oracle Performance Testing PrincipleOracleORM
- Approaches to Performance TestingAPPORM
- FHE-Toolkit 安裝
- Silverlight Toolkit
- Restaurant Testing Round #12 BREST
- Testing the Modern Mobile World - AngLi
- 助力 .NET MAUI Community ToolkitUIUnity
- Testing on the Toilet:不要濫用MockMock
- The Art of Unit Testing: with examples in C#C#
- online website Performance testingWebORM
- Getting Testing PKGBUILDs(轉)UI
- different testing types ( by quqi99 )
- Testing Round 19 (Div. 3)
- 論文解讀(AutoSSL)《Automated Self-Supervised Learning for Graphs》
- [筆記]Oracle9i Monitoring Automated SQL Execution Memory Management筆記OracleSQL
- 論文解讀《MASTERKEY: Automated Jailbreaking of Large Language Model Chatbots》ASTAI
- 微軟Windows Community Toolkit一覽微軟WindowsUnity
- The Data Warehouse Toolkit 閱讀筆記筆記
- 【Unity3D】UI Toolkit容器Unity3DUI
- CP-ABE Toolkit使用方法
- Percona Toolkit 2.2.5 is now availableAI