- Mastering Kali Linux for Advanced Penetration Testing(Second Edition)
- Vijay Kumar Velu
- 321字
- 2021-07-02 21:04:11
Managing collaborative penetration testing using Faraday
One of the most difficult aspects of penetration testing is remembering to test all of the relevant parts of the network or system target, or trying to remember whether the target was actually tested. In some cases, a single client may have multiple penetration testers performing scanning activities from multiple locations and management would like to have a single view. Faraday can provide a single view, assuming all the penetration testers are able to ping each other on the same network, or on the internet for external assessment.
Faraday is a multiuser penetration test Integrated Development Environment (IDE). It is designed for testers to distribute, index, and analyze all the data that is generated during the process of a penetration testing or technical security audit to provide different views such as management, executive summary, and an overall issues list.
This IDE platform is developed in Python by InfoByte. Download the application from https://github.com/infobyte/faraday/wiki or directly git clone the link, as shown in the following screenshot:

Once the folder is cloned to your Kali, run ./install.sh to install any dependencies. Do not forget to start the CouchDB service, as Faraday utilizes CouchDB as its database for storage. Finally, we run faraday-server.py to launch the Faraday server for an integrated platform, and then as the client, we should be able to launch Faraday by running faraday.py, as shown in the following screenshot:

Launching Faraday should open up the Faraday shell console to us, as shown in the following screenshot:

One positive aspect of the application is that you will be able to visualize the information from any scanning that you do, or that any other penetration tester does, by clicking on Faraday web, as shown in the following screenshot:

There is a limitation on the free version of Faraday for the community, which can be utilized to visualize all the lists of issues in a single place.
- Scala Design Patterns
- FreeSWITCH 1.6 Cookbook
- Spring Cloud、Nginx高并發核心編程
- 鋒利的SQL(第2版)
- Functional Kotlin
- Big Data Analytics
- Keras深度學習實戰
- ASP.NET Core 2 Fundamentals
- Android Wear Projects
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Functional Python Programming
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Building a Media Center with Raspberry Pi
- ASP.NET jQuery Cookbook(Second Edition)