Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
FiddleZAP - A Simplified Version Of EKFiddle For OWASP ZAP
http://www.kitploit.com/2021/12/fiddlezap-simplified-version-of.html

FiddleZAP is a simplified version of EKFiddle (https://github.com/malwareinfosec/EKFiddle) for OWASP (https://www.kitploit.com/search/label/OWASP) ZAP.With ZAP as your web proxy, you are able to flag malicious traffic (https://www.kitploit.com/search/label/Traffic) based on predefined regular expressions.Example: Alert, highlighting and tagging (https://www.kitploit.com/search/label/Tagging) when a regex matches on a string within the HTML source code of a compromised website

___________________________
@hacking_Attack
@Hacking_Video
InstallationDownload and install ZAP: https://www.zaproxy.org/download/Download or clone the FiddleZAP directory (https://www.kitploit.com/search/label/Directory) into your Documents folder.It should have the following structure: 

___________________________
@hacking_Attack
@Hacking_Video
There are 2 scripts (https://www.kitploit.com/search/label/Scripts) (standalone, passive rules). The former is used to run manually on the currently loaded session (web traffic), the latter automatically runs while recording traffic.Stand AloneFirst, install the standalone script:Click on the Load script icon:

___________________________
@hacking_Attack
@Hacking_Video
Select the following parameters:

___________________________
@hacking_Attack
@Hacking_Video
It now shows under standalone:

___________________________
@hacking_Attack
@Hacking_Video
Passive RulesNext, install the passive rules script:Click on the Load script icon:

___________________________
@hacking_Attack
@Hacking_Video
Select the following parameters:

___________________________
@hacking_Attack
@Hacking_Video
The FiddleZAP script should now show up under Passive Rules. If it is not enabled, right-click on it and select Enable script.

___________________________
@hacking_Attack
@Hacking_Video
FeaturesRegexes (rules) to detect malicious trafficRules for FiddleZAP can look for URI patterns and source code patterns (session body).A community_rules.txt file is provided with some examples.The user_rules.txt is your own rules file.Rules are automatically loaded and used to scan incoming traffic (if Passive Rules script is enabled). If you want to run rules on previously captured traffic, you need to run the standalone script.

___________________________
@hacking_Attack
@Hacking_Video