TexSAW CTF 2026 Welcome!
Check out our IRC server and run the command
/motd!
Server:
irc.texsaw.org
Solution
To solve this challenge, we need to connect to the texSAW IRC server and view the “Message of the Day” (MOTD), which is a common place for CTF organizers to hide initial information or rules.
1. Install an IRC Client
1 | # I use Arch BTW |
2. Connect to the Server
Launch your client and add the TexSAW server to your configuration. This makes it easier to reconnect later.
1 | # Example using irssi |
3. Find the Flag
Once you’ve successfully connected, the server will usually send the MOTD automatically. If you miss it, manually request it with the following command:
1 | /motd |
Useful IRC Commands
While you’re on the server, you might want to join the discussion or interact with other participants:
/nick [new_nick]: Change your current nickname.
or
1 | /set irc.server_default.nicks comma,separated,list,of,nicks |
/list: List all available channels on the server./join #general: Join the official general discussion channel./whois [nick]: View information about a specific user./msg [nick] [message]: Send a private message (useful for contacting admins)./part #[channel]: Leave a specific channel./quit: Disconnect from the server and close your session.