a random endchan banner

/endchan/ - Endchan Outage Bunker

come chat while we whacks the servers with a large stick until it comes back


New Reply on thread #22942
X
Max 20 files0 B total
[New Reply]

[Index] [Logs] [Banners] [Catalog]
Posting mode: Reply [Return]









>>22950
I'm sure you can. The Israeli flag BV is active on polru, sometimes we have a chat too.
The trigger works like this:
- every user post triggers a wave of flood (5-10 spam)
- deletions also trigger a wave of flood (5-10 posts)
- if no user replies to the thread, then after about 4-5 waves mod deletions don't trigger more flood
So if you do what you planned, then you have to reply first, to trigger a flood. Then delete the new waves until no more waves come in. Then you have to post again.
The best would be if you had real users to use the board, lots of traffic means lots of trigger firing.

Keep in mind he probably reads this, and he can change settings any time.


Tested Magratora (the onion of magra) with same results.
I also tried to post via tor on magrathea.endchan.net - my attempts failed. Not sure why. It is possible that those IP's of the exit nodes were banned, but I tried five and nothing. Perhaps it needs block bypass? I'm not sure.

Lots of things to fix, surely we'll arrive to this at some point.





If i understand correctly, you can't post from magrathea via tor.
We now have this thread opened permamently to trigger kolyas.
https://endchan.org/polru/res/683110.html
So you can try now.








So Endchan works as expected:
UPDATE: 2025-01-04 10:33PM PDT - Changed our flood mitigation strategy. Post on magrathea.endchan.net, it also has an onion. Moderate on endchan.net

Tor don't allow on dollcan
I don't know anyone




>>22972
I use this inline script in the browser console
var next = document.getElementById('720931'); next = next.nextElementSibling; while (next) {next.getElementsByClassName("deletionCheckBox")[0].checked = true; next = next.nextElementSibling;}























При взрыве в элитном ЖК в Москве погиб один из жильцов, который зашел в подъезд с охранниками, —112 

По данным близкого к силовикам канала, консьерж дома утверждает, что ранее видел этого человека по телевизору. 

СК возбудил уголовное дело по факту взрыва.

ВЧК-ОГПУ: погибшим при взрыве в Москве может быть криминальный авторитет из «ДНР» Армен Саркисян

Собственники квартиры, в которой жил погибший, сообщили, что сдавали квартиру Армену Саркисяну, президенту Федерации бокса «ДНР» и создателю батальона «Арбат». 

Армен «Горловский» Саркисян известен как организатор банд «титушек», которые охотились на участников Евромайдана. Он является фигурантом дела об убийстве украинского журналиста Вячеслава Веремия.

Кроме того, как пишет Baza, один из пострадавших, 49-летний Олег К., находился в базе «Миротворца». По данным ВЧК-ОГПУ, речь идет об Олеге Каспировиче, бывшем заместителе командира отдельного отряда спецназначения управления Крымского территориального командования ВВ МВД. 

Подтверждений этой информации пока нет.

UPD. Mash пишет, что Саркисян жив, он тяжело ранен.

thumbnail of output.mp4
thumbnail of output.mp4
output mp4
(3.02 MB, 362x198)
Установка по переработке газового конденсата повреждена при атаке БПЛА на ГПЗ под Астраханью, сообщил работник завода губернатору

Глава региона Бабушкин опубликовал видео визита на газоперерабатывающий завод, который был атакован сегодня ночью. 



thumbnail of 3_Feb_1.csv
thumbnail of 3_Feb_1.csv
3_Feb_1 csv
(1.88 KB, 0x0)
>>22943
My result of a hand-made data collection from the test thread https://endchan.org/polru/res/683110.html

Axis X is time and axis Y is count of posts at this time
First 3 posts are trigger posts.
First post is a very old trigger post so all the wipe from it was cleaned early before.
All next posts are wipe.
So the delay between the trigger post at 9:05 and the wipe's start at 9:15 is 10 minutes.
I think at 9:15 was a first wipe wave and 9:30 was second wave.
Later from 9:59 to 10:07 was a third smeared wave
At last, there are three lonely "snort-snort" and wiper lost interest






Помоему он должен открытым во вкладке держать сайт. Заметил, что он когда на долчане помтит, то вайпа нет на ендчане









>>23024
Как вариант потому что скрипт одновременно может работать только с одним сайтом.
А прокси берет из какого-то списка













thumbnail of 2025-02-02.png
thumbnail of 2025-02-02.png
2025-02-02 png
(105.5 KB, 1234x1322)
>>23033
It's definitely not a human. It's most likely a headless browser like Selenium or Puppeteer. There was an old 4chan spammer, DelayClose,  which handled proxies, a folder of randomized images and whatnot, which works similarly.
https://warosu.org/jp/thread/S10720646
But there are python scripts out there too, on github that do similar things, probably with OCR integration. Tho non-text/interactive captchas need more.
I know Puppeteer has a plugin where you can integrate captcha solver services such as 2captcha, I assume other headless browsers have the option.

>>23037
No, we fixed that. Plus we have stats from recaptcha.























Is it difficult to programmatically create new posts?
Is it difficult to do it periodically?
If not program create new posts on /polru/ one post per hour
Wiper triggers on it and floods spending proxy and captcha
Moderators one time per 1-5 hours clean flooded threads

What do you think?


If no one moderator can clean threads for day and night according to my counts one human post triggers ~25 flood posts. So 24 automatic posts per day will produce 600 flood posts







All the night was nothing.
At 13 hour UTC wiper found out your yesterday post in open Test thread.
I opened a few more threads and it posted there a few posts and lost interest after first deletion

>>23079
Like this

mongo --eval "printjson(db.serverStatus())"
mongo --eval 'db.mycollection.update({"name":"foo"},{$set:{"this":"that"}});' myDbName


mongosh "mongodb://user:pwd@localhost:27017/mybase" --authenticationDatabase admin

mongodb://user:password@localhost:27017/mydatabase?authSource=admin

In this example:

    mongodb://: Protocol identifier.
    user:password@: Authentication credentials (username:password).
    localhost:27017: Host address (localhost) and port (27017) where MongoDB is running.
    /mydatabase: Name of the database to connect to.
    ?authSource=admin: Optional query parameter specifying the authentication source (admin database).








>>23088
Why not?
Chrontab runs script every hour.
Script likes this:
mongosh " "mongodb://user:password@localhost:27017/mydatabase?authSource=admin" --eval 'db.mycollection.insert({"thread":"123456"},{$set:{"post":now()}});' polru













At Site Announcements window (http:// or https:// ):
Tor Browser Can’t Open This Page

To protect your security, 4chan.endchan.net will not allow Tor Browser to display the page if another site has embedded it. To see this page, you need to open it in a new window.









Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


142 replies | 24 file
New Reply on thread #22942
Max 20 files0 B total