Results 1 to 6 of 6

Thread: [Solution] IPCONFIG <- (ipconfig: command not found)

  1. #1
    Join Date
    2013-Nov
    Location
    Behind The Scene
    Posts
    5

    Talking [Solution] IPCONFIG <- (ipconfig: command not found)

    Well,in KALI we can't simply ipconfig for better security purpose...

    & hence we might get such error:-
    Code:
    root@kali:~# ipconfig
    bash: ipconfig: command not found
    
    Solution:- (add "sudo" for root permission)
    Code:
    sudo ifconfig
    & voila....
    Last edited by PenTester; 2013-11-19 at 14:49.
    The quieter you become, the more you can hear!

  2. #2
    the addition of sudo didnt do anything here, by default you are running as root in kali.

    those are 2 separate commands.

    ipconfig is a windows command - internet protocol configuration
    ifconfig is the proper linux command - interface configuration

    not sure if trolling?

  3. Quote Originally Posted by wurmt0ngue View Post
    not sure if trolling?
    lol, I actually had the same ah.ha moment as the op when I first started out on linux some odd years ago. I'm betting he is very gratified to learn this gem, I know I was back then. still funny to see people learn though, so I'm sure its all good
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  4. #4
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by PenTester View Post
    Well,in KALI we can't simply ipconfig for better security purpose...

    & hence we might get such error:-
    Code:
    root@kali:~# ipconfig
    bash: ipconfig: command not found
    
    Solution:- (add "sudo" for root permission)
    Code:
    sudo ifconfig
    & voila....
    ??(i'm not expert)..but ... i'm not think is a....error!!!
    ...however...my kali is multifunctional:
    http://imageshack.us/f/845/hi4q.png/

  5. #5
    Quote Originally Posted by zimmaro View Post
    ??(i'm not expert)..but ... i'm not think is a....error!!!
    ...however...my kali is multifunctional:
    http://imageshack.us/f/845/hi4q.png/
    I like the drawings!

  6. #6
    Join Date
    2013-Nov
    Posts
    1
    Quote Originally Posted by PenTester View Post
    Well,in KALI we can't simply ipconfig for better security purpose...

    & hence we might get such error:-
    Code:
    root@kali:~# ipconfig
    bash: ipconfig: command not found
    
    Solution:- (add "sudo" for root permission)
    Code:
    sudo ifconfig
    & voila....
    puuh muahahahahaha. that's a good one. you're a bad bad guy,i spit all my coffe over my keyboard.

Similar Threads

  1. Armitage not working, can't find attacks -Found solution to this issue.
    By Jaguar7thNova in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-02-28, 11:41
  2. Replies: 4
    Last Post: 2019-12-04, 23:10
  3. Replies: 0
    Last Post: 2016-05-11, 00:49

Posting Permissions

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