RECENT
SIMILAR
Cyb3rNews Telegram Bot
This script is made by and for cybersecurity professionals. It meticulously filters news from some of the most well-known and trusted websites in the cybersecurity space and delivers these updates directly to a Telegram channel. By doing this, we eliminate the need for constant...
Wi-Fi Standards and Protocols
802.11 Wi-Fi Standards
These refer to a set of standards for wireless local area network (WLAN) communication, developed by IEEE (Institute of Electrical and Electronics Engineers).
802.11a → Operates in the 5GHz band with a maximum data rate of 54 Mbps
802.11b → Operates in the 2.4GHz...
Regex (Regular Expressions)
Regex (short for Regular Expressions) is a powerful tool used for searching, matching, and manipulating text based on specific patterns. Understanding and mastering this tool involves learning its syntax, operators, and advanced features.
Basics
Literals
Match exact characters.
E.g. ‘cat’ matches the string “cat”
Metacharacters
Special characters with unique meanings
MetacharacterMeaning.Matches...