Git Product home page Git Product logo

owasp-hackademic-challenges's People

Contributors

stasinopoulos avatar

Watchers

 avatar

owasp-hackademic-challenges's Issues

Challenge 9

There are no hints or directions provided to indicate that the page is 
vulnerable by changing the USER AGENT to exploit PHP code execution.  The PHP 
version the headers are showing appears to be up-to-date, and no application 
data is given to indicate a vulnerable program.  The only real way to complete 
the challenge is by using the provided PHP source code, which is falls outside 
the bounds of a true-to-life exercise.


Original issue reported on code.google.com by GuitarJ87 on 26 Apr 2011 at 6:01

Challenge 8 - HTML error prevents submitting the root username and password

What steps will reproduce the problem?
(using Firefox 4 on Windows)
1. execute the su command in the shell
2. view page source related to the form submission of the username + password

Look just after the value="Login" should have a close ">"

Expected:
<form method="POST" action=""> <input type="text" name="username"><input 
type="password" name="password"><input type="submit" name="submit" 
value="Login"></form></html><hr><p>Enter 'help' for available commands.<p>

Given:
<form method="POST" action=""> <input type="text" name="username"><input 
type="password" name="password"><input type="submit" name="submit" 
value="Login"</form></html><hr><p>Enter 'help' for available commands.<p>

A closing bracket is missing in the HTML.  


Original issue reported on code.google.com by [email protected] on 1 May 2011 at 12:19

Challenge 9 - HTML error prevents adminpanel.php login and password

What steps will reproduce the problem?
(using Firefox 4 on Windows)
1. goto adminpanel.php
2. view page source related to the form submission of the username + password

Look just after the value="Login" should have a close ">"

Expected:
<input type="submit" name="submit" value="Login"></form>

Given:
<input type="submit" name="submit" value="Login"</form>

A closing bracket is missing in the HTML.


Original issue reported on code.google.com by [email protected] on 1 May 2011 at 12:36

localhost instead of ip/domain name

What steps will reproduce the problem?
1. assign a domain name on the server
2. try to login

What is the expected output? What do you see instead?
Instead of redirecting me to the http://domain.tld/pages/home.php it goes to 
localhost/pages/home.php
it does not have to be a domain or internet aviable, it also does on pan or vpn 
(obviously) 

What version of the product are you using? On what operating system?
I have the version with the live CD as you share it during fosscom

i am looking to find the most possible redirects , in order to fix them .... i 
will let you know if i deal with it !

Original issue reported on code.google.com by [email protected] on 3 Jun 2013 at 8:48

Login forms on live version in IE8 and Firefox extend off of the page

What steps will reproduce the problem?
1. Opening the main page on either IE8 or Firefox seems to replicate the 
problem of the login forms extending off of the page. Chrome loaded it 
correctly. 

Looking into the CSS in all three browsers I believe that adding "width: 100%" 
to the inputbox class will adjust it so that the forms are displayed correctly. 
This worked when I live edited the CSS in both IE and FF.

Original issue reported on code.google.com by [email protected] on 4 Apr 2012 at 7:04

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.