-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 'ignore private IP' feature, and updated readme file with usage…
… and screenshots.
- Loading branch information
Micah Babinski
committed
Jan 21, 2022
1 parent
e03fa94
commit 6f3f39a
Showing
4 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
# Defanger | ||
A GUI application to defang text, rendering otherwise-potentially malicious IP addresses and URLs harmless. Built using standard Python libraries. | ||
|
||
Don't get too excited. It's notepad with a "Defang Text" button. | ||
## Usage | ||
|
||
Simply run the Defanger.py script (requires Python 3) to be presented with the GUI. You can then enter or paste the text you wish to defang. | ||
|
||
By default, defanger will ignore (not defang) private IP addresses, although you can uncheck this option to defang all IP addresses. | ||
|
||
Once you have defanged the input text, you can copy it to the clipboard, clear the defanger, or close using the buttons at the bottom. | ||
|
||
## Example | ||
Before defanging: | ||
![alt text](https://github.com/mbabinski/Defanger/blob/main/Images/BeforeDefang.PNG?raw=true) | ||
|
||
After defanging: | ||
![alt text](https://github.com/mbabinski/Defanger/blob/main/Images/AfterDefang.PNG?raw=true) |