Skip to content

Commit 10b3f82

Browse files
authored
Added more funny quotes. (#526)
1 parent 0e582fd commit 10b3f82

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/tui.rs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// Terminal User Interface Module for RustScan
22
/// Defines macros to use
3-
43
#[macro_export]
54
macro_rules! warning {
65
($name:expr) => {
@@ -75,6 +74,23 @@ macro_rules! funny_opening {
7574
"Please contribute more quotes to our GitHub https://github.com/rustscan/rustscan",
7675
"😵 https://admin.tryhackme.com",
7776
"0day was here ♥",
77+
"I don't always scan ports, but when I do, I prefer RustScan.",
78+
"RustScan: Where scanning meets swagging. 😎",
79+
"To scan or not to scan? That is the question.",
80+
"RustScan: Because guessing isn't hacking.",
81+
"Scanning ports like it's my full-time job. Wait, it is.",
82+
"Open ports, closed hearts.",
83+
"I scanned my computer so many times, it thinks we're dating.",
84+
"Port scanning: Making networking exciting since... whenever.",
85+
"You miss 100% of the ports you don't scan. - RustScan",
86+
"Breaking and entering... into the world of open ports.",
87+
"TCP handshake? More like a friendly high-five!",
88+
"Scanning ports: The virtual equivalent of knocking on doors.",
89+
"RustScan: Making sure 'closed' isn't just a state of mind.",
90+
"Port scanning: Because every port has a story to tell.",
91+
"I scanned ports so fast, even my computer was surprised.",
92+
"RustScan: Where '404 Not Found' meets '200 OK'.",
93+
"RustScan: Exploring the digital landscape, one IP at a time.",
7894
];
7995
let random_quote = quotes.choose(&mut rand::thread_rng()).unwrap();
8096

0 commit comments

Comments
 (0)