Cleaning up to fit AniNIX/Uniglot hooks; catching up with testing
This commit was merged in pull request #15.
This commit is contained in:
@@ -8,7 +8,7 @@ WolfPack is named for its operation. "Pups" live on disk as .pup files -- these
|
||||
## VPN protection and Offloading.
|
||||
Some countries and areas take issue with some searches and downloads. As such, the offload-wolfpack executable will allow a [DarkNet](../DarkNet) service, deployed on a unique host, to merge results. In your Ansible inventory, set the wolfpack_service YAML variable for the host to `offload-wolfpack@somehost.timer` to enable that service instead of the normal wolfpack.timer.
|
||||
|
||||
This requires SSH keys to be set up between the offloading hosts and the target location, but this will run some version of wolfpack and send the results to the target. This is helpful for a server like Core that requires network uptime and stable external accessibility but needs VPN functionality for anonymity. This requires significant user intervention and customization -- this option is provided as a stub.
|
||||
This requires SSH keys to be set up between the offloading hosts and the target location, but this will run some version of wolfpack and send the results to the target. This is helpful for a server like Core that requires network uptime and stable external accessibility but needs VPN functionality for anonymity. This requires significant user intervention and customization -- this option is provided as a stub.
|
||||
|
||||
## Alternatives
|
||||
Google Alerts can provide an alternative to the Wolfpack's search pup type. Downloads can be done manually, and some torrent clients will have search and queuing options.
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
search
|
||||
/srv/wolfpack/search-results
|
||||
aninix.net
|
||||
@@ -0,0 +1,4 @@
|
||||
download
|
||||
/usr/local/src/isos/
|
||||
wget -q -O - 'https://www.archlinux.org/download/' | grep rackspace | cut -f 2 -d \" | head -n 1
|
||||
echo PREVRESULT/$(wget -q -O - PREVRESULT | grep x86_64.iso | head -n 1 | cut -f 2 -d \")
|
||||
@@ -0,0 +1,3 @@
|
||||
download
|
||||
/usr/local/src/isos
|
||||
curl -s https://centos.org/download/ | grep Minimal | grep 'a href' | cut -f 2 -d '"'
|
||||
@@ -0,0 +1,5 @@
|
||||
download
|
||||
/srv/wolfpack/
|
||||
curl -s https://portableapps.com/apps/internet/google_chrome_portable | tr '<' '\n' | tr '>' '\n' | tr \" '\n' | grep online.paf.exe | sed 's/ /\%20/g' | sed 's/\&/\\\&/g'
|
||||
curl -s https://portableapps.comPREVRESULT | tr '"' '\n' | grep redirect | tail -n 1
|
||||
echo https://portableapps.comPREVRESULT
|
||||
@@ -0,0 +1,3 @@
|
||||
search
|
||||
/srv/wolfpack/
|
||||
Riffle
|
||||
@@ -0,0 +1,11 @@
|
||||
shows
|
||||
/srv/yggdrasil/new_acquisition
|
||||
S06E11#Game of Thrones
|
||||
S04E21#Vikings#
|
||||
S02E13#Mr Robot#HDTV
|
||||
S02E12#Marco Polo
|
||||
S02E12#Criminal Minds Beyond Borders#
|
||||
S02E14#Dark Matter#ettv
|
||||
S03E22#Star Wars Rebels#
|
||||
S02E11#Shadowhunters#
|
||||
S03E18#Gotham#
|
||||
@@ -0,0 +1,4 @@
|
||||
search
|
||||
/srv/wolfpack/search-results
|
||||
Eminem Shows
|
||||
Eminem Concerts
|
||||
@@ -0,0 +1,8 @@
|
||||
torrent
|
||||
/srv/yggdrasil/new_acquisition
|
||||
King Arthur 2017 BRrip
|
||||
The Great Wall 2017 BRrip
|
||||
Edge of 17 2016 BRrip
|
||||
Bilal: A New Breed of Hero 2015
|
||||
John Wick Chapter 2 2017 HDrip
|
||||
Fast 8 HDRip 2017
|
||||
@@ -0,0 +1,3 @@
|
||||
download
|
||||
/usr/local/src/isos/
|
||||
elinks --dump https://www.offensive-security.com/kali-linux-arm-images/ | grep rpi | head -n 1 | sed 's/^\s\+//'
|
||||
@@ -0,0 +1,4 @@
|
||||
download
|
||||
/usr/local/src/isos/
|
||||
wget -q -O - http://cdimage.kali.org/current/ | grep amd64.iso | head -n 1 | cut -f 8 -d '"'
|
||||
echo http://cdimage.kali.org/current/PREVRESULT
|
||||
@@ -0,0 +1,12 @@
|
||||
shows
|
||||
/srv/yggdrasil/new_acquisition
|
||||
S06E23#2 Broke Girls#
|
||||
S10E25#Big Bang Theory#
|
||||
S04E21#The Fosters#
|
||||
S18E19#Law Order SVU#
|
||||
S08E23#The Middle#
|
||||
S08E22#Modern Family#
|
||||
S07E13#Shameless US
|
||||
S07E17#The Walking Dead#
|
||||
S03E25#Scorpion#
|
||||
S05E05#Prison Break#ettv
|
||||
@@ -0,0 +1,4 @@
|
||||
download
|
||||
/var/cache/localpkg/
|
||||
wget -q -O - https://www.mediawiki.org/wiki/Download | grep 'Download MediaWiki' | cut -f 6 -d \"
|
||||
echo https:PREVRESULT
|
||||
@@ -0,0 +1,3 @@
|
||||
download
|
||||
/usr/local/src/isos/
|
||||
wget -q -O - https://www.plop.at/en/bootmanager/download.html | grep 'plpbt-' | head -n 2 | tail -n 1 | cut -f 3 -d '=' | cut -f 1 -d ' '
|
||||
@@ -0,0 +1,3 @@
|
||||
download
|
||||
/srv/wolfpack/
|
||||
echo http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
|
||||
@@ -0,0 +1,4 @@
|
||||
download
|
||||
/usr/local/src/isos/
|
||||
wget -q -O - 'https://www.raspberrypi.org/downloads/raspbian/' | grep 'btn dl-zip' | grep -i lite | cut -f 2 -d \"
|
||||
curl -sI PREVRESULT | grep Location: | cut -f 2 -d ' ' | sed 's/\r//g'
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
torrentengine="https://1337x.to/search/%s/1/"
|
||||
torrentterms='printf https://1337x.to; grep "/torrent/" | head -n 1 | cut -f 2 -d \"'
|
||||
magnetposition='4'
|
||||
torrentdebugging='true'
|
||||
searchunifier='+'
|
||||
magnetseparator=\"
|
||||
@@ -0,0 +1,3 @@
|
||||
download
|
||||
/srv/wolfpack/
|
||||
wget -q -O - http://portableapps.com/apps/internet/winscp_portable | grep 'sf-download' | cut -f 4 -d \" | head -n 1
|
||||
Reference in New Issue
Block a user