From dcc10e9b0b563112f31d4af023b3cfa4c235f5db Mon Sep 17 00:00:00 2001
From: Joe Totes <59018247+Totes5706@users.noreply.github.com>
Date: Wed, 3 Aug 2022 17:00:53 -0400
Subject: [PATCH] Update README.md
---
README.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/README.md b/README.md
index c617ac5..0d7d2e0 100644
--- a/README.md
+++ b/README.md
@@ -341,6 +341,25 @@ dummy, crypt
+## Flyff
+
+
+
+```bash
+# About: A tool used to brute force web credentials
+# Download: Pre-installed on Kali Linux
+
+# Usage - One variable FUZZ
+ffuf -c -request {FILE.req} -request-proto http -w /usr/share/seclists/Passwords/probable-v2-top1575.txt -fr "{FILTER}"
+
+
+# EXAMPLE {FILE}
+username=admin$password=FUZZ
+
+```
+
+
+
# Payload File Transfer
***