Skip to content

Instantly share code, notes, and snippets.

@lxynox
Created November 24, 2016 22:56
Show Gist options
  • Save lxynox/2f59e55d598f9a23f99779b20676905a to your computer and use it in GitHub Desktop.
Save lxynox/2f59e55d598f9a23f99779b20676905a to your computer and use it in GitHub Desktop.
Annoying 4/6 digits confirm code😡

Micro service sending someone spam messages/emails

  1. Register acct where phone/email confirmation is req.
  2. Loop it N times😈
@lxynox
Copy link
Author

lxynox commented Nov 24, 2016

Skeleton

Function BeEvil {
  N=$0
  for _ in {0..N}; do
    evilAPI( google_mock_acc/fb_mock_acc, victim_phone/victim_email )
  done
}

BeEvil # let's go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment