net-analyzer/httprint - 301 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/httprint-301

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/httprint-301

Or alternatively:

emerge --autounmask-write -a =net-analyzer/httprint-301

Package Information

Description:
HTTP fingerprinter tool
Homepage:
http://net-square.com/httprint.html
License:
no-source-code

Ebuild Details

Version EAPI Keywords Slot
301 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_P="${PN}_${PV}"

DESCRIPTION="HTTP fingerprinter tool"
HOMEPAGE="http://net-square.com/httprint.html"
SRC_URI="http://net-square.com/_assets/${PN}_linux_${PV}.zip"

S="${WORKDIR}"/${MY_P}/linux
LICENSE="no-source-code"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="allsigs"

RDEPEND="amd64? ( sys-libs/glibc[multilib] )"
BDEPEND="app-arch/unzip"

src_install() {
	use allsigs && sed -i -e '/^#[a-zA-Z0-9]/ s/^#//g' signatures.txt
	insinto /opt/${MY_P}/
	doins nmapportlist.txt signatures.txt
	exeinto /opt/${MY_P}/
	doexe $PN
	insinto /opt/${MY_P}/images/
	doins images/*
	dodoc input.txt readme.txt
}

USE Flags

Manage flags for this package: euse -i <flag> -p net-analyzer/httprint | euse -E <flag> -p net-analyzer/httprint | euse -D <flag> -p net-analyzer/httprint

Global/Standard Flags

Dependencies

RDEPEND

amd64? ( sys-libs/glibc[multilib] )

BDEPEND

app-arch/unzip

Manifest for 301

Type File Size Source URLs
DIST httprint_linux_301.zip 679128 bytes http://net-square.com/_assets/httprint_linux_301.zip