LAB
this first program will help in indentifying
phishing scams.
1. Create a list of 30 words, phrases and company names commonly found in phishing messages. Assign point value to each based on your estimate of its likelihood to be in a phishing message (e.g., one point if it's something likely, two points if modereratly, or three points if highly likely).
2. Write an application that scans a file of text for these terms and phrases. For each occurance of a keyword or phrase within the text file, add the assigned point value to the total points for the number of occurences and the point total. Show the point total for the entire message.
3. Write a word file answering these questions: Does your program assign a high point total to some actual phishing e-mails you have received? Does it assign a high point total to some legitimate e-mails you have received?
Need java program to complete this work