Skip to content

Commit

Permalink
Merge pull request #640 from kleozzy/main
Browse files Browse the repository at this point in the history
Added sudo file instructions to the main README.md file
  • Loading branch information
six2dez authored Feb 2, 2023
2 parents 441f501 + 4adbeef commit c03f017
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ So, what are you waiting for? Go! Go! Go! :boom:
- Requires [Golang](https://golang.org/dl/) > **1.15.0+** installed and paths correctly set (**$GOPATH**, **$GOROOT**)

Important : If you are not running reconftw as root, run `sudo echo "${USERNAME} ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/reconFTW` , to make sure no sudo prompts are required to run the tool and to avoid any permission issues.

```bash
git clone https://github.com/six2dez/reconftw
cd reconftw/
Expand Down Expand Up @@ -595,4 +597,4 @@ If you want to contribute to this project, you can do it in multiple ways:
# Disclaimer
Usage of this program for attacking targets without consent is illegal. It is the user's responsibility to obey all applicable laws. The developer assumes no liability and is not responsible for any misuse or damage caused by this program. Please use responsibly.

The material contained in this repository is licensed under GNU GPLv3.
The material contained in this repository is licensed under GNU GPLv3.

0 comments on commit c03f017

Please sign in to comment.