Results 1 to 3 of 3

Thread: when you use Kali , you will be hacked ?

  1. #1
    Join Date
    2013-Apr
    Posts
    182

    when you use Kali , you will be hacked ?

    when you use Kali , you will be hacked ?

    nmap localhost

    you will see port 22 ssh , 12345 netbus , 80 nginx opened automatically .

    Are we hacked ?

  2. #2
    Join Date
    2015-Sep
    Location
    Frankfurt
    Posts
    1
    If you scan your localhost with nmap all services, even those which only listen on localhost will be explored and displayed as open.
    To determine which services on your host are in listening state i would suggest you to use netstat.

    Listening Sockets for TCP:
    netstat -tlnp

    Listening Sockets for UDP
    netstat -tunp

    Most services in Kali 2.0 are maintained through systemd you can easily control the services with the systemctl command.

    For example disabling the apache2 deamon is as easy as typing in a shell:
    systemctl disable apache2.service

    To enable it again type in a shell:
    systemctl enable apache2.service

    Furthermore I would highly suggest to follow the "Kali Linux 2.0 Top 10 Post Install Tips"
    https://www.offensive-security.com/k...-install-tips/
    General security violation!
    The module coffees memory was in a critical state
    which resulted in a crash of the service thinking.

    0xC0FFEE

  3. #3
    Join Date
    2013-Apr
    Posts
    182
    Quote Originally Posted by tehx View Post
    If you scan your localhost with nmap all services, even those which only listen on localhost will be explored and displayed as open.
    To determine which services on your host are in listening state i would suggest you to use netstat.

    Listening Sockets for TCP:
    netstat -tlnp

    Listening Sockets for UDP
    netstat -tunp

    Most services in Kali 2.0 are maintained through systemd you can easily control the services with the systemctl command.

    For example disabling the apache2 deamon is as easy as typing in a shell:
    systemctl disable apache2.service

    To enable it again type in a shell:
    systemctl enable apache2.service

    Furthermore I would highly suggest to follow the "Kali Linux 2.0 Top 10 Post Install Tips"
    https://www.offensive-security.com/k...-install-tips/
    I closed all of them with edit /ect/rc.local

    as you know , if these port automatically open . special 12345 netbus , the computer can easily controlled by others .

    thanks

Similar Threads

  1. Replies: 3
    Last Post: 2017-04-11, 10:13
  2. Kali depos hacked?
    By malekitty in forum General Archive
    Replies: 1
    Last Post: 2016-06-08, 11:31
  3. I got hacked... Now to find out how...
    By brazen in forum General Archive
    Replies: 1
    Last Post: 2014-04-08, 13:52

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •