Skip to content

Commit

Permalink
to-release: released packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 25, 2024
1 parent 46722f4 commit 0c4bc81
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 95 deletions.
77 changes: 0 additions & 77 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -1,77 +0,0 @@
adassault
adpeas
android-udev-rules
aquatone
beef
binaryninja
boofuzz
box-js
breads
chainsaw
checkov
chipsec
clair
cloudlist
commix
cpp2il
cvemap
dalfox
detect-it-easy
dftimewolf
didier-stevens-suite
dnsx
emp3r0r
fakenet-ng
faradaysec
fernflower
flare-floss
fuddly
ghauri
git-dumper
grammarinator
hacktv
hopper
imhex
knock
krbrelayx
leo
loki-scanner
maltrail
mapcidr
mobsf
naabu
nettacker
nuclei-templates
nuclei
o-saft
opendht-c
paru
payloadsallthethings
pfring-dkms
phpstan
pmacct
prowler
proxybroker2
puredns
pwned
pwnloris
retire
rtl-433
sandmap
seclists
shellerator
sickle
sippts
spotbugs
sslscan2
stowaway
theharvester
tls-map
tlsfuzzer
trufflehog
waymore
wcvs
wesng
whatsmyname
yeti
zeek
4 changes: 3 additions & 1 deletion packages/pmacct/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ arch=('x86_64' 'aarch64')
url='https://github.com/pmacct/pmacct'
license=('GPL2')
depends=('libpcap' 'zeromq' 'rabbitmq' 'mariadb' 'geoip')
makedepends=('git')
makedepends=('git' 'autoconf')
source=("git+https://github.com/pmacct/$pkgname.git")
sha512sums=('SKIP')

Expand All @@ -26,6 +26,8 @@ build() {

./autogen.sh

autoreconf

./configure --prefix=/usr --sbindir=/usr/bin

make
Expand Down
3 changes: 2 additions & 1 deletion packages/python-yara-python-dex/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pkgname=python-yara-python-dex
_pkgname=${pkgname#python-}
pkgver=1.0.7.1.r11.g650f693
pkgrel=1
pkgrel=2
pkgdesc='The Python interface for YARA.'
arch=('x86_64' 'aarch64')
url='https://github.com/MobSF/yara-python-dex'
Expand All @@ -13,6 +13,7 @@ depends=('python')
makedepends=('git' 'python-setuptools' 'glibc' 'yara')
provides=('python-yara')
conflicts=('python-yara' 'python-yara-rednaga')
replaces=('python-yara-rednaga')
options=(!emptydirs)
source=("git+https://github.com/MobSF/${_pkgname}.git")
sha512sums=('SKIP')
Expand Down
33 changes: 17 additions & 16 deletions scripts/up-vcs-tools
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@ BASE=${PWD}/${BASH_SOURCE[0]%/*}
LOG="${BASE}/../lists/to-release"

EX='0d1n apacket apt2 autonse autovpn bamf-framework bashscan blackbox-scanner
blackeye billcipher bof-detector boopsuite brut3k1t brutexss cheetah-suite
citadel cjexploiter cmsfuzz crackmapexec crozono cybercrowl darkspiritz dagon
d-tect dorkme entropy evilpdf expimp-lookup exploitpack extracthosts facebash
fbi findmyiphone flamerobin ftpmap genisys ghostdelivery gloom grabing graffiti
hashpump hiddeneye hiddeneye-legacy htrosbif hubbit-sniffer hyde icloudbrutter
infoga instashell ircsnapshot koadic konan junkie jooforce jsearch l0l
ld-shatner leroy-jenkins levye liffy loot maigret maryam mdbtools mooscan mosca
multitun mysql2sqlite nbtscan neglected netcommander octopwnweb osinterator
owasp-bywaf paraxor-dwm paraxor-slock paraxor-st passcracking payloadmask peda
pemcracker pepe phonesploit phonia php-rfi-payload-decoder powerops pureblood
pykek proctal profuzz python2-ctags pwdlyser qrgen revipd remot3d riwifshell
routerhunter sb0x sea search1337 sees shitflood sigploit simple-ducky skiptracer
slurp slowloris-py smap smbexec smod smplshllctrlr sniffer spiped spoofcheck
sqlmap subbrute swamp sysdig takeover token-hunter treasure tweetshell
ultimate-facebook-scraper userrecon-py uppwn userrecon valabind visql wascan
webkiller weeman whatbreach winregfs wpseku xss-freak yaaf yawast zeus-scanner'
blackeye blue-hydra billcipher bof-detector boopsuite brut3k1t brutexss
cheetah-suite citadel cjexploiter cmsfuzz crackmapexec crozono cybercrowl
darkspiritz dagon d-tect dorkme entropy evilpdf expimp-lookup exploitpack
extracthosts facebash fbi findmyiphone flamerobin ftpmap genisys ghostdelivery
gloom grabing graffiti hashpump hiddeneye hiddeneye-legacy htrosbif
hubbit-sniffer hyde icloudbrutter infoga instashell ircsnapshot koadic konan
junkie jooforce jsearch l0l ld-shatner leroy-jenkins levye liffy loot maigret
maryam mdbtools mooscan mosca multitun mysql2sqlite nbtscan neglected
netcommander octopwnweb osinterator owasp-bywaf paraxor-dwm paraxor-slock
paraxor-st passcracking payloadmask peda pemcracker pepe phonesploit phonia
php-rfi-payload-decoder powerops pureblood pykek proctal profuzz python2-ctags
pwdlyser qrgen revipd remot3d riwifshell routerhunter sb0x sea search1337 sees
shitflood sigploit simple-ducky skiptracer slurp slowloris-py smap smbexec smod
smplshllctrlr sniffer spiped spoofcheck sqlmap subbrute swamp sysdig takeover
token-hunter treasure tweetshell ultimate-facebook-scraper userrecon-py uppwn
userrecon valabind visql wascan webkiller weeman whatbreach winregfs wpseku
xss-freak yaaf yawast zeus-scanner'

rm -f $LOG

Expand Down

0 comments on commit 0c4bc81

Please sign in to comment.