Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTulskie committed Jan 27, 2023
1 parent 14ba428 commit c04b8c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ cargo install rfang
dfang something@somewhere.com
rfang something[@]somewhere[.]com
```

...or pipe in from another application

```
// Extract defanged URLs from a file
grep hxxp iocs.txt | rfang
// Take your clipboard, defang it, and copy it again
pbpaste | dfang | pbcopy
```

0 comments on commit c04b8c5

Please sign in to comment.