Skip to content

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

Notifications You must be signed in to change notification settings

mrx7014/SSH-KaliLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

SSH KaliLinux

A free SSH Kali Linux server without limited time. You can use this for test any tool or using kali linux tools or other somethings like building custom roms or any another thing.



Server specifications

  • RAM : 2GB
  • Kernel: 5.15.0-73-generic
  • Shell: zsh 5.9
  • CPU : AMD Ryzen 9 7950X3D (32) @ 4.200GHz
  • GPU : AMD ATI 0e:00.0 Raphael
  • Hard Size : 16GB

If you want to increase this, contact a SysCop on their Telegram Channel.


First: Install Packages

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

Termux

pkg update && pkg upgrade && pkg install openssh

Download Termux from here

Linux

sudo apt update && sudo apt install openssh-client

Windows

  • You can connect to the server from CMD,if it not working use this guide here.

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

2: Open it and type ssh root@segfault.net 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 ISH 'it's like termux' to connect to server, And RVNC Viewer to use GUI.

Both of them are available on the App store

  • Download ISH From Here

  • Download RVNC from Here

You don't need to install any packages on ISH,just connect to the server with this command:

ssh root@segfault.net

  • 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

  • Like This ssh -o "SetEnv SECRET=PlPtAROaKlMNmnlsMwSbyb" root@8lgm.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 root@segfault.net 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:

  • Now open another terminal and enter the ssh that gives to you after enter startxvnc, enter password segfault.

ssh should be like this ssh -L5900:0:5900 -o 'SetEnv SECRET=...' root@...

  • Then open any vnc viewer.

  • You can download VNC Viewer for Android from Here

  • For Windows From Here

  • For Linux Remmina is installed already on ubuntu, if it not installed check this website Here

  • You can use RVNC Viewer on Linux too, See This


  • Enter this ip in your 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 (Segfault) without limited time,You can use this for test any tool or using kali linux tools or anything else.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published