Posts: 498
Threads: 24
Joined: Apr 2013
Hey ,
I wanted to know is there anyway to find an URL Query String ?
i mean like these sites : blahblah.com/blah.php?a=blah&b=blah&.....
like samp forums :
http://forum.sa-mp.com/newthread.php?do=
newthread&
f=
23
but i want to find and get it from another website because it's hidden or using HTML Post way
this is the website :
http://globfone.com/sms/
Posts: 2,286
Threads: 18
Joined: Jun 2010
there isn't unless you have the source code or scan the whole website for form info
Posts: 717
Threads: 11
Joined: Jul 2008
Reputation:
0
If you're looking for remote file inclusion vulnerabilities, javascript injections, SQL injections or any other known vulnerability, you're going to have to look for it on your own. No one here is going to help you and tell you whether some website you don't like has a vulnerability, or whether the URL inputs are sanitized or not.
EDIT: If you're looking to remotely send text messages to that site, simply POST your own form to their respected pages and simulate user-input.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
You can find the POST data e.g. with wireshark. Needs some knowledge, but it works.
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Also seems to use captchas. So even if you can send an automated request somehow, you wont be able to send SMS automatically from your script or whatever.
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by Extremo
If you're looking for remote file inclusion vulnerabilities, javascript injections, SQL injections or any other known vulnerability, you're going to have to look for it on your own. No one here is going to help you and tell you whether some website you don't like has a vulnerability, or whether the URL inputs are sanitized or not.
EDIT: If you're looking to remotely send text messages to that site, simply POST your own form to their respected pages and simulate user-input.
|
We have a badass blackhat over here :P
And you're right about everything you said
Posts: 2,286
Threads: 18
Joined: Jun 2010