Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Segfault Returns! Free Disposable Or Persistent Kali Server!
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Segfault Returns! Free Disposable Or Persistent Kali Server!

Not_OlesNot_Oles Moderator, Patron Provider

Hello!

Looks like a lot of fun to me. It's called The Hacker's Choice. (THC)

You login via ssh from anywhere and instantly get a free Docker container instance in SF or DE depending on where you might be coming from. The instances run Kali with a zsh as the shell. Exits are via tor and various VPNs. Looks like IPv4 only. There is a channel on Telegram.

Instances are "disposable," which means that instances are deleted when you log out. They claim, "NO LOGZ."

The login message is very helpful. The login message provides ssh tweaks for setting up persistent instances. It also clarified questions I still had even after reading the THC web page.

Lots of stuff is tricky/fun. As just one tricky/fun example, when you log in you are in /root, but root's persistent home directory is /sec/root. If you do want files to persist between visits, you have to know to cd from /root to /sec/root. Or just cd without any argument also works, since $HOME=/sec/root.

There is an option to pay, apparently a one-time $100 amount, to get service level upgrades on bandwidth, processor, memory, hdd access speed, and storage.

THC.org says:

History

This is the resurrection of our 1997 'segfault.net' root server. The server of '97 served as a stepping stone for many hackers, coders and researchers. It's where we hosted phrack, Team Teso, HERT, Hack in the Box, the first encrypted IRC network and many others.

I shut it down in 2019. Now it's back.

Here's a link to the HN article where I found THC.

If you log in, you might find my Hello in /everyone/hello.txt.

Happy Saturday!

Tom

