mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-29 17:22:22 +00:00
move scripts to .bin
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# get new package URLs
|
||||
# load the list of amd64 packages from ubuntu
|
||||
export dist="$(cat current_distro)"
|
||||
export repo="http://archive.ubuntu.com/ubuntu"
|
||||
|
||||
# print URLs
|
||||
curl $repo/dists/$dist/main/binary-amd64/Packages.gz | \
|
||||
gzip -d | awk '/^Filename: / { print ENVIRON["repo"] "/" $2 }'
|
||||
Reference in New Issue
Block a user