0xf.at | 0xf.at the popular hackit-site is finally open source | Frontend Framework library
kandi X-RAY | 0xf.at Summary
kandi X-RAY | 0xf.at Summary
0xf.at (or oxfat it you prefer) is a password-riddle (so called hackit) site. You could say it's Project Euler for it security or IT in general. This is a tribute site to the old Starfleet Academy Hackits site which has been offline for many years now.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Renders password input .
- Returns BBCode encoded text
- make a latin dictionary
- make an image
- Render Google Chart .
- Get captcha image
- Translate seconds to human readable string
- Get the shortest routes in the list
- Called when an attempt is called .
- Generate random image
0xf.at Key Features
0xf.at Examples and Code Snippets
Community Discussions
Trending Discussions on 0xf.at
QUESTION
I was playing an online game where you have to find the password by viewing the page source (or inspect element). I am confused my this line if(el.value == ""+CodeCode+"")
. el.value
is my guess, and it says I can continue if my guess is: ""+CodeCode+""
. "+CodeCode+" is defined as: "+CodeCode+" == "0xf.at_hackit";
but i tried "0xf.at_hackit" (with and without quotes but it is not working). I have been stuck on this for 2 hours so please help!
Here is the code of the game which has a javascript function:
...ANSWER
Answered 2017-Oct-30 at 01:44The answer is moo6be
.
This is because "+CodeCode+" == "0xf.at_hackit";
has double equals, which just means it is a comparison statement (which will just evaluate to false). It is important to note that this is unrelated to the rest of the program.
The main line here is: if(el.value == ""+CodeCode+"")
.
Which is: "" (empty string)
+
CodeCode (moo6be)
+
"" (empty string)
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install 0xf.at
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page