Skip to content

PedrobyJoao/WordWebFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Word Web Finder

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/"

About

Find specific words in a webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages