Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 671 Bytes

ToDoList.md

File metadata and controls

21 lines (21 loc) · 671 Bytes

To Do List

Create files containing PII

  • Make script that produces dummy files to test main script

Create basic bash script0

  • Add source files - for default searches
  • Add the ability to update source files
  • getopts section
    • -s for search string
    • -a or -f for files in a directory
    • -d for search files in a directory
    • -h for help and usage info
    • -v for version
    • -l for default
  • $1 can be used as an input file
  • Find & replace section
    • Add option to replace the 1st 3 octets of an IP address
    • Remove fully qualified domain name (FQDN)
    • Remove hostnames
    • Remove emails
  • Create a ToDoList.md
  • Create README.md