Package Details: nemesis 1.8-1

Git Clone URL: https://aur.archlinux.org/nemesis.git (read-only, click to copy)
Package Base: nemesis
Description: command-line network packet crafting and injection utility
Upstream URL: https://github.com/libnet/nemesis
Keywords: injection netsec network packet ping redteam
Licenses: BSD
Submitter: Barthalion
Maintainer: GI_Jack
Last Packager: GI_Jack
Votes: 2
Popularity: 0.000001
First Submitted: 2018-01-06 21:03 (UTC)
Last Updated: 2021-07-13 15:22 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

marsoft commented on 2021-05-16 20:53 (UTC)

Here is the PKGBUILD for newer version 1.7; seemingly works for me:

# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=nemesis
pkgver=1.7
pkgrel=1
pkgdesc="command-line network packet crafting and injection utility"
arch=(x86_64)
url="http://github.com/libnet/nemesis/"
license=('BSD')
depends=( "libnet>=1.1.6" )
source=(https://github.com/libnet/nemesis/releases/download/v$pkgver/nemesis-$pkgver.tar.gz
    nemesis-proto_tcp.c.diff)
sha256sums=('bd6293849f78c7adb73953f242cb7f599fa8a5390d5beaf377cdc100741fa026'
            '47adbf39b5a5e351bc6b0eebaf89d98bb7ad3ab359c04391b782998053ae067d')

package() {
  # build nemesis
  cd "$srcdir"/nemesis-$pkgver
  #export CFLAGS="-D__GLIBC__=0 -DLIBNET_LIL_ENDIAN"
  #patch -Np1 <"$srcdir"/nemesis-proto_tcp.c.diff
  [ -f Makefile ] || ./configure --prefix=/usr --mandir=/usr/share/man
  make LDFLAGS="-z muldefs"
  make DESTDIR="$pkgdir" install
  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/nemesis/LICENSE
}

djgera commented on 2021-03-16 13:31 (UTC)

2018: Project resurrected by Joachim Nilsson https://github.com/libnet/nemesis