Giter VIP home page Giter VIP logo

fbhacker's People

Contributors

h3inak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fbhacker's Issues

don't be a coward!

do not delete the error messages, better deal with the problems! or are you so pathetic? just close the treat without going into it? then you don't need to publish your shit and brag about it!

Not working on Kali Linux !

I wrote 10 passwords in a pass.txt file in /home/kali/
On the 7 place, i wrote my real password... The tool dont regnotize it and tryed the next password.
Fail !

code signification

Im running a facebook bruteforce code and a I want to create an instagram version based on it but I couldn't understand thsi piece of code:
cookie = {'fr':'0ZvhC3YwYm63ZZat1..Ba0Ipu.Io.AAA.0.0.Ba0Ipu.AWUPqDLy'}
what does it mean and what does it get
please help and thank you

Request for explanation of the code-base

@H3inAK Can you provide a more descriptive readme.md file explaining how the tool is able to crack the victim's password using the brute-force attack method.

There are some instructions in the code, which I quite don't understand:

  1. Significance of the following instructions:
    cookie = {'fr':'0ZvhC3YwYm63ZZat1..Ba0Ipu.Io.AAA.0.0.Ba0Ipu.AWUPqDLy'}
    data = BeautifulSoup(data.text,'html.parser').form

  2. What the following function does:

def function(email,passw,i):
    global payload,cookie
    if i%10 == 1:
        payload,cookie = create_form()
        payload['email'] = email
    payload['pass'] = passw
    print(payload)
    print(cookie)
    print('lsd : ',payload['lsd'])
    print(cookie)
    r = requests.post(post_url,data=payload,cookies=cookie,headers=headers)
    if 'Find Friends' in r.text:
        open('d.html','w').write(r.text)
        return True
    return False

I was trying to understand the above function, I am having trouble in understanding the logic of the above function defined in your code:

  1. Why are you are taking modulo 10 of i-values.
  2. What the meaning of the condition:
if 'Find Friends' in r.text:
    open('d.html','w').write(r.text)
    return True

It would be better if you provide a descriptive readme.md file for your code-base.

Hey

Let me see how

Dont working in kali Linux !

I wrote 10 passwords in a pass.txt file in /home/kali/
On the 7 place, i wrote my real password... The tool dont regnotize it and tryed the next password.
Fail !

Help

I want to hack into my husband's Facebook . I know I sound crazy but I believe he's cheating and he tells me I'm crazy and making shit up in my head but my gut feeling tells me different I wanna learn how to hack his messages

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.