From aa83e40c4f66b4cfaea01b172cbfc86673d33e33 Mon Sep 17 00:00:00 2001 From: Aan Date: Thu, 9 Mar 2023 10:55:09 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c413884..6374fb7 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,12 @@ cat targets | ./feroxbuster --stdin --silent -s 200 301 302 --redirects -x js | ./feroxbuster -u http://127.1 --query token=0123456789ABCDEF ``` +### Updating feroxbuster (new in v2.10.0) + +``` +./feroxbuster --update +``` + ## 🚀 Documentation has **moved** 🚀 For realsies, there used to be over 1300 lines in this README, but it's all been moved to the [new documentation site](https://epi052.github.io/feroxbuster-docs/docs/). Go check it out!