Difference between revisions of "Scanning"
From GhostBSD Wiki
Line 69: | Line 69: | ||
|SNMP audit scanner | |SNMP audit scanner | ||
|[https://svnweb.freebsd.org/ports/head/security/ADMsnmp/pkg-descr?revision=HEAD] | |[https://svnweb.freebsd.org/ports/head/security/ADMsnmp/pkg-descr?revision=HEAD] | ||
+ | |- | ||
+ | |clamav | ||
+ | |Command line virus scanner written entirely in C | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/clamav/pkg-descr?revision=HEAD] [https://www.clamav.net/] | ||
+ | |- | ||
+ | |clamfs | ||
+ | |User-space fs with on-access antivirus scanning | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/clamfs/pkg-descr?revision=HEAD] [https://github.com/burghardt/clamfs] | ||
+ | |- | ||
+ | |doscan | ||
+ | |Tool to quickly scan your network for machines listening on a TCP port | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/doscan/pkg-descr?revision=HEAD] [http://www.enyo.de/fw/software/doscan/] | ||
+ | |- | ||
+ | |fprintd | ||
+ | |Daemon that provides fingerprint scanning functionality over D-Bus | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/fprintd/pkg-descr?revision=HEAD] [https://www.freedesktop.org/wiki/Software/fprint/fprintd/] | ||
+ | |- | ||
+ | |knocker | ||
+ | |Simple and easy to use TCP only port scanner (Console version) | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/knocker/pkg-descr?revision=HEAD] [http://knocker.sourceforge.net/] | ||
+ | |- | ||
+ | |masscan | ||
+ | |Very fast port scanner | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/masscan/pkg-descr?revision=HEAD] [https://github.com/robertdavidgraham/masscan] | ||
+ | |- | ||
+ | |nmap | ||
+ | |Port scanning utility for large networks | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/nmap/pkg-descr?revision=HEAD] [https://nmap.org/] | ||
+ | |- | ||
+ | |onionscan | ||
+ | |Free and open source tool for investigating Onion Services | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/onionscan/pkg-descr?revision=HEAD] [https://onionscan.org/] | ||
+ | |- | ||
+ | |openvas8 | ||
+ | |openvas 8 vulnerability scanner (metaport) | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/openvas8/pkg-descr?revision=HEAD] [http://www.openvas.org] | ||
+ | |- | ||
+ | |openvas8-scanner | ||
+ | |OpenVAS 8 scanner | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/openvas8-scanner/pkg-descr?revision=HEAD] [http://www.openvas.org/] | ||
+ | |- | ||
+ | |openvas9 | ||
+ | |openvas 9 vulnerability scanner (metaport) | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/openvas9/pkg-descr?revision=HEAD] [http://www.openvas.org] | ||
+ | |- | ||
+ | |openvas9-scanner | ||
+ | |OpenVAS 9 scanner | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/openvas9-scanner/pkg-descr?revision=HEAD] [http://www.openvas.org/] | ||
+ | |- | ||
+ | |p5-File-Scan | ||
+ | |Perl5 anti-virus file scanning package | ||
+ | |[https://svnweb.freebsd.org/ports/head/security/p5-File-Scan/pkg-descr?revision=HEAD] | ||
+ | |- | ||
+ | |p5-Nmap-Parser | ||
+ | |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] | ||
|- | |- | ||
!colspan="3"| | !colspan="3"| |
Revision as of 09:30, 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] |
If you don't find a package, you are looking for, we recommend to search the Ports Collection. | ||
Back to the Office Applications
|