B
B
Banito2019-03-01 14:36:40
PHP
Banito, 2019-03-01 14:36:40

How to rob a Post search form?

What code to rob this form? Just at least an example
Link to the page with this search form tevas.mobi/search/search.php

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Vlastovskiy, 2019-03-03
@VlastV

Maybe you don't need to steal it?
I think you need a result for some text, you can get it by immediately composing the correct query:

curl \
        'http://tevas.mobi/search/search.php' \
        -H 'Content-Type: application/x-www-form-urlencoded' \
        --data 'q=test' \
        --compressed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question