ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Tool to Break Firewall in Linux

    IT Discussion
    3
    14
    2.2k
    Loading More Posts
    • 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.
    • LakshmanaL
      Lakshmana
      last edited by

      Break means to integrate the other machine into the machine where I am having the firewall and need to get access of the firewall configured machine

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller
        last edited by

        Do you mean "open a port?"

        1 Reply Last reply Reply Quote 0
        • LakshmanaL
          Lakshmana
          last edited by

          PLease see the scenario I am having.

          I have deny all the ports in one ubuntu machine and allowed only specific ports.
          I need to access that machine only by knowing the username and password

          coliverC scottalanmillerS 2 Replies Last reply Reply Quote 0
          • coliverC
            coliver @Lakshmana
            last edited by

            @Lakshmana said:

            PLease see the scenario I am having.

            I have deny all the ports in one ubuntu machine and allowed only specific ports.
            I need to access that machine only by knowing the username and password

            Do you have SSH port 22 open?

            1 Reply Last reply Reply Quote 0
            • LakshmanaL
              Lakshmana
              last edited by

              NO.I have not opened that port for SSH

              1 Reply Last reply Reply Quote 0
              • LakshmanaL
                Lakshmana
                last edited by

                But having other port number for the SSH

                coliverC 1 Reply Last reply Reply Quote 0
                • coliverC
                  coliver @Lakshmana
                  last edited by

                  @Lakshmana said:

                  But having other port number for the SSH

                  So the SSH service is listening on a different port other then 22? If that is the case just ssh (or putty) to ipaddress:port.

                  1 Reply Last reply Reply Quote 0
                  • LakshmanaL
                    Lakshmana
                    last edited by

                    I can able to take ssh in the other port .But I need to find the port which is enabled for the server

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Lakshmana
                      last edited by

                      @Lakshmana said:

                      PLease see the scenario I am having.

                      I have deny all the ports in one ubuntu machine and allowed only specific ports.
                      I need to access that machine only by knowing the username and password

                      So you want to SSH into it. From what you have described I cannot tell where you have an issue. If the SSH port is open, it should "just work". Maybe show us what you mean instead of trying to describe it.

                      1 Reply Last reply Reply Quote 0
                      • LakshmanaL
                        Lakshmana
                        last edited by

                        I just need to test my firewall as a intruder who does not know about the details of the port which are enabled in the firewall.

                        coliverC scottalanmillerS 2 Replies Last reply Reply Quote 0
                        • coliverC
                          coliver @Lakshmana
                          last edited by coliver

                          @Lakshmana said:

                          I just need to test my firewall as a intruder who does not know about the details of the port which are enabled in the firewall.

                          Ah, you will want to look up the nmap utility, this will tell you which ports are open... although not sure if it will find out what services are listening on that port. You can install it with:

                          sudo apt-get install nmap
                          

                          Then use something like this to get the port information:

                          nmap ipaddress -p 1-40000
                          

                          Here is some info on nmap. http://nmap.org/book/man-port-scanning-basics.html

                          1 Reply Last reply Reply Quote 2
                          • scottalanmillerS
                            scottalanmiller @Lakshmana
                            last edited by

                            @Lakshmana said:

                            I just need to test my firewall as a intruder who does not know about the details of the port which are enabled in the firewall.

                            Ah, testing is not related to "breaking" or "integrating" or "accessing." Using those words led us down the garden path.

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post