This sort of thing is trivial to do with Python. If you have to do stuff like this often, it's definitely worth investing a few hours into learning it.
Cybersecurity
c/cybersecurity is a community centered on the cybersecurity and information security profession. You can come here to discuss news, post something interesting, or just chat with others.
THE RULES
Instance Rules
- Be respectful. Everyone should feel welcome here.
- No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia.
- No Ads / Spamming.
- No pornography.
Community Rules
- Idk, keep it semi-professional?
- Nothing illegal. We're all ethical here.
- Rules will be added/redefined as necessary.
If you ask someone to hack your "friends" socials you're just going to get banned so don't do that.
Learn about hacking
Other security-related communities !databreaches@lemmy.zip !netsec@lemmy.world !cybersecurity@lemmy.capebreton.social !securitynews@infosec.pub !netsec@links.hackliberty.org !cybersecurity@infosec.pub !pulse_of_truth@infosec.pub
Notable mention to !cybersecuritymemes@lemmy.world
It's not really important, more like a joke born out of boredom. But now if someone finds my veracrypt usb and manages to crack the first password, they will be trolled a bit and can read this beautiful diary entry (which GPT wrote)
Dear diary, let me tell you, nobody knows cyber security like I do. It's true. We've got the best, the most tremendous cyber security in the world. It's not even close. Our encryption? It's so strong, so powerful, even the smartest hackers—very smart people, by the way—they can't crack it. They try and they try, but they just can't do it. It's like trying to break into Fort Knox, but even tougher. Believe me. And DDoS attacks? Please. They're like little mosquitoes to us. We swat them away without even breaking a sweat. Our firewalls are like this massive, beautiful wall, and I know something about building walls. They're the biggest, the best. Nothing gets through. Nothing. And phishing? We spot those a mile away. Our people are so alert, so vigilant, it's like they have a sixth sense for these things. Our antivirus software? It's like the superhero of software. It's so advanced, so ahead of its time, that viruses give up. They see our defenses and say, "Nope, not going there. Too tough." It's incredible, really. So when I say we have the best cyber security, I'm not exaggerating. It's not just good, it's the best. It's fantastic, folks. Absolutely fantastic.
😅
This would be pretty easy to script with a fake data generator like mimesis, that can use existing providers, choose random options from a given set, and allows the creation of custom providers (e.g. pick a random website from a file of valid websites that you would like it to use)
Export a real one then modify it
ya peobaby faster than figuring out how to automate it 😅
I would suggest to write a Python script together with https://pypi.org/project/Faker/ - might not be the noob-friendliest, but also not too hard to do
Sounds like a pretty niche task. Probably easiest to write a python or bash script to do it, maybe you could start with a real export and remove all the passwords, then add newly generated ones with a simple regex find and replace.
Export a real one then modify it
I would not recommend using a real one and modifying it. As it creates creates a list of sites that can be targeted for other forms of entry. Like social engineering and recovery methods.
i made a real one with lastpass and exported them, but none of the accounts exist and i dont use any of the sites.
ah that makes more sense