Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bee-san/what into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san committed May 21, 2021
2 parents e8906e4 + 0057680 commit cdc5acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pywhat/Data/regex.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
{
"Name": "TryHackMe Flag Format",
"Regex": "(?i)thm{.*}|(?i)tryhackme{.*}",
"Regex": "(?i)thm{.*}|tryhackme{.*}",
"Description": "Capture The Flag at https://tryhackme.com",
"Rarity": 1,
"Tags": [
Expand All @@ -30,7 +30,7 @@
},
{
"Name": "HackTheBox Flag Format",
"Regex": "(?i)hackthebox{.*}|(?i)htb{.*}",
"Regex": "(?i)hackthebox{.*}|htb{.*}",
"Description": "Capture The Flag at https://hackthebox.eu",
"Rarity": 1,
"Tags": [
Expand All @@ -39,7 +39,7 @@
},
{
"Name": "CTF Flag",
"Regex": "(?i)flag{.*}|(?i)ctf{.*}|(?i)ctfa{.*}",
"Regex": "(?i)flag{.*}|ctf{.*}|ctfa{.*}",
"Description": "General Capture The Flag Event's Flag",
"Rarity": 1,
"Tags": [
Expand Down

0 comments on commit cdc5acb

Please sign in to comment.