adds an extra exercise to the regex file

This commit is contained in:
waldek 2021-07-07 15:30:43 +02:00
parent 8565bc47b9
commit f415387686
1 changed files with 7 additions and 0 deletions

View File

@ -151,3 +151,10 @@ I've tested all of the challenges myself but there are a lot of different ways t
* extract all web links
* only the base link (https://www.example.co.uk)
* both http and https links
## Extra challenges
Regex patterns on their own are nice but can get a bit boring.
Try to integrate them into script to discover their true power.
An example would be to take the IP addresses from the [auth.log](./assets/auth.log) file and do a region discovery on them.
You can save all the country codes to a file and do an analysis on them to see where all the attacks are coming from.