Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/infobyte/faraday_zap
Vulnerability ScannersWeb Proxies & InterceptionAPI Security TestingWeb SecurityPenetration Testing
GitHubinfobyte/faraday_zap

faraday_zap

Zap Extension for collaboration in Faraday

View Repository
266 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Its requiered have JDK installed. For ubuntu version you can use

root@kitploit:~
sudo apt install default-jdk

Set development environment

  • clone zap-extensions repo clone https://github.com/zaproxy/zap-extensions/
  • add faraday folder to zap-extensions/addOns
  • add "faraday" to settings.gradle.kts

Build

root@kitploit:~
./gradlew addOns:faraday:build

Add to Zap

  • Go to File dropmenu
  • Go to Load Add-on File
  • Go to then select the build (zap-extensions/addOns/faraday/build/zapAddOn/bin/faraday-release-2.zap)

Use

  • Go to Tools dropmenu
  • Go to Faraday Configuration options
  • Complete the fields with your credentials and click in login
  • Select the workspace you want to use
  • Click the save bottom
  • Execute a scan
  • Then go to Alerts
  • Select the alert/s you want to load
  • Do a right click and click in Send alert to faraday.
Download Tool