README.md in rogue_one-0.1.0 vs README.md in rogue_one-0.1.1
- old
+ new
@@ -17,25 +17,34 @@
rogue_one help [COMMAND] # Describe available commands or one specific command
rogue_one report [DNS_SERVER] # Show a report of a given DNS server
$ rogue_one report 1.1.1.1
{
- "verdict": "rogue one",
+ "verdict": "benign one",
"landing_pages": [
]
}
-$ rogue_one reprot 1.53.252.215
+$ rogue_one report 1.53.252.215
{
"verdict": "rogue one",
"landing_pages": [
- "1.171.170.228",
"1.171.168.19",
+ "1.171.170.228",
"61.230.102.66"
]
}
```
+
+| Key | Desc. |
+|---------------|--------------------------------------------------|
+| verdict | A detection result (`rogue one` or `benign one`) |
+| landing_pages | An array of IP of landing pages |
+
+## Notes
+
+- This is just a PoC tool. I cannot guarantee the results with high confidence at the moment.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).