Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Wrapper for Nmap scanner in 122 lines of Zsh script
- X-seq: zsh-users 23367
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Wrapper for Nmap scanner in 122 lines of Zsh script
- Date: Thu, 26 Apr 2018 11:26:29 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=m+xgtNepFPuXTp6DUuZHL2I7M76wuHvzj0RPxVXNdWI=; b=uzJKtURodae1WjBDck6iH4/m3ZYfAX+dMmgFbXDjiFxMR/7ycl9pPDx0OpDb0y9LSv fG/6iTxV+Que9NBjUuUPZzLQAXCJAIABJ+4QI0IyWGS5DI7W86taomGylxSyP6/oqeFr VcBqJbHdrCaXad13GcL8/4PC1fyAH484nJtUHVXWu9reWipDb9JXXo5r+OXK7+2S90of R9BFnEzpvhp7BZVYrKFP34hOLcJ6//1Vp70rrtnLnnZN2A+br+Vwtq0wf+yKGkSwZzPM 1/CVTNy+v4MXGg7NByg3Y1BWt5T1OQCqi27jEahGuxzkUX9qFf1RL9XbMmHJwOVSanWO ExjQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
semigraphical interface for nmap in pure Zsh script:
https://youtu.be/h6wqhdPJOkY
122 lines of code (102 without comments) is very little (it just cannot be
50, it must be ~100, for such an interface), so I thought I share. The
wrapper uses ZUI library, in which widgets are arranged by constructing a
text buffer. Very effective, with PHP/HTML-like drawbacks (going back to
PHP code that constructs nice page via HTML4 text might be difficult),
allowing everybody to build custom Midnight Commander for private tasks. I
was hoping for some activity around ZUI project, yet there is none, but
maybe someone will be interested.
https://github.com/zdharma/zui/wiki
--
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author