That’s why you use cURL. There’s no browser to fingerprint and you can change everything about the request you send. This includes the user agent, which is normally how they figure out what browser you’re using, and proxies to forward the request through
Wouldn't be too hard with something like burp suite, capture the data that is being sent when you hit submit then re broadcast it. Probably more to it than that, I'm oversimplifying it I'm sure.
A lot of times you make it a single line sent from the terminal using curl.
That’s why you use cURL. There’s no browser to fingerprint and you can change everything about the request you send. This includes the user agent, which is normally how they figure out what browser you’re using, and proxies to forward the request through
ding ding ding!
Proxies. And ssh.
So use multiple different browsers.
And that would matter why?
Doesn't a VPN stop that?
Wouldn't be too hard with something like burp suite, capture the data that is being sent when you hit submit then re broadcast it. Probably more to it than that, I'm oversimplifying it I'm sure.
There's websites designed to send you spam mail. It's ostensibly for admins to test their e-mail servers, you're "not supposed to use it maliciously."
You put the target e-mail address in and run it, and it submits that e-mail to a shitload of forms on shady websites so the spam starts flooding in.