Skip to content

Commit

Permalink
Now that ronin-web-user_agents has been released, no need for -Ilib.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 17, 2023
1 parent d71c339 commit cc6c772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RestClient.get "https://www.whatismybrowser.com/detect/what-is-my-user-agent",
Spoof `curl`'s `User-Agent` string:

```shell
user_agent="$(ruby -Ilib -r ronin/web/user_agents -e 'print Ronin::Web::UserAgents.chrome.random')"
user_agent="$(ruby -r ronin/web/user_agents -e 'print Ronin::Web::UserAgents.chrome.random')"

curl --user-agent "$user_agent" https://www.whatismybrowser.com/detect/what-is-my-user-agent
```
Expand Down

0 comments on commit cc6c772

Please sign in to comment.