git pull
and rebuild 😅
git pull
and rebuild 😅
git pull
, rebuild and redeploy.There is also a shell script in
./tools
called dump_cache.sh
. Please run this, dump your cache and share it with me. 🙏
git pull
, rebuild and redeploy.There is also a shell script in
./tools
called dump_cache.sh
. Please run this, dump your cache and share it with me. 🙏
"GET /external?nick=lovetocode999&uri=https://vuf.minagricultura.gov.co/Lists/Informacin%20Servicios%20Web/DispForm.aspx?ID=8375144 HTTP/1.1" 200 35861 17.077914ms
always to
nick=lovetocode999
, but with different uri
s. What are these calls?
backup_db.sh
and dump_cache.sh
They pipe JSON to stdout and prompt for your admin password. Example:
URL=<your_pod_url> ADMIN=<your_admin_user> ./tools/dump_cache.sh > cache.json
backup_db.sh
and dump_cache.sh
They pipe JSON to stdout and prompt for your admin password. Example:
URL=<your_pod_url> ADMIN=<your_admin_user> ./tools/dump_cache.sh > cache.json
yarnd
server logs too. Any new interesting errors? 🤔 No more multi-GB tmp files? 🤔
yarnd
server logs too. Any new interesting errors? 🤔 No more multi-GB tmp files? 🤔
lovetocode999
on my pod. I think it should 404, and maybe with a delay, to discourage whatever this abuse is. Basically this can be used to DDoS a pod by forcing it to generate a hunch of HTML just by doing a bogus GET like this.
https://drive.proton.me/urls/XRKQQ632SG#LXWehEZMNQWF
https://twtxt.net/external?nick=nosuchuser&uri=https://foo.com
Change
nosuchuser
to any phrase at all.If you hit https://twtxt.net/external?nick=nosuchuser , you're given an error. If you hit that URL above with the
uri
parameter, you can a legitimate-looking page. I think that is a bug.
./tools/dump_cache.sh: line 8: bat: command not found
No Token Provided
I don't have
bat
on my VPS and there is no package for installing it. Is cat
a reasonable alternate?
$ jq '.Feeds | keys[]' cache.json | wc -l
4402
If you both don't mind dropping your caches. I would recommend it. Settings -> Poderator Settings -> Reset cache.
$ jq '.Feeds | keys[]' cache.json | wc -l
4402
If you both don't mind dropping your caches. I would recommend it. Settings -> Poderator Settings -> Refresh cache.
$ jq '.Feeds | keys[]' cache.json | wc -l
4402
If you both don't mind dropping your caches. I would recommend it. Settings -> Poderator Settings -> Refresh cache.