top of page

As an intern for UCSB's SecLab, I explored the question "How effective are email address obfuscation techniques against automated scraping?" This was done by writing a program in Python and comparing the results to those produced by AI. Some general skills learned during this project include:

     - Scraping information from URLs with Beautiful Soup

     - Using prompt engineering to extract data from AI

     - Cleaning data with regular expressions

     - Scaling project by using csv data

     - Basics of ethical hacking

bottom of page