Jump in the discussion.

No email address required.

Torrent not needed the following go code will output every single SSN

package main

import "fmt"

func main() {
	for x := range 1000 {
		for y := range 100 {
			for z := range 10000 {
				fmt.Printf("%03d-%02d-%04d\n", x, y, z)
			}
		}
	}
}
Jump in the discussion.

No email address required.

Technically, I guess. But SSNs follow a particular format where certain digits represent your state/county of birth and a counter and some other stuff. So you're going to end up with a lot of junk.

Jump in the discussion.

No email address required.

Use a ssn validator to find real ones

Jump in the discussion.

No email address required.

downloading this on my home wifi with no vpn right now.

https://i.rdrama.net/images/17237133265315187.webp

Jump in the discussion.

No email address required.

A bunch of neighbors are about to figure out that SSNs are issued literally sequentially.

Jump in the discussion.

No email address required.

They were until just a few years ago

Jump in the discussion.

No email address required.

Do not click that link citizen

:marsey#glowtalking:


:!marseybooba:

Jump in the discussion.

No email address required.

Last one to the honeypot is an iToddler :marseysoypoint!:

Jump in the discussion.

No email address required.

I have information that will lead to DeuxCHAT's arrest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

Snapshots:

https://news.ycombinator.com/item?id=41251002:

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.