Version: 3.0.5-7.2 Priority: optional Section: web Maintainer: Axel Beckert <[email protected]> Installed-Size: 1,623 kB Provides: www-browser Depends: wget, libc6 (>= 2.38), libfltk1.3t64 (>= 1.3.4), libjpeg62-turbo (>= 1.3.1), libpng16-16t64 (>= 1.6.> Recommends: perl, perl:any Homepage: https://web.archive.org/web/20221006082222/https://www.dillo.org/ Tag: implemented-in::c, interface::graphical, interface::x11, network::client, protocol::http, protocol::ssl, role::program, uitoolkit::gtk, use::browsing, web::browser, x11::application Download-Size: 507 kB APT-Manual-Installed: yes APT-Sources: http://ftp.debian.org/debian sid/main amd64 Packages Description: Small and fast web browser Dillo 3 is a graphical multi-platform web browser known for its speed and small footprint. It is based on version 1.3 of the Fast and Light Toolkit (FLTK) in version 1.3 . It aims to be small in resources, stable, developer-friendly, usable, very fast, and extensible. . 11
to help navigate the modern Web. sourceを貰ってきて,Anubisのための pow-solver をbuild $ git clone https://git.dillo-browser.org/plugins/actions ~/.dillo/actions $ cd ~/.dillo/actions $ make $ ls pow-solver pow-solver 15
Running action 'Fix page': ~/.dillo/actions/fixpage.sh Detected Anubis challenge /home/matoken/.dillo/actions/anubis.sh: 39: url+=?id=019f589a-2135-7ed8-94f3-53f57e6529e5: not found /home/matoken/.dillo/actions/anubis.sh: 40: url+=&response=00be18640d6d404ae8a7632469a4de54826c1fd8df481d83c3a9ba6 /home/matoken/.dillo/actions/anubis.sh: 41: url+=&nonce=215: not found /home/matoken/.dillo/actions/anubis.sh: 42: url+=&redir=https%3A%2F%2Fanubis.techaro.lol%2F: not found /home/matoken/.dillo/actions/anubis.sh: 43: url+=&elapsedTime=2: not found 23
+ url+="?id=$challenge_id" url+="&response=$response" url+="&nonce=$solution" url+="&redir=$url_redirect" url+="&elapsedTime=2" url="$url?id=$challenge_id" url="$url&response=$response" url="$url&nonce=$solution" url="$url&redir=$url_redirect" url="$url&elapsedTime=2" もう一つ - for i in {1..10}; do + for _ in $(seq 1 10); do 24