aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SinFP
Commit message (Collapse)AuthorAgeFilesLines
* - Pass maintainership to submitterThomas Abthorpe2009-02-271-1/+1
| | | | | | | Submitted by: Sofian Brabez via private email Notes: svn path=/head/; revision=229190
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update signatures to 20080419Andrew Pantyukhin2008-04-211-3/+3
| | | | Notes: svn path=/head/; revision=211703
* - Update signatures to 20080308Andrew Pantyukhin2008-03-081-3/+3
| | | | Notes: svn path=/head/; revision=208649
* - Update to 20080103 snapshotAndrew Pantyukhin2008-01-071-3/+3
| | | | Notes: svn path=/head/; revision=205200
* - Update to 20071229 snapshotAndrew Pantyukhin2008-01-011-3/+3
| | | | Notes: svn path=/head/; revision=204784
* - Update signatures to 20071228 snapshotAndrew Pantyukhin2007-12-281-3/+3
| | | | Notes: svn path=/head/; revision=204655
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - De-4.x-ify most of my ports to save gnats from excessive abuseAndrew Pantyukhin2007-04-181-1/+1
| | | | | | | - s/CSME/CENKES/ in my ports Notes: svn path=/head/; revision=190273
* - Update to 20070407 snapshotAndrew Pantyukhin2007-04-071-3/+3
| | | | Notes: svn path=/head/; revision=189438
* - Update to 20070322 fingerprintsAndrew Pantyukhin2007-03-231-0/+3
| | | | Notes: svn path=/head/; revision=188068
* - Update to 2.06Andrew Pantyukhin2006-12-192-4/+4
| | | | Notes: svn path=/head/; revision=180182
* - Update to 2.05Andrew Pantyukhin2006-11-182-4/+4
| | | | Notes: svn path=/head/; revision=177511
* - Update to 2.04Andrew Pantyukhin2006-11-052-7/+4
| | | | Notes: svn path=/head/; revision=176531
* - Update to 20061101 snapshotAndrew Pantyukhin2006-11-011-0/+3
| | | | Notes: svn path=/head/; revision=176131
* - Update to 2.03Andrew Pantyukhin2006-11-012-7/+4
| | | | Notes: svn path=/head/; revision=176078
* - Update to 20061009 fingerprintsAndrew Pantyukhin2006-10-091-3/+3
| | | | Notes: svn path=/head/; revision=175139
* - Update to 20061007 fingerprintsAndrew Pantyukhin2006-10-071-3/+3
| | | | Notes: svn path=/head/; revision=174787
* - Separate sinfp into library (p5-Net-SinFP) and binary+db (sinfp)Andrew Pantyukhin2006-09-304-8/+21
| | | | | | | - Use latest db snapshot Notes: svn path=/head/; revision=174188
* - Use CPAN versionAndrew Pantyukhin2006-09-284-72/+23
| | | | | | | - Resolve all conflicts Notes: svn path=/head/; revision=174031
* - Mark only usable on little-endian archsAndrew Pantyukhin2006-09-131-0/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=172915
* - Update to 2.02Andrew Pantyukhin2006-08-292-4/+4
| | | | Notes: svn path=/head/; revision=171603
* Add port security/sinfp:Andrew Pantyukhin2006-08-214-0/+135
SinFP is a new approach to OS fingerprinting, which bypasses limitations that nmap has. Nmap approaches to fingerprinting as shown to be efficient for years. Nowadays, with the omni-presence of stateful filtering devices, PAT/NAT configurations and emerging packet normalization technologies, its approach to OS fingerprinting is becoming to be obsolete. SinFP uses the aforementioned limitations as a basis for tests to be obsolutely avoided in used frames to identify accurately the remote operating system. That is, it only requires one open TCP port, sends only fully standard TCP packets, and limits the number of tests to 2 or 3 (with only 1 test giving the OS reliably in most cases). WWW: http://www.gomor.org/sinfp Notes: svn path=/head/; revision=171083