Multitarget tool based on uashield, db1000n and additional advanced dns lists.
DISCLAIMER: the software is not meant to be used for any kind of illegal or inappropriate purposes!
Качемо тут і просто запускаєм.
- run as binary, in Docker, Termux
- supports multiple targets in parallel
- advanced DNS methods
- pretends real browser to improve performance
- targets list updates automatically, run once and let it work
- IT ARMY of Ukraine lists are included as well
Checkout the latest release here https://github.com/mgrybyk/uasword/releases, ex windows.
- make sure to have NodeJS 16 installed
- clone the repo with git
git clone https://github.com/mgrybyk/uasword.git cd uasword- install modules
npm install - download chromium
npx playwright install --with-deps chromium - run
node index
See screenshot for step by step example for very new users
Several target lists is used, see data/config.json for more information.
Docker image published to https://hub.docker.com/r/atools/uasword
Run as root
mkdir -p /opt && git clone https://github.com/mgrybyk/uasword.git /opt/uasword && /opt/uasword/setup.sh
Install:
sudo mkdir -p /opt && sudo git clone https://github.com/mgrybyk/uasword.git /opt/uasword && sudo /opt/uasword/setup.sh
journalctl -xe -u uasword.service -f
Note: Play Store version of Termux is no longer updating, please use other apk providers, see below.
- Install Termux. Choose one of F-Droid | GitHub | apkpure
- In Termux run the following
pkg updateanswerywhen promptedpkg install nodejs-lts- installs nodejspkg install git- installs gitgit clone https://github.com/mgrybyk/uasword.git- clones the repocd uasword- switch to the cloned foldernpm install --omit dev --no-fund --no-audit- install modules. Or just donpm inode index- starts the app