Git Product home page Git Product logo

Comments (6)

waelsv avatar waelsv commented on July 19, 2024 2

Generate the missing password hash for the admin account:

openssl passwd -1 password

Then update the fbctf table like so:

mysql --user=root --password=root
use fbctf;
UPDATE teams
 SET password_hash='hash_generated_before'
 WHERE name='admin';

You should be able to login after that.

from fbctf.

javuto avatar javuto commented on July 19, 2024

Is the data properly created in the DB? There is a message that seems to be a out of memory error and that may make things to break. Can you show what is being output to /var/log/hhvm/error.log?

from fbctf.

MatsAnd avatar MatsAnd commented on July 19, 2024

@javuto error.log.txt

from fbctf.

marjoripomarole avatar marjoripomarole commented on July 19, 2024

@MatsAnd could you paste here the whole output from the provisioning script as well? I want to see if the DB was setup correctly.

from fbctf.

gsingh93 avatar gsingh93 commented on July 19, 2024
[Fri May 13 18:56:04 2016] [hphp] [920:7efd497ff700:3:000001] [] \nNotice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash.

That's interesting...

from fbctf.

MatsAnd avatar MatsAnd commented on July 19, 2024

@waelsv Thank you! That worked.

from fbctf.

Related Issues (20)

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.