Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
• License • Source code • Donate • Issues •
with «make tunnel» you can easily open http and tcp ports to the internet.
Install the package from the PyPi
:
pip install mtunn
Install manually from the GitHub
:
pip install requests>=2.25.0
pip install PyYAML>=6.0.1
pip install ipaddress>=1.0.21
curl -o mtunn.py https://raw.githubusercontent.com/mishakorzik/mtunn/refs/heads/main/mtunn.py
In order to start the tunnel, you need to log in to your account and create a configuration file.
proto: http # protocol type (http/tcp)
target: 127.0.0.1:8080 # target host
tunnel: 10000 # the port that will be opened
domain: none # domain to your tunnel
console: yes # for tunnel control (yes/no)
firewall:
rate: 2 # anti ddos rate 0/1/2/3
vpn: yes # allow connection from vpn (yes/no)
tor: yes # allow connectiom from tor (yes/no)
network:
compression: no # use traffic compression (yes/no)
buffer_size: 1024 # socket buffer size (1024-4096)
ping:
method: icmp # ping method (icmp/tcp)
firewall rates:
0 - disable
1 - light
2 - moderate
3 - strong
1) What to do if I don't have a domain?
2) if I have a domain, how do i connect it?
Using a domain is quite simple, you just need to specify your domain in the "domain" field and specify the A and AAAA record in the ip address of the tunnel.
Please note that if the tunnel does not have IPv6, you do not need to specify an AAAA record for the tunnel's IP address.
3) What ping method is the best?
If you have the correct configuration, you will be able to start the tunnel and everything will work.
Instead of the name of the example.yml file, you can write your configuration name, but it must have the extension “.yml”.
# show tunnel current version
python3 -m mtunn --version
# register or login to account
python3 -m mtunn --account
# use console to control tunnel
python3 -m mtunn --console
# open a port to internet
python3 -m mtunn --config example.yml
When you register you can run tunnels but only on ports in the range from 10000 to 11000. You can change it in your quota settings.
Here are examples of how to run and how the tunnel will work.
In order to open ports through the tunnel you need to create a configuration file.
If you find a bug or have any questions about this project, write to us on discord.
FAQs
Easy open tcp, http ports from localhost to internet.
We found that mtunn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.