http-tunneling

Can I use http tunnel to ping or traceroute through a proxy with firewall?

倖福魔咒の 提交于 2019-12-03 11:05:05
I don't know if there is a way to ping a target outside my LAN proxy which accepts only Http requests through a squid proxy... I read somewhere that one way to deal with such problem is to use a http tunnel so that the proxy still sees the request as a Http request. Can I use this to ping,say, www.google.com which otherwise is giving the following error because the firewall is rejecting the request: $ ping www.google.com ping: unknown host www.google.com If so how is it done...? I have installed httptunnel.Any help in how to use it will be much appreciated. No. Ping and traceroute make use of

RTSP tunneled HTTP, FFMPEG

半城伤御伤魂 提交于 2019-12-03 08:42:15
I'm trying to stream from an Axis ip camera which uses RTSP over HTTP. I can get the normal RTSP stream to work, but I can't find any information or documentation on how to actually set the tunneling mode for the stream. It is supported in the source code by setting the control_transport to RTSP_MODE_TUNNEL . My question is simple how do I do this with the following code? int ret = avformat_open_input(&pFormatCtx, [@"rtsp://ip/axis-media/media.amp" UTF8String], NULL, NULL); I tried the following: pFormatCtx = avformat_alloc_context(); pFormatCtx->priv_data = malloc(sizeof(RTSPState));

Tunnel any kind of TCP traffic through HTTP/s

China☆狼群 提交于 2019-11-29 19:34:25
I am looking for a software to tunnel RDP or other binary TCP traffic through a HTTPS tunnel. Because many clients only have HTTP/S permitted (only port 80 and 443 open in the firewall). But there's a need to forward RDP (and other protocols) from machines in DMZ to clients. 7 View large function description Is there any kind of open source or enterprise software for this problem? Bad solutions Solutions like F5 big ip has the problem that I have to create the connection configuration with this software. If it would be possible to do this by use of an api it would be an good solution. But i

Ngrok errors '502 bad gateway'

末鹿安然 提交于 2019-11-29 09:05:11
Quite new to using any sort of Web App stuff, and I've been trying to slowly build a Facebook Messenger Bot. When I try to use ngrok I can't visit the address I'm given, i.e: ngrok http 5000 is what I'm putting in the command line, and it's returning this: ngrok by @inconshreveable Session Status online Version 2.1.18 Region United States (us) Web Interface http://127.0.0.1:4040 Forwarding http://ea986ca5.ngrok.io -> localhost:5000 Forwarding https://ea986ca5.ngrok.io -> localhost:5000 Connections ttl opn rt1 rt5 p50 p90 0 0 0.00 0.00 0.00 0.00 But when I take the address ' https://ea986ca5

Tunnel any kind of TCP traffic through HTTP/s

…衆ロ難τιáo~ 提交于 2019-11-28 14:55:15
问题 I am looking for a software to tunnel RDP or other binary TCP traffic through a HTTPS tunnel. Because many clients only have HTTP/S permitted (only port 80 and 443 open in the firewall). But there's a need to forward RDP (and other protocols) from machines in DMZ to clients. 7 View large function description Is there any kind of open source or enterprise software for this problem? Bad solutions Solutions like F5 big ip has the problem that I have to create the connection configuration with