Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. RT @ghidraninja

RT @ghidraninja

Scheduled Pinned Locked Moved Uncategorized
42 Posts 29 Posters 51 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • lproven@social.vivaldi.netL lproven@social.vivaldi.net

    RT @ghidraninja

    Simple age check for Linux:

    Just have the shell ask the user to check the host IP on first boot.

    If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

    _hic_haec_hoc@fosstodon.org_ This user is from outside of this forum
    _hic_haec_hoc@fosstodon.org_ This user is from outside of this forum
    _hic_haec_hoc@fosstodon.org
    wrote last edited by
    #32

    @lproven I trained myself to use ip and its subcommands years ago because they give you access to all the cool networking stuff you can do with linux that people stuck with ifconfig probably don't even know exists... but ss for netstat, that one I truly can't force myself to use

    F 1 Reply Last reply
    0
    • lproven@social.vivaldi.netL lproven@social.vivaldi.net

      RT @ghidraninja

      Simple age check for Linux:

      Just have the shell ask the user to check the host IP on first boot.

      If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

      erik@mastodon.infrageeks.socialE This user is from outside of this forum
      erik@mastodon.infrageeks.socialE This user is from outside of this forum
      erik@mastodon.infrageeks.social
      wrote last edited by
      #33

      @lproven @dtl if they type ipconfig, they are led gently to the door to report to therapy

      1 Reply Last reply
      0
      • _hic_haec_hoc@fosstodon.org_ _hic_haec_hoc@fosstodon.org

        @lproven I trained myself to use ip and its subcommands years ago because they give you access to all the cool networking stuff you can do with linux that people stuck with ifconfig probably don't even know exists... but ss for netstat, that one I truly can't force myself to use

        F This user is from outside of this forum
        F This user is from outside of this forum
        fooker@infosec.exchange
        wrote last edited by
        #34

        @_hic_haec_hoc @lproven OK, now you've gotten me curious, what can ip do that we couldn't before systemd decided to fuck with the basic principals?

        _hic_haec_hoc@fosstodon.org_ 2 Replies Last reply
        0
        • lproven@social.vivaldi.netL lproven@social.vivaldi.net

          RT @ghidraninja

          Simple age check for Linux:

          Just have the shell ask the user to check the host IP on first boot.

          If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

          steely_glint@chaos.socialS This user is from outside of this forum
          steely_glint@chaos.socialS This user is from outside of this forum
          steely_glint@chaos.social
          wrote last edited by
          #35

          @lproven I've found myself typing

          dig +short ip @dns.toys

          does this mean I'm banned from polite society ?

          1 Reply Last reply
          0
          • F fooker@infosec.exchange

            @_hic_haec_hoc @lproven OK, now you've gotten me curious, what can ip do that we couldn't before systemd decided to fuck with the basic principals?

            _hic_haec_hoc@fosstodon.org_ This user is from outside of this forum
            _hic_haec_hoc@fosstodon.org_ This user is from outside of this forum
            _hic_haec_hoc@fosstodon.org
            wrote last edited by
            #36

            @Fooker @lproven first things that come to mind are network namespaces, policy-based routing, VRFs, tunnels, QoS... and then all the subcommands have a similar syntax which follows the same principles everywhere instead of each one going its own way (like it was with ifconfig, vconfig, brctl, arp and so on) and there are a lot of quality-of-life improvements everywhere (for example I love how you can just copy a line of the output of 'ip r l' and use it as it is with 'ip r d')

            1 Reply Last reply
            0
            • F fooker@infosec.exchange

              @_hic_haec_hoc @lproven OK, now you've gotten me curious, what can ip do that we couldn't before systemd decided to fuck with the basic principals?

              _hic_haec_hoc@fosstodon.org_ This user is from outside of this forum
              _hic_haec_hoc@fosstodon.org_ This user is from outside of this forum
              _hic_haec_hoc@fosstodon.org
              wrote last edited by
              #37

              @Fooker @lproven also what does systemd have to to with this? iproute2 is developed by different people and predates it by a decade

              1 Reply Last reply
              0
              • lproven@social.vivaldi.netL lproven@social.vivaldi.net

                RT @ghidraninja

                Simple age check for Linux:

                Just have the shell ask the user to check the host IP on first boot.

                If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

                hp@mastodon.tmm.cxH This user is from outside of this forum
                hp@mastodon.tmm.cxH This user is from outside of this forum
                hp@mastodon.tmm.cx
                wrote last edited by
                #38

                @lproven how about "list the listening tcp ports"

                1 Reply Last reply
                0
                • kinghaunst@sueden.socialK kinghaunst@sueden.social

                  @lproven

                  What about

                  $ host $HOSTNAME

                  ? πŸ˜€

                  peribotsarah@babka.socialP This user is from outside of this forum
                  peribotsarah@babka.socialP This user is from outside of this forum
                  peribotsarah@babka.social
                  wrote last edited by
                  #39

                  @kinghaunst @lproven
                  or hostname -I

                  1 Reply Last reply
                  0
                  • lproven@social.vivaldi.netL lproven@social.vivaldi.net

                    RT @ghidraninja

                    Simple age check for Linux:

                    Just have the shell ask the user to check the host IP on first boot.

                    If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

                    saucerlost@mastodon.socialS This user is from outside of this forum
                    saucerlost@mastodon.socialS This user is from outside of this forum
                    saucerlost@mastodon.social
                    wrote last edited by
                    #40

                    @lproven
                    I usually just click around the 3D rendered squares until I find what I'm looking for

                    1 Reply Last reply
                    0
                    • lproven@social.vivaldi.netL lproven@social.vivaldi.net

                      RT @ghidraninja

                      Simple age check for Linux:

                      Just have the shell ask the user to check the host IP on first boot.

                      If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

                      lieter@mastodon.lieter.nlL This user is from outside of this forum
                      lieter@mastodon.lieter.nlL This user is from outside of this forum
                      lieter@mastodon.lieter.nl
                      wrote last edited by
                      #41

                      @lproven embrace modernity, use ip after checking uname πŸ™‚

                      1 Reply Last reply
                      0
                      • lproven@social.vivaldi.netL lproven@social.vivaldi.net

                        RT @ghidraninja

                        Simple age check for Linux:

                        Just have the shell ask the user to check the host IP on first boot.

                        If they type ifconfig they are old enough, if they type ip addr they deserve to be restricted from their computer πŸ˜‡

                        S This user is from outside of this forum
                        S This user is from outside of this forum
                        spacelifeform@infosec.exchange
                        wrote last edited by
                        #42

                        @lproven

                        My host ip is 127.1.3.5

                        Will this pass the check?

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups