Skip to content

A free SSH KaliLinux server without limited time,You can use this for test any tool or using kali linux tools or any something else.

Notifications You must be signed in to change notification settings

SkyperTHC/SSH-KaliLinux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSH KaliLinux

A free SSH KaliLinux server without limited time. You can use this for test any tool or using kali linux tools or other something like building custom roms.

All network traffic goes via VPN and is anonymized (e.g. for reconftw,...etc). Masscan is allowed using your own exit node.


Server specifications

  • RAM : 128GB
  • CPU : AMD Ryzen 7 3700X (16)
  • GPU : NVIDIA GeForce GT 710
  • Hard Size : 16GB ==> If you want to increase this, contact a SysCop on their Telegram Channel.

First: Install Packages


  • You should use this scripts to install packages to connect to server if you using termux or linux.

  • i made a script for Linux and termux to install packages and connect to server with very easy way.

  • Termux Download it from here For Android.

curl https://raw.githubusercontent.com/mrx7014/SSH-KaliLinux/main/termux.sh >> termux.sh
bash termux.sh
  • Linux
curl https://raw.githubusercontent.com/mrx7014/SSH-KaliLinux/main/linux.sh >> linux.sh
bash linux.sh
  • Windows

1: Download Putty and choose pkg 32-bit x86.

2: Open it and type ssh [email protected] in Hostname Or Ip address bar.

3: The server will ask you password to connect. Type segfault and press enter.

4: Now server connected successfully.

5: Read the Segfault PuTTY Guide.


  • ios

You can use Termuis app to connect to server and use vnc viewer too connect to gui Both are available on the App store

And you don't need to install any packages,just connect to server from termius app with this command ssh [email protected].

Download Termius from Here

Download VNC Viewer from Here


  • Password for connect
segfault


  • You have now successfully connected to your server. Write down the SECRET shown on the screen. You need this SECRET to connect back to YOUR server.

You should copy this ssh line from ssh -o to segfault.net


  • You must use this string ssh -o SetEnv SECRET=... to connect back to your server. Your data/work is associated with this SECRET. You can only access your data if you use the SECRET from the ssh -o line. Do not use ssh [email protected] again.

Now if you want to connect to server with vnc server follow steps:

  • Add -L5900:0:5900 to your ssh line and connect to your server like this: ssh -L5900:0:5900 -o 'SetEnv SECRET=...' root@....

  • Type this command in terminal

startxvnc
  • Then it will look like this:

  • Then open any vnc viewer. I'm using Remmina who is coming with Linux.

  • You can download VNC Viewer for android from Here

  • For Windows From Here

  • For Linux Remmina installed already.


  • Then Type this ip in VNC Viewer
127.0.0.1:5900

  • Now you are successfully connected to the server with VNC server,Enjoy it.

Contact US


Thanks to

About

A free SSH KaliLinux server without limited time,You can use this for test any tool or using kali linux tools or any something else.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%