Friday, May 23, 2008

I am trying to use a JS injection to trick a website into sending a password reminder to my e-mail address rather than the one the script is written for. (I am doing this on a 100% legal hacking simulation site) this is the javascript code i am using ... javascript:void(document.form[0].to.value="my@email.here"); ... after initiating this javascript i check it with ... javascript:alert(document.form[0].to.value); ...and the value has changed correctly. however when i click the button to send the password i never recieve an email... what am i doing wrong?
oh i almost forgot... this is all done on a LEGAL simulated and specially designed website. so for all the people who are gonna leave comments like homeboy here that make you go "why waste your time posting that" or "what a jerk" ....thanks but no thanks but as for all the helpful information- thanks in advance.

If nobody can help- can someone at least reccomend a reference? thanks.

I m working with the tutorial from http://nutchtube.blogspot.com/2008/02/latest-step-by-step-installation-guide.html

I m trying to install nutch- and when i run the crawler- i get an error message: line 15: syntax error near unexpected token $ in\r line 15: case uname in"

here is the code
# NUTCH_OPTS Extra Java runtime options.
#
cygwin=false
case "`uname`" in
CYGWIN*) cygwin=true;;
esac

# resolve links - $0 may be a softlink
THIS="$0"
while [ -h "$THIS" ]; do
ls=`ls -ld "$THIS"`
link=`expr "$ls" : .*-> \(.*\)$ `
if expr "$link" : .*/.* > /dev/null; then
THIS="$link"
else
THIS=`dirname "$THIS"`/"$link"
fi
done

# if no args specified- show usage
#line 15
#if [ $# = 0 ]; then
echo "Usage: nutch COMMAND"
echo "where COMMAND is one of:"
echo " crawl one-step crawler for int

I

Whats wrong with my computer? everytime I am trying to log in some pages this is what appears!! for example:?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="es-ES">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>java.com: Java + Tú</title>
<meta http-equiv="content-language" content="es-ES">
<meta name="description" content="Descargue ya el software de Java en su equipo."/>
<meta name="keywords" content="java- products- downloads- solutions- software">
<meta name="date" content="2005-11-07"/>
<script language="JavaScript" type="text/javascript" src="/js/MenuBar.js"></script>

<!-- Generate generic metadata -->

I have a compressed Javascript file- so it s actually only 1 line. But IE is coming up with an error on line 2- so I m assuming it s deciding it s line 2 after a certain number of characters. What is this number?
It s definitely not after semicolons- as the error in on line 2 char 18884 !
Also I ve searched for newlines in the file- there were none.

I would like a script or something that would allow me to easily create a text paragraph- and it would automatically span on mutiple web pages of my website. Example: like a javascript- where I can put a calendar event or a reminder that will automatically be placed acrossed multiple web pages that I chose on my website.
My pages are all in .html that I want to do this to.

Does anyone know if it is possible to update Google Doc s Spreadsheet s content using GData and most importantly via the language of Javascript?

I know that it can be done using other languages as there are developer s guides but there isn t one for javascript which is odd because there are js api s for other google services (such as google calender)

Any hints or pointers in the right direction are very welcome
Thanks Col

http://code.google.com/apis/gdata/index.html

No comments: