News Feed
  • DrugHub has agreed to fully refund all users who lost money in the SuperMarket exit scam.  
  • Retro Market has gone offline. Circumstances of the closure unknown.  
  • SuperMarket has closed following an exit scam by one of the admins.  
  • The admin of Incognito Market, Pharoah, has been arrested by the FBI several months after exit scamming.  
  • Silk RoadTorhoo mini logo
  • darknet markets list
  • Popular P2P exchange LocalMonero has announced it is closing.  

how to remove endgame's captcha but let the queue stay? : EndGame | Torhoo darknet markets

for example like pitch is using endgame that way + fish market.
i cannot seem to find it inj the cap.lua file like which function is about the queue and how do i remove everything in order to only have the queue?
i am asking because i do not like to have to enter a captcha when trying to access my site so a the queue is more than enough.

any help will be highly appreciated.
/u/Paris A
1 points
1 year ago
You don't need a queue without the captcha itself. It provides basically no benefit at all without the captcha. If you just like the style, to showcase you are running endgame, but don't want to really use the lua portion you can simply comment out the cap.lua in your site.conf and get people to your site as fast as possible.

Again without a captcha the queue basically does nothing at all.
/u/skat 📢
1 points
1 year ago
so the queue i am seeing in use in pitch and fish market is basically doing nothing? it is NOT a real queue?(like load balancing the load from the server and rate limiting against ddosers or something?)
/u/Paris A
1 points
1 year ago
It would basically not do anything. On endgame, rate limiting happens on the circuit and cookie layer. But without a captcha, anyone who wants to bypass the cookie rate limits can simply just time their requests and store a lot of different cookies. It does nothing for protection and only adds more unneeded dependencies. You can simply just create a queue in your application to check if a cookie has been set for a time before loading your application content. You don't need endgame to do it.
/u/skat 📢
1 points
1 year ago
oh ok gotcha, thanks!
/u/goodman74
1 points
4 months ago
There is no captcha on your site either, no matter how many times I've visited it lately, there's only a queue and no captcha. Maybe there is some hidden captcha?
/u/Paris A
1 points
4 months ago
We have bot detection systems built into dread which works with endgame. You shouldn't get an endgame captcha on dread unless you are doing something really wrong.
/u/goodman74
1 points
4 months ago
and this connection with the bot detection system and endgame will be in the release and when will the release be, the current one for some reason does not work with the gobalance, it works only as a separate front and only in the official tor browser, it does not work in the mobile browser and it does not work in the brave browser either
/u/Paris A
2 points
4 months ago
It won't be ever released. The moment the methods are known the bots can go and try and avoid them. It's not a perfect system.

You should only be using the tor browser to reach dread. Don't use identifying user agents.
/u/goodman74
1 points
4 months ago
But your site opens both in brave browser and on the phone app
/u/goodman74
1 points
4 months ago
It seems I found the reason, I had to put False in TORPOWDEFENSE, Now in Brave the browser works, how is this function important?