Difference between revisions of "Scanning"
From GhostBSD Wiki
Line 125: | Line 125: | ||
|Parse nmap scan data with perl | |Parse nmap scan data with perl | ||
|[https://svnweb.freebsd.org/ports/head/security/p5-Nmap-Parser/pkg-descr?revision=HEAD] [https://metacpan.org/release/Nmap-Parser] | |[https://svnweb.freebsd.org/ports/head/security/p5-Nmap-Parser/pkg-descr?revision=HEAD] [https://metacpan.org/release/Nmap-Parser] | ||
+ | |- | ||
+ | |p5-Nmap-Scanner | ||
+ | |Perform and manipulate nmap scans using perl | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/p5-Nmap-Scanner/pkg-descr?revision=HEAD] [https://metacpan.org/release/Nmap-Scanner] | ||
+ | |- | ||
+ | |portsentry | ||
+ | |Port scan detection and active defense | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/portsentry/pkg-descr?revision=HEAD] | ||
+ | |- | ||
+ | |pscan | ||
+ | |Security C code scanner for misuse of format strings | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/pscan/pkg-descr?revision=HEAD] [http://deployingradius.com/pscan/] | ||
+ | |- | ||
+ | |scanlogd | ||
+ | |TCP port scan detection tool | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/scanlogd/pkg-descr?revision=HEAD] [http://openwall.com/scanlogd/] | ||
+ | |- | ||
+ | |zenmap | ||
+ | |GUI frontend for the Nmap scanning utility | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/zenmap/pkg-descr?revision=HEAD] [https://nmap.org/zenmap/] | ||
+ | |- | ||
+ | !colspan="3"| | ||
+ | |- | ||
+ | !colspan="3"|Category: Sysutils | ||
+ | |- | ||
+ | !colspan="3"| | ||
+ | |- | ||
+ | |bulk_extractor | ||
+ | |Program that scans a disk image and extracts useful information | ||
+ | |[https://svnweb.freebsd.org/ports/head/sysutils/bulk_extractor/pkg-descr?revision=HEAD] [https://github.com/simsong/bulk_extractor] | ||
+ | |- | ||
+ | |p5-SyslogScan | ||
+ | |Perl5 routines to parse system logs | ||
+ | |[https://svnweb.freebsd.org/ports/head/sysutils/p5-SyslogScan/pkg-descr?revision=HEAD] | ||
+ | |- | ||
+ | |weedit | ||
+ | |File duplicate scanner with database support | ||
+ | |[https://svnweb.freebsd.org/ports/head/sysutils/weedit/pkg-descr?revision=HEAD] [http://freecode.com/projects/weedit] | ||
+ | |- | ||
+ | !colspan="3"| | ||
+ | |- | ||
+ | !colspan="3"|Category: Texproc | ||
+ | |- | ||
+ | !colspan="3"| | ||
+ | |- | ||
+ | |py37-ocrmypdf | ||
+ | |Adds an OCR test layer to scanned PDF files | ||
+ | |[https://svnweb.freebsd.org/ports/head/textproc/py-ocrmypdf/pkg-descr?revision=HEAD] [https://github.com/jbarlow83/OCRmyPDF] | ||
+ | |- | ||
+ | |reflex | ||
+ | |Relocalizable fast lexical scanner | ||
+ | |[https://svnweb.freebsd.org/ports/head/textproc/reflex/pkg-descr?revision=HEAD] [http://invisible-island.net/reflex/reflex.html] | ||
+ | |- | ||
+ | |scancode-toolkit | ||
+ | |Scans code for license, copyright, package and documented dependencies | ||
+ | |[https://svnweb.freebsd.org/ports/head/textproc/scancode-toolkit/pkg-descr?revision=HEAD] [https://github.com/nexB/scancode-toolkit] | ||
|- | |- | ||
!colspan="3"| | !colspan="3"| |
Revision as of 10:36, 30 December 2019
Welcome to the Scanning |
App/Package | Abstract | Addition or Link |
---|---|---|
Category: Deskutils | ||
py37-paperless | Index and archive scanned paper documents | [1] [2] [3] |
gscan2pdf | Produce PDF from scanned documents | [4] |
kooka | Intuitive, easy to use open source scan program | [5] [6] |
p5-Image-Sane | Perl extension for the SANE (Scanner Access Now Easy) Project | [7] [8] |
sane-backends-1.0.28 | API for access to scanners, digitals camera, frame grabbers etc | [9] [10] |
sane-frontends | Tools for access to scanners, digitals camera, frame grabbers etc | [11] [12] |
scantailor | Interactive post-processing tool for scanned pages | [13] [14] |
skanlite | Simple image scanning application | [15] [16] |
unpaper | Post-processing tool for scanned sheets of paper | [17] [18] |
xsane | Gtk-based X11 frontend for SANE (Scanner Access Now Easy) | [19] [20] |
Category: Security | ||
ADMsmb | Security scanner for Samba | [21] |
ADMsnmp | SNMP audit scanner | [22] |
clamav | Command line virus scanner written entirely in C | [23] [24] |
clamfs | User-space fs with on-access antivirus scanning | [25] [26] |
doscan | Tool to quickly scan your network for machines listening on a TCP port | [27] [28] |
fprintd | Daemon that provides fingerprint scanning functionality over D-Bus | [29] [30] |
knocker | Simple and easy to use TCP only port scanner (Console version) | [31] [32] |
masscan | Very fast port scanner | [33] [34] |
nmap | Port scanning utility for large networks | [35] [36] |
onionscan | Free and open source tool for investigating Onion Services | [37] [38] |
openvas8 | openvas 8 vulnerability scanner (metaport) | [39] [40] |
openvas8-scanner | OpenVAS 8 scanner | [41] [42] |
openvas9 | openvas 9 vulnerability scanner (metaport) | [43] [44] |
openvas9-scanner | OpenVAS 9 scanner | [45] [46] |
p5-File-Scan | Perl5 anti-virus file scanning package | [47] |
p5-Nmap-Parser | Parse nmap scan data with perl | [48] [49] |
p5-Nmap-Scanner | Perform and manipulate nmap scans using perl | [50] [51] |
portsentry | Port scan detection and active defense | [52] |
pscan | Security C code scanner for misuse of format strings | [53] [54] |
scanlogd | TCP port scan detection tool | [55] [56] |
zenmap | GUI frontend for the Nmap scanning utility | [57] [58] |
Category: Sysutils | ||
bulk_extractor | Program that scans a disk image and extracts useful information | [59] [60] |
p5-SyslogScan | Perl5 routines to parse system logs | [61] |
weedit | File duplicate scanner with database support | [62] [63] |
Category: Texproc | ||
py37-ocrmypdf | Adds an OCR test layer to scanned PDF files | [64] [65] |
reflex | Relocalizable fast lexical scanner | [66] [67] |
scancode-toolkit | Scans code for license, copyright, package and documented dependencies | [68] [69] |
If you don't find a package, you are looking for, we recommend to search the Ports Collection. | ||
Back to the Office Applications
|