Skip to content

Instantly share code, notes, and snippets.

@avarx
Last active March 22, 2018 14:58
Show Gist options
  • Save avarx/a7e2d302a902eaec1b73d5a64bfdb9d8 to your computer and use it in GitHub Desktop.
Save avarx/a7e2d302a902eaec1b73d5a64bfdb9d8 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Fill up phishers' DB
def main():
""" Main program """
# Coming...
return 0
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment