Skip to content

Commit 74152d3

Browse files
authored
Merge pull request ibraheemdev#6 from Vatson112/rustscan
add rustscan
2 parents e06b5bd + 3f0ca9c commit 74152d3

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
| [`mtr`][mtr] | A network diagnostic tool, combining functionality of `traceroute` and `ping` | ![_][mtr-ghst] ![_][mtr-lang] ![_][mtr-ghlc] | <img width="300" src="./screenshots/mtr.png" /> |
2929
| [`procs`][procs] | A modern replacement for `ps` written in Rust. | ![_][procs-ghst] ![_][procs-lang] ![_][procs-ghlc] | <img width="300" src="./screenshots/procs.png" /> |
3030
| [`ripgrep`][ripgrep] | An extremely fast alternative to `grep` that respects your gitignore. | ![_][ripgrep-ghst] ![_][ripgrep-lang] ![_][ripgrep-ghlc] | <img width="300" src="./screenshots/ripgrep.gif" /> |
31+
| [`rustscan`][rustscan] | The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). `nmap` alternative. | ![_][rustscan-ghst] ![_][rustscan-lang] ![_][rustscan-ghlc] | <img width="300" src="./screenshots/rustscan.gif" /> |
3132
| [`sd`][sd] | An intuitive find & replace CLI (`sed` alternative). | ![_][sd-ghst] ![_][sd-lang] ![_][sd-ghlc] | <img width="300" src="./screenshots/sd.png" /> |
3233
| [`tldr`][tldr] | A community effort to simplify `man` pages with practical examples. | ![_][tldr-ghst] ![_][tldr-lang] ![_][tldr-ghlc] | <img width="300" src="./screenshots/tldr.png" /> |
3334
| [`xh`][xh] | A friendly and fast tool for sending HTTP requests. | ![_][xh-ghst] ![_][xh-lang] ![_][xh-ghlc] | <img width="300" src="./screenshots/xh.gif" /> |
@@ -217,6 +218,13 @@
217218
[ripgrep-ghst]: https://img.shields.io/github/stars/BurntSushi/ripgrep?label=%E2%AD%90
218219
[ripgrep-lang]: https://img.shields.io/github/languages/top/BurntSushi/ripgrep
219220

221+
<!--rustscan -->
222+
223+
[rustscan]: https://github.com/RustScan/RustScan
224+
[rustscan-ghlc]: https://img.shields.io/github/last-commit/RustScan/RustScan?label=%F0%9F%92%BB
225+
[rustscan-ghst]: https://img.shields.io/github/stars/RustScan/RustScan?label=%E2%AD%90
226+
[rustscan-lang]: https://img.shields.io/github/languages/top/RustScan/RustScan
227+
220228
<!--sd -->
221229

222230
[sd]: https://github.com/chmln/sd

links.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"mcfly.png": "https://raw.githubusercontent.com/cantino/mcfly/master/docs/screenshot.png",
2525
"procs.png": "https://user-images.githubusercontent.com/200613/90223676-c8eb6580-de0e-11ea-8e3e-fea30f173aab.png",
2626
"ripgrep.gif": "https://user-images.githubusercontent.com/200613/90223748-ecaeab80-de0e-11ea-9140-ac9219f5747c.gif",
27+
"rustscan.gif": "https://github.com/RustScan/RustScan/blob/4c933b39a1de75e19ea57ff9d8ac9b359e94727a/pictures/fast.gif",
2728
"sd.png": "https://rest-reminder.easiestsoft.com/web/command-line-search-replace-string-in-file/img/regular-expression-replace-string-in-file.png",
2829
"tldr.png": "https://raw.githubusercontent.com/tldr-pages/tldr/main/images/tldr-dark.png",
2930
"xh.gif": "https://raw.githubusercontent.com/ducaale/xh/master/assets/xh-demo.gif",

screenshots/rustscan.gif

131 KB
Loading

0 commit comments

Comments
 (0)