jpillora / jpillora/chisel

Is it possible?

Open
#193 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Go
Stars
16.6k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

Hi,
Apologies if this isn't directly the best place.

I have a windows 10 box with open vpn client software installed that gives me access to a single windows server via rdp on tcp port 3389 - heavily locked down.
The win10 box is in my home lan and I want to access my kali box that is on the same class c as the win 10.
i have sucessfully created a tunnel over socks from the kali box through the win10 and can see the rdp port as open using proxychains which is great. I can also rdp onto this box through proxychains in the same fashion.
my challenge is to understand, if i have access over rdp onto this terminal server, of which is on the domain, something important for my testing, how can i make a connection from that terminal server back over 3389 to the win10 box, then back over my local lan to my kali box?

Kali box - 192.168.1.50
Win10 - 192.168.1.94
RDP server -> 10.10.10.25

Current setup
Kali:
chisel server -p 8000 --reverse
chisel client 127.0.0.1:8001 socks
proxychains config '127.0.0.1 1080'

Win10:
#chisel server -p 9001 --socks5
#chisel client 192.168.1.50:8000 R:8001:127.0.0.1:9001

proxychains nmap -sT 10.10.10.25 -p 3389
port open!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the chisel server and client commands, SOCKS configuration, and reverse tunnel topology described in the issue. Determine whether the requested connection from the RDP server through Windows 10 to Kali is supported; done would be a confirmed route or a clear statement of the limitation and required configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.