SpareNet Servers Advertising & Link Exchange

اطلاعیه

بستن
هیچ اطلاعیه ای هنوز ایجاد نشده است .

feedback Brute Force Attack Script

بستن
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
نوشته‌های جدید

  • feedback Brute Force Attack Script

    DORK : site:facebook.com inurl:login



    /*

    Description About :


    HAVE YOU ASKED YOURSELF WHY FACEBOOK IS DIFFICULT TO HACK?
    Well this is my theory...

    For many years now I haven't heard of anyone who hacked facebook server..ofcourse some poeple use phishing to hack facebook but that not really a hack that way you are just stealing a user login info with a fake site...
    ***********THIS IS WHAT I THINK************
    Facebook do not save our login info the way we input them all our info are encrypted so even if you are able to get into facebook server you won't be able to use the info you will get..
    this little code of mine is a demo demonstration on my theory
    All feedback is appreciated ✌✌✌✌🌟🌟🌟😁😁😁

    💀 LEVEL : HIGHT ATTACK ⚠

    */



    EXPLOIT :

    کد:
    fun main(args: Array<String>) {
    var user1 = login(readLine()?.toString(), readLine()?.toString())
    var checker = user1.copy()
    var verify = user1 == checker
    println("""
    ${"=".repeat(40)}
    First this is what we input
    $user1
    ${"=".repeat(40)}
    But this is how FACEBOOK saves it
    ${user1.hashCode()}
    
    Summary Of it all
    ${"=".repeat(40)}
    User Raw Info: $user1
    User Secured Info: ${user1.hashCode()}
    Check if the user has an acc with facebook:
    User1 == checker: $verify
    Status: Welcome
    ${"=".repeat(40)}
    ${"★★".repeat(5)}Pls Upvote${"★★".repeat(5)}
    """.trimIndent())
    }
    data class login(var UserName:String?, var Password:String?)
    
    ​
    
    ​
    [align=center][align=right]When danger lurks in unknown waters, we are there to help you swim[/align][/align]
صبر کنید ..
X