|
1 | 1 | /// Terminal User Interface Module for RustScan
|
2 | 2 | /// Defines macros to use
|
3 |
| -
|
4 | 3 | #[macro_export]
|
5 | 4 | macro_rules! warning {
|
6 | 5 | ($name:expr) => {
|
@@ -75,6 +74,23 @@ macro_rules! funny_opening {
|
75 | 74 | "Please contribute more quotes to our GitHub https://github.com/rustscan/rustscan",
|
76 | 75 | "😵 https://admin.tryhackme.com",
|
77 | 76 | "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.", |
78 | 94 | ];
|
79 | 95 | let random_quote = quotes.choose(&mut rand::thread_rng()).unwrap();
|
80 | 96 |
|
|
0 commit comments