Best Blackhat Forum

Full Version: [Get] argouquiz Nametests clone script [needs fix]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
zip has usual pw

i got from another place no instructions came with it

i got the script installed you need too manually import the database and change database details in database.php and base url in config.php

the isue is you cant log on to the admin panel i have changed log in details in db but it says "Robot verification failed, please try again" i asume i have to change google captcha details in code somewhere but i haven't worked out how to so any help would be appreciated! other than that i believe script is nulled
login url your.com/index.php/logadmin
salespage
Code:
argouquiz.com

GET
Code:
https://mega.nz/#!JQ0jySxR!n-sxl_s-l1w_FcZWmbtOJL6QupJC2jPcKvQcqgtGyRE
How can this script be installed?
Are there credentials for login?
Yes they are in the database and I have also added my own at database but still can't log in as I said before I think an alteration has to be made to the login script which is why I asked for help
download link dosen't work , can u gys please reupload it ? and i'll search for asolution with u
Link still working my end will mirror when I get to my laptop
the script has salted hash or some password protection this is in application controlers logadmin.php someone needs to change this section
$password = $pos->password;

$cryptKey = 'qJB0rGtIn5UB452jkhk65KMV61xG03efyCp';

$Decoded = rtrim( mcrypt_decrypt( MCRYPT_RIJNDAEL_256, md5( $cryptKey ), base64_decode( $password ), MCRYPT_MODE_CBC, md5( md5( $cryptKey ) ) ), "\0");
$hash = password_hash($pass, PASSWORD_DEFAULT);
a oki dose any one here have the skill set to do it ?
Seems like something that was coded years ago. I wouldn't recommend using this for a production site.
Hi, solution for reset pass to "password":
Paste file named as pass.php in to www folder with this content:
PHP Code:
<?php
$pass 
'password';
        
$cryptKey  'qJB0rGtIn5UB452jkhk65KMV61xG03efyCp';
    
$qEncoded      base64_encodemcrypt_encryptMCRYPT_RIJNDAEL_256md5$cryptKey ), $passMCRYPT_MODE_CBCmd5md5$cryptKey ) ) ) );
    
    echo 
$qEncoded  
Run once
copy/paste result in to db (phpMyadmin e.t.c) table name is "utilisateur".
Gl
Pages: 1 2
Reference URL's