Welcome to Word Web Finder!
This a simple exercise that I did using JAVA. The program reads the html looking for specific words that was specified in the program.
Since this is just an exercise, I choose three words ("senha", "black friday", "promoção"),
if the program finds one of those words it will print "suspicious". Otherwise, it will print "safe"
How to execute:
- Compile: "javac WordFinder.java"
- Execute: "java WordFinder --URL--" --URL-- can be any url that you want, i.e.: "java WordFinder https://docs.oracle.com/en/java/"