Jump to content
tw8

ISATCIS Hackme

Recommended Posts

eh, sunt si eu la 5, dar imi da source code denied ... deci o sa-mi ia cv timp sa trec de el

pariu ca nu iti da numai source code denied?

Am trecut de 8:) vad ca atunci cand nu gasesti solutia, e cea mai simpla care nu-ti vine in cap.

EDIT: 12 am luat-o prin incercari:D

Link to comment
Share on other sites

eh, sunt si eu la 5, dar imi da source code denied ... deci o sa-mi ia cv timp sa trec de el

pariu ca nu iti da numai source code denied?

Am trecut de 8:) vad ca atunci cand nu gasesti solutia, e cea mai simpla care nu-ti vine in cap.

EDIT: 12 am luat-o prin incercari:D

cum e frate la 8 ca ma streseaza! :))

LE: waw! mi-am dat seama :P

Link to comment
Share on other sites

la lvl 3 am facut cum a zis drake shi mia dat msgbox cu ABC cum de altfel p siteul lui ahead 65 66 67 = A B C dar nu este aceasta parolaa shi am inceracta shi ABC.htm shi nu merge vreun tip....???

Nu merge formu, cel putin nici mie nu mi-a mers, dar poti sa pui sus in bara direct http://...... /ABC.htm

S-a cam invechit jocu asta, am unu mai nou si mai dificil, inca ma chinui la el :)

Link to comment
Share on other sites

k ms am mers faza cu http.../ABC.htm ...

la lvl 5 ala cu source code denied any tips....???am incercat sa umblu p la adrees bar la faza aia cu %44%f....dar nu imi dau seama :(

.... aaa apasa page-down (e un kil de spatii pan la sursa)

la 13 cineva? oare tre sa inteleg ceva din class?

 import java.applet.Applet;
import java.applet.AppletContext;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.PrintStream;
import java.net.URL;

public class Pwd extends Applet
implements Runnable, ActionListener
{
public Pwd()
{
l = new Label("Passwort");
tf = new TextField();
li = new Button("Enter");
p = "event.Action";
}

public void actionPerformed(ActionEvent actionevent)
{
try
{ if(p.equals(tf.getText()))
getAppletContext().showDocument(new URL(getDocumentBase(), p + ".htm"), "_self");
else
getAppletContext().showDocument(new URL(getDocumentBase(), "button.htm"), "_self");
}
catch(Exception exception)
{
System.out.println(exception);
}
}

public void init()
{
Panel panel = new Panel();
setForeground(Color.black);
panel.setLayout(new BorderLayout(10, 10));
panel.setSize(200, 25);
panel.setLocation(0, 3);
panel.add(l, "West");
panel.add(tf, "Center");
setLayout(null);
add(panel);
li.setSize(100, 25);
li.setLocation(50, 70);
add(li);
li.addActionListener(this);
}

public void run()
{
}

public void start()
{
if(th == null)
{
th = new Thread(this);
th.start();
}
}

public void stop()
{
if(th != null)
{
th.interrupt();
th = null;
}
}

private Label l;
private TextField tf;
private Button li;
private Thread th;
private String p;
}

din pwd.class, p pare sa fie parola .. nnu am folosit niciodata applets :( :( :((

EDIT: uhh nu stiu cum de ma complicam degeaba doar raspunsul e in intrebare :shock:

Link to comment
Share on other sites

la lvl 3 am facut cum a zis drake shi mia dat msgbox cu ABC cum de altfel p siteul lui ahead 65 66 67 = A B C dar nu este aceasta parolaa shi am inceracta shi ABC.htm shi nu merge vreun tip....???

Nu merge formu, cel putin nici mie nu mi-a mers, dar poti sa pui sus in bara direct http://...... /ABC.htm

S-a cam invechit jocu asta, am unu mai nou si mai dificil, inca ma chinui la el :)

la 3 merge perfect, nu e nimic stricat: parola e luata din d1=window.document.linkColor; indiciul in sursa.

Link to comment
Share on other sites

Guest Kenpachi
Deci la lvl 3 .. am bagata in browser javascript:alert(String.fromCharCode(65,66,67));

si imi zice ABC .. OK

Bag la password ABC dar tot incorect de ce ?

hahahahahahhahahahaha

*breatheeeeees*

hhahaaaaaaaaaaaaaaaaaahahahahahahaha

*coughes*

hahaaaaaaaaaaaaaaaaaaaaaa

*puts hand to heart and falls dead*

Link to comment
Share on other sites

Deci asa era mssss :D

ehe...acu e acusi nu imi arata decat imaginea in level 3

ai:

<SCRIPT LANGUAGE="JavaScript">
function pw()
{
var d1, Eingabe;
d1=window.document.linkColor;

Eingabe=prompt ("Please enter password");
if (Eingabe==d1)
{

window.location.href=String.fromCharCode(65,66,67)+".htm";
}
else
{
window.location.href="denied.htm";
}
}
</SCRIPT>

o solutie ar fii sa salvezi pagina local

si sa inlocuiesti

	
{
window.location.href="denied.htm";
}

cu:

{

window.location.href=String.fromCharCode(65,66,67)+".htm";
}

si sa vezi ce face :)

sau sa folosesti http://www.killersites.com/webDesignersHandbook/ascii_page2.htm

unde String.fromCharCode(65,66,67)=".htm" = ABC.htm

mdeaaah...ca-ti era greu sa te uiti mai sus, nuh?:)))

parola e returnata de functia window.document.linkColor. mai sus ai link=#nustiuce(mi-e lene sa reiau testul, sa vad exact ce era in loc de nustiuce)...ia ghici, care-i parola?:)))evident, merge si solutia ta, sa te duci direct la pagina urmatoare, da' n-are farmec:P

L.E. stuck la lvl 10 :|

L.L.E. trecut si peste 10:))

Link to comment
Share on other sites

haidi ma ca eu le'am facut pana la 10 in 2 minute dupa care m'am plictisit :|

plus ca l'am facut cu internet explorer =)) weak ass punks

Si eu l-am facut cu IE, IE 6 mai precis

H4e la 7 ar fi prea evident daca ti-as da un indicu..so i can't

uitate atent in sursa

<script language="JavaScript1.1">

<!--

function right(e) {

if (navigator.appName == 'Netscape' &&

(e.which == 3 || e.which == 2))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' &&

(event.button == 2 || event.button == 3)) {

alert("source code denied");

return false;

}

return true;

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;

//-->

</script>

<script language="javascript">

</script>

<script language="JavaScript" type="text/javascript">

<!--

var passwort, i;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...