Comments

  • Thank you sounds cool!

    Thanked by 1Not_Oles
  • bdlbdl Member

    Usually THC means something else. The other green stuff.

  • is nmap installed?

    Thanked by 1Not_Oles
  • FatGrizzlyFatGrizzly Member, Host Rep

    oof :(

    cat: hello.txt: No such file or directory

    well, I left you an message at /everyone/lowendtalk_com.txt

    Thanked by 1Not_Oles
  • the yabs results are pretty useless tbh

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-08-20                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sun Oct 16 01:09:29 PM UTC 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 0 days, 19 hours, 55 minutes
    Processor  : AMD EPYC 7571
    CPU cores  : 2 @ 2199.782 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 3.8 GiB
    Swap       : 0.0 KiB
    Disk       : 32.5 GiB
    Distro     : Kali GNU/Linux Rolling
    Kernel     : 5.15.0-1021-aws
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ----
    Read       |                   () |                   ()
    Write      |                   () |                   ()
    Total      | 0.00 KB/s        (0) | 0.00 KB/s        (0)
               |                      |
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ----
    Read       |                   () |                   ()
    Write      |                   () |                   ()
    Total      | 0.00 KB/s        (0) | 0.00 KB/s        (0)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed
                    |                           |                 |
    Clouvider       | London, UK (10G)          | busy            | busy
    Online.net      | Paris, FR (10G)           | busy            | busy
    Hybula          | The Netherlands (40G)     | busy            | busy
    Uztelecom       | Tashkent, UZ (10G)        | busy            | busy
    Clouvider       | NYC, NY, US (10G)         | busy            | busy
    Clouvider       | Dallas, TX, US (10G)      | busy            | busy
    Clouvider       | Los Angeles, CA, US (10G) | busy            | busy
    
    Geekbench 5 test failed. Run manually to determine cause.
    
    
    Thanked by 2martheen Not_Oles
  • Not_OlesNot_Oles Moderator, Patron Provider

    Good morning!

    I logged in at segfault. Now I see

    [2022-10-16 ABUSE] Root-FS is mounted read-only for the FREE service now.
    -----------------> Write-able Root-FS is availabe for PREMIUM users and users
    -----------------> who we know or are working on some cool projects. Contact us.
      [ . . .]
    ┌──(root💀sf-SideNow)-[~]
    └─# pwd
    /sec/root
    

    included in the login messages. As noted above, I used to find myself in /root. Now I was in /sec/root after I logged in. Could it be that zsh remembers where I was? Can I still write?

    ┌──(root💀sf-SideNow)-[~]
    └─# ls
    tom-was-here
    
    ┌──(root💀sf-SideNow)-[~]
    └─# cat tom-was-here 
    Sat Oct 15 09:26:58 PM UTC 2022
    
    ┌──(root💀sf-SideNow)-[~]
    └─# echo $(date) >> tom-was-here
    
    ┌──(root💀sf-SideNow)-[~]
    └─# cat tom-was-here            
    Sat Oct 15 09:26:58 PM UTC 2022
    Sun Oct 16 07:55:59 PM UTC 2022
    
    ┌──(root💀sf-SideNow)-[~]
    └─# 
    

    Hmm. Looks like yes, I still can write. Maybe I can't write in /root any more?

    ┌──(root💀sf-SideNow)-[~]
    └─# cd /root        
    
    ┌──(root💀sf-SideNow)-[/root]
    └─# ls
    tom-was-here
    
    ┌──(root💀sf-SideNow)-[/root]
    └─# cat tom-was-here            
    Sat Oct 15 09:26:58 PM UTC 2022
    Sun Oct 16 07:55:59 PM UTC 2022
    
    ┌──(root💀sf-SideNow)-[/root]
    └─# 
    

    Whoa! /root and /sec/root seem to be the same now. If I drop the connection and log in again, will the tom-was-here file persist?

    ┌──(root💀sf-SideNow)-[/root]
    └─# Connection to us.segfault.net closed. # Shift+~, then dot.
    bash:~/segfault$ ssh root@sidenow
      [ . . . ]
    ┌──(root💀sf-SideNow)-[~]
    └─# cat tom-was-here
    Sat Oct 15 09:26:58 PM UTC 2022
    Sun Oct 16 07:55:59 PM UTC 2022
    
    ┌──(root💀sf-SideNow)-[~]
    └─# echo $(date) >> tom-was-here
    
    ┌──(root💀sf-SideNow)-[~]
    └─# cat tom-was-here
    Sat Oct 15 09:26:58 PM UTC 2022
    Sun Oct 16 07:55:59 PM UTC 2022
    Sun Oct 16 08:11:23 PM UTC 2022
    
    ┌──(root💀sf-SideNow)-[~]
    └─# 
    

    By the way, I was in /root when I closed the connection but ended up back in ~ (/sec/root) when I logged in again after closing the connection.

    Hmm. Fun/tricky. Maybe I'm just missing something simple. :)

  • Not_OlesNot_Oles Moderator, Patron Provider

    @kalipus said:
    is nmap installed?

    ┌──(root💀sf-SideNow)-[~]
    └─# nmap --version
    Nmap version 7.93 ( https://nmap.org )
    Platform: x86_64-pc-linux-gnu
    Compiled with: liblua-5.3.6 openssl-3.0.5 libssh2-1.10.0 libz-1.2.11 libpcre-8.39 nmap-libpcap-1.7.3 nmap-libdnet-1.12 ipv6
    Compiled without:
    Available nsock engines: epoll poll select
    
    ┌──(root💀sf-SideNow)-[~]
    └─# 
    
    Thanked by 1kalipus
  • Not_OlesNot_Oles Moderator, Patron Provider

    @FatGrizzly said:
    oof :(

    cat: hello.txt: No such file or directory

    well, I left you an message at /everyone/lowendtalk_com.txt

    ┌──(root💀sf-SideNow)-[/everyone]
    └─# ls
    chat                 runme.sh
    ephemeral_chat_FIFO  tmux-0
    hello.txt            tmux-0.lock
    hello.txt~           vuln
    iwashere.txt         vuln.c
    README.md            WARNING---SHARED-BETWEEN-ALL-SERVERS---README.txt
    run-nix.txt          WeAreNAFO
    
    ┌──(root💀sf-SideNow)-[/everyone]
    └─# cat -n hello.txt | grep @Not_Oles
        47  Hello from @Not_Oles https://lowendtalk.com/profile/Not_Oles
    
    ┌──(root💀sf-SideNow)-[/everyone]
    └─# ls lowendtalk_com.txt
    lsd: lowendtalk_com.txt: No such file or directory (os error 2).
    
    
    ┌──(root💀sf-SideNow)-[/everyone]
    └─# 
    

    Well, I am guessing that you @FatGrizzly might be on the DE server, and that the two segfault servers might not be 100% in sync for the /everyone directory. Maybe I might try to login to segfault.net from Amsterdam instead of from here in Sonora, MX. Coming from Amsterdam might get me an instance on the DE segfault server.

    Thanks @FatGrizzly!! :)

  • Not_OlesNot_Oles Moderator, Patron Provider

    @manoscung said: the yabs results are pretty useless tbh

    Here's one I got yesterday which might be slightly more informative:

    ┌──(root💀sf-SideNow)-[~]
    └─# bash
    
    ┌──(root㉿sf-SideNow)-[~]
    └─# ps
        PID TTY          TIME CMD
         35 pts/0    00:00:01 zsh
       1532 pts/0    00:00:00 bash
       1537 pts/0    00:00:00 ps
    
    ┌──(root㉿sf-SideNow)-[~]
    └─# ps -p $$
        PID TTY          TIME CMD
       1532 pts/0    00:00:00 bash
    
    ┌──(root㉿sf-SideNow)-[~]
    └─# curl -sL yabs.sh | bash
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    #              Yet-Another-Bench-Script              #
    #                     v2022-08-20                    #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Sat Oct 15 04:43:31 AM UTC 2022
    
    Basic System Information:
    ---------------------------------
    Uptime     : 26 days, 18 hours, 31 minutes
    Processor  : AMD EPYC 7571
    CPU cores  : 2 @ 2199.998 MHz
    AES-NI     : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM        : 3.8 GiB
    Swap       : 0.0 KiB
    Disk       : 32.6 GiB
    Distro     : Kali GNU/Linux Rolling
    Kernel     : 5.15.0-1011-aws
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k            (IOPS) | 64k           (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 31.00 KB/s       (7) | 116.00 KB/s      (1)
    Write      | 33.00 KB/s       (8) | 142.00 KB/s      (2)
    Total      | 64.00 KB/s      (15) | 258.00 KB/s      (3)
               |                      |                     
    Block Size | 512k          (IOPS) | 1m            (IOPS)
      ------   | ---            ----  | ----           ---- 
    Read       | 107.00 KB/s      (0) | 143.00 KB/s      (0)
    Write      | 174.00 KB/s      (0) | 172.00 KB/s      (0)
    Total      | 281.00 KB/s      (0) | 315.00 KB/s      (0)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider        | Location (Link)           | Send Speed      | Recv Speed     
                    |                           |                 |                
    Clouvider       | London, UK (10G)          | busy            | 247 Mbits/sec  
    Online.net      | Paris, FR (10G)           | busy            | 210 Mbits/sec  
    Hybula          | The Netherlands (40G)     | 10.5 Mbits/sec  | 263 Mbits/sec  
    Uztelecom       | Tashkent, UZ (10G)        | busy            | 143 Mbits/sec  
    Clouvider       | NYC, NY, US (10G)         | busy            | 294 Mbits/sec  
    Clouvider       | Dallas, TX, US (10G)      | 9.78 Mbits/sec  | 327 Mbits/sec  
    Clouvider       | Los Angeles, CA, US (10G) | 9.40 Mbits/sec  | 125 Mbits/sec  
    
    Geekbench 5 test failed. Run manually to determine cause.
    
    ┌──(root㉿sf-SideNow)-[~]
    └─# 
    
  • Not_OlesNot_Oles Moderator, Patron Provider

    @Not_Oles said: Well, I am guessing that you @FatGrizzly might be on the DE server, and that the two segfault servers might not be 100% in sync for the /everyone directory. Maybe I might try to login to segfault.net from Amsterdam instead of from here in Sonora, MX. Coming from Amsterdam might get me an instance on the DE segfault server.

    Well, right now logging in from Amsterdam seems to put me on the SF server:

    root@dedi92911:~# ssh [email protected]
      [ . . . ]
    [2022-10-16 ABUSE] Root-FS is mounted read-only for the FREE service now.
    -----------------> Write-able Root-FS is availabe for PREMIUM users and users
    -----------------> who we know or are working on some cool projects. Contact us.
    ┌──(root💀sf-SamePepper)-[~]
    └─# 
    

    Looks like the new ABUSE message might be for everyone, not just for me. I was imagining it might be for me cuz I ran the yabs yesterday.

    But, no LowEndTalk message from @FatGrizzly here either. Maybe I'm not on the SF server. And maybe they have more than two servers. Or something else. Oh well, fun/trucky or tricky/fun.

    ┌──(root💀sf-SamePepper)-[~]
    └─# ls /everyone
    1                      hellothere
    do_not_open_this_file  WARNING---SHARED-BETWEEN-ALL-SERVERS---README.txt
    
    ┌──(root💀sf-SamePepper)-[~]
    └─# 
    

    My server still shows:

    ┌──(root💀sf-SideNow)-[/everyone]
    └─# ls                   
    chat                 runme.sh
    ephemeral_chat_FIFO  tmux-0
    hello.txt            tmux-0.lock
    hello.txt~           vuln
    iwashere.txt         vuln.c
    README.md            WARNING---SHARED-BETWEEN-ALL-SERVERS---README.txt
    run-nix.txt          WeAreNAFO
    
    ┌──(root💀sf-SideNow)-[/everyone]
    └─# 
    
  • Not_OlesNot_Oles Moderator, Patron Provider

    Sorry, I couldn't resist wondering if any of you guys might want to see the good-bye message I received when logging out from Amsterdam:

    ┌──(root💀sf-SamePepper)-[~]
    └─# logout      
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@@   ** GET MORE MEMORY, SPEED, STORAGE AND NO RESTRICTIONS **   @@@
    @@@          https://www.thc.org/segfault/buy-an-upgrade          @@@
    @@@           https://www.thc.org/segfault/youcheapfuck           @@@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    Access with      : ssh -o "SetEnv SECRET=Redacted" [email protected]
    GOODBYE          : Join us on Telegram - https://t.me/thcorg
    Connection to segfault.net closed.
    root@dedi92911:~# 
    

    NB:

    • The line that contains the string "cheap".

    • The line which says "Access . . . de.segfault.net" [emphasis added] even though my prompt said "sf."

    I don't have Telegram. If anyone could please post something about what's happening on the Telegram channel, I'm curious to know how many folks are there.

    Friendly greetings! :)

  • DPDP Administrator, The Domain Guy

    Haven't heard some of the names mentioned in a very long time :|

    Thanked by 1Not_Oles
  • FatGrizzlyFatGrizzly Member, Host Rep

    @Not_Oles said: But, no LowEndTalk message from @FatGrizzly here either. Maybe I'm not on the SF server. And maybe they have more than two servers. Or something else. Oh well, fun/trucky or tricky/fun.

    Turns out I was connected to Singapore server, yeeted the files though.

    Thanked by 1Not_Oles
Sign In or Register to comment.