Howdy, Stranger!

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

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
  • chroniccommand
    Posts: 1,389
    Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.
  • Xin
    Posts: 3,251
    said:


    Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.



    Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?
    Xin
  • Sh3llc0d3
    Posts: 1,910
    ...disable compilers? Makes any compiling attempts pointless and downloading useless
  • Xin
    Posts: 3,251
    said:


    ...disable compilers? Makes any compiling attempts pointless and downloading useless



    But i need GCC for use outside of the wargames though :S so i cant disable completely.
    Xin
  • Sh3llc0d3
    Posts: 1,910
    Is this on vps? Good idea disabling compiler's when they're not in use anyway for that reason. No idea how you'd disable it locally within the jail :S
  • Xin
    Posts: 3,251
    said:


    Is this on vps? Good idea disabling compiler's when they're not in use anyway for that reason. No idea how you'd disable it locally within the jail :S



    True but when your installing some apps doesnt it need GCC? I know on my localhost i didnt have gcc when i wanted to install some things
    Xin
  • Xin
    Posts: 3,251
    I could install phpvirtual box or simillar then it wouldnt matter what happened inside that vm and we could host a whole range of stuff. Would obviously use more resources, but it means i could sleep at night knowing people arent sshed into iexploit and that there maybe a way to hack it.
    Xin
  • Sh3llc0d3
    Posts: 1,910
    said:


    I could install phpvirtual box or simillar then it wouldnt matter what happened inside that vm and we could host a whole range of stuff. Would obviously use more resources, but it means i could sleep at night knowing people arent sshed into iexploit and that there maybe a way to hack it.



    As long as the resources can handle it :) Was going to make a suggestion in that direction also but i'll send you a PM in a bit
  • chroniccommand
    Posts: 1,389
    said:


    said:


    Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.



    Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?

    I don't think theres a way to disable from navigating out of their homes. You would just have to block it so they can't view in /bin and such but they have read/execute privileges. Also I'd suggest making a /levels folder on the root drive or /home/levels that will hold the levels.
  • Xin
    Posts: 3,251
    said:


    said:


    said:


    Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.



    Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?

    I don't think theres a way to disable from navigating out of their homes. You would just have to block it so they can't view in /bin and such but they have read/execute privileges. Also I'd suggest making a /levels folder on the root drive or /home/levels that will hold the levels.


    You can do a chroot jail so that would work. Its just the privellages thing now.
    Xin
  • chroniccommand
    Posts: 1,389
    said:


    said:


    said:


    said:


    Any news on how setting up the SSH for wargames is going? I'm interested. Xinapse lemme know if you need any help with it.



    Ive been trying to set it up but i havent been able to stop users from navigating out their home, or being able to block certain commands. I think i can fix the first part but do you know how to block cert commands such as wget and gcc?

    I don't think theres a way to disable from navigating out of their homes. You would just have to block it so they can't view in /bin and such but they have read/execute privileges. Also I'd suggest making a /levels folder on the root drive or /home/levels that will hold the levels.


    You can do a chroot jail so that would work. Its just the privellages thing now.

    CHROOT is the best thing we could do for permissions. Wouldn't want them breaking permissions would we :p