logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Hardware & Networking View previous topic :: View next topic
Reply to topic   Topic: "getting HTTP status codes 500 or 503 when trying --pro
Author
h4x0r4fr33d0m



Joined: 14 Oct 2016
Posts: 6
Location: val-d-or

PostPosted: Tue 25 Oct '16 14:41    Post subject: "getting HTTP status codes 500 or 503 when trying --pro Reply with quote

iv googled "http proxy" https://www.google.ca/#q=http+proxy+list and entered the returned HTTP proxy IP from web site 137.135.166.225:8118 in below example
trying --proxy-type http --proxy 137.135.166.225:8118 (entered command) i either get "Connection refused" or HTTP status codes 500 or 503 when connecting to remote-host.org thru proxy
as show the below error exterp

entered command:

<code>
ncat -vvvvv remote-host.org -p 31337 --proxy-type http --proxy 137.135.166.225:8118
</code>

error exterp:
<code>
********@bbis:~/directory$ ncat -vvvvv remote-host.org -p 31337 --proxy-type http --proxy 123.30.238.16:8118
Ncat: Version 6.00 ( http://nmap.org/ncat )
Ncat: Proxy connection failed: Connection refused.
********@bbis:~/directory$ ncat -vvvvv remote-host.org -p 31337 --proxy-type http --proxy 46.167.210.2:8118
Ncat: Version 6.00 ( http://nmap.org/ncat )
NCAT DEBUG: Proxy returned status code 500.
Ncat: Proxy returned status code 500.
********@bbis:~/directory$ ncat -vvvvv remote-host.org -p 31337 --proxy-type http --proxy 137.135.166.225:8118
Ncat: Version 6.00 ( http://nmap.org/ncat )
NCAT DEBUG: Proxy returned status code 503.
Ncat: Proxy returned status code 503.
</code>

can someone tell me what went wrong ?

BTW is there a beginner (n00b) good tuturial on NCat --proxy-type AND --proxy options

thx
Back to top


Reply to topic   Topic: "getting HTTP status codes 500 or 503 when trying --pro View previous topic :: View next topic
Post new topic   Forum Index -> Hardware & Networking