this post was submitted on 02 May 2026
97 points (97.1% liked)

Technology

84583 readers
5279 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
all 25 comments
sorted by: hot top controversial new old
[–] cecilkorik@piefed.ca 30 points 1 week ago (1 children)

It's about time we start seriously thinking about how to escape Visa and Mastercard anyway.

[–] WhyJiffie@sh.itjust.works 11 points 1 week ago

not so fast, many people genuinely think wechat and alipay would be an improvement

[–] Steve@startrek.website 23 points 1 week ago (1 children)

Someone has been using my website for stolen card testing and I cant stop it.

[–] notabot@piefed.social 24 points 1 week ago (1 children)

You don't need to stop them, you just need to make the effort not be worth it compared to using a different site. Things like making sure they have a valid session cookie before they hit the payment flow, and, ideally, require them to be logged in too. That way you can block attacking accounts, and they have to go through the effort of registering a new one, which is, hopefully, well gated against automated attacks.

[–] Steve@startrek.website 19 points 1 week ago (3 children)

Every single attempt registers a new user account, all with fake info. I have been trying all different things to block them but theres no unique data to identify them. I havent had a completed payment from them in a few weeks but I can still see the attempt being made.

At first, they used valid emails which led to me being banned from gmail because all the order notifications were being reported as spam.

[–] thedeadwalking4242@lemmy.world 20 points 1 week ago (1 children)

Make so sign up requires proof of work. Will slow them down.

Become computationally expensive for them at scale

[–] Steve@startrek.website 1 points 1 week ago (2 children)

That would scare away real paying customers

[–] notabot@piefed.social 17 points 1 week ago (1 children)

You might want to try something like Anubis on both the signup and order pages. Real users will either not be stopped, or will only hit it once, and no user interaction is required to continue, but bot users will be slowed down enough to, hopefully, disuade them from returning.

Could just hide it behind a progress spinner? But it'll slow down the account creation.

[–] BananaTrifleViolin@piefed.world 4 points 1 week ago (1 children)

Do you have basic security like 1 email is a unique account, and the email needs verification before an order can be placed? Because that simple step will be rate limiting for the attackers but normal and expected for real users.

Also could be worth considering using a dedicated payment processor to handle things. It adds overhead, but so does fraud.

[–] Steve@startrek.website 0 points 1 week ago (2 children)

I dont want to add barriers for real orders.

I use both Stripe and Paypal to process cards.

[–] muusemuuse@sh.itjust.works 9 points 1 week ago (1 children)

You don’t want barriers for scammers because they inconvenience real customers. So you choose to enable the scammers. That is exactly why this works.

Thanks for playing.

[–] Steve@startrek.website 2 points 1 week ago (1 children)

I agree. What do you suggest? Just shut it down?

I guess I could move to SantaFe and do something with turquoise.

[–] muusemuuse@sh.itjust.works 8 points 1 week ago (1 children)

People have already given you options and you repeatedly say “nah, that’s inconvenient”. The inconvenience is the point. You are inconveniencing customers who want to get a thing from you and have a reason to endure it to achieve that goal but you are also inconveniencing the scammers who have no goal at the end so…

Fuck it. Have fun in Santa Fe. Save me a seat and some tequila.

[–] Steve@startrek.website 2 points 1 week ago (1 children)

I feel like the card processors should bear this responsibility. I dont have the technical skill to apply most of the suggestions, and I fear damaging my income by doing it wrong.

[–] dual_sport_dork@lemmy.world 5 points 1 week ago

They should, yes, but they don't. In fact, they'll ding you for having too many failed transactions and claim that it's your responsibility to do something about it.

[–] WaxRhetorical@lemmy.world 1 points 1 week ago (1 children)

You'd think the onus here should be on PayPal and Stripe.. Do they have anything to say?

[–] Steve@startrek.website 3 points 1 week ago (1 children)

They dont give a flying fuck.

[–] WaxRhetorical@lemmy.world 1 points 1 week ago

Frustrating. Sorry you're in this position

[–] InFerNo@lemmy.ml 0 points 1 week ago (1 children)

Block Russian IP range. Do the logged ips of the malicious tries originate from the same region?

[–] Steve@startrek.website 1 points 1 week ago

Entirely random as far as I can tell

[–] Retro_unlimited@lemmy.world 9 points 1 week ago (2 children)

Way back when AOL was on floppies there was software called AOHELL that would generate fake name, address, and fake CC just to sign up for AOL free 40 hours.

I’m sure credit cards were always a problem. I think the first 4 or 8 numbers of the card are the issuing bank and location. Something like that. So it’s super predictable.

[–] prole@lemmy.blahaj.zone 1 points 1 week ago* (last edited 1 week ago)

AOHELL

Oh man, you just unlocked a core memory... Remember "punterz"? Lol good times.

[–] nibbler@discuss.tchncs.de 1 points 1 week ago* (last edited 1 week ago)

I learned from a friend how to dial in with some terminal to create an account like that manually. There were some magic numbers/strings involved, but I can't remember details. I just remember the com port had to be set to 7n1, not 8n1 like for all other stuff I did