Author Topic: Remote Shutdown  (Read 2008 times)

0 Members and 1 Guest are viewing this topic.

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Remote Shutdown
« on: July 16, 2014, 03:39:31 am »
Ok so I've been trying to remotely shutdown a windows computer using my ubuntu laptop. I've been trying: net rpc shutdown -I 192.168.0.XXX -U Hacker        |  This approach is not working and the attached image is the error message I've been getting... Any help would be appreciated
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Remote Shutdown
« Reply #1 on: July 16, 2014, 03:52:17 am »
I thought that was what it was saying also. Since this was just a practice and I was using my own computers I looked up the IP address on the target computer and just to be sure ran nmap on the computer performing the shutdown. My best guess would be that it has something to do with the victim computers firewall. If that is the case any ideas what to do then?
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline voodoo

  • Serf
  • *
  • Posts: 42
  • Cookies: 4
  • Try Harder
    • View Profile
    • Security Voodoo
Re: Remote Shutdown
« Reply #2 on: July 16, 2014, 04:11:46 am »
If you have access to the victim computer drop the firewall and test again.
keep it simple

Offline Nordic

  • /dev/null
  • *
  • Posts: 14
  • Cookies: 8
  • That guy with the routers.
    • View Profile
Re: Remote Shutdown
« Reply #3 on: July 16, 2014, 04:35:21 am »
If not Windows firewall as another user mentioned, my money would be on a permissions issue. Consider tcpdump'ing the traffic and attaching the pcap to the thread so that we can see the handshake happen and determine if it is in fact a connectivity issue.

Additionally, check the Windows side for any logs which would indicate a failed login. I'm assuming you're not in a domain environment here.

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Remote Shutdown
« Reply #4 on: July 16, 2014, 06:37:02 pm »
So what would I do about the space cause Alien Hacker is the username?
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Remote Shutdown
« Reply #5 on: July 16, 2014, 06:43:27 pm »
You surround it with double quotes.

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Remote Shutdown
« Reply #6 on: July 16, 2014, 11:42:41 pm »
Ok just tried that. The below attachment is what I got.
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Remote Shutdown
« Reply #7 on: July 17, 2014, 12:08:18 am »
Yes I am targeting the other machine with user/pass. But wouldn't it also work to target my own machine?
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Remote Shutdown
« Reply #8 on: July 17, 2014, 01:51:54 am »
So the admin account. That is what I am targeting
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Remote Shutdown
« Reply #9 on: July 20, 2014, 12:36:32 am »
Correct
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Hashn0x

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: Remote Shutdown
« Reply #10 on: July 26, 2014, 06:37:55 am »
I think you mistyped the password because if you or my second bet is that you are being refused connection because of the administrator permission, you know the alert type of notification about software, connection permissions acces in windows. make sure you are connected to Alien Hacker in order to bypass the security, being admin means you have all privileges.
« Last Edit: July 26, 2014, 06:38:18 am by Hashn0x »

Offline voodoo

  • Serf
  • *
  • Posts: 42
  • Cookies: 4
  • Try Harder
    • View Profile
    • Security Voodoo
Re: Remote Shutdown
« Reply #11 on: July 27, 2014, 07:06:11 pm »
Correct syntax:
Code: [Select]
net rpc shutdown -I <ip address> -U <username>%<password>
Have you tried dropping the firewall on the victim?
keep it simple

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Remote Shutdown
« Reply #12 on: July 27, 2014, 07:21:27 pm »
I think you mistyped the password because if you or my second bet is that you are being refused connection because of the administrator permission, you know the alert type of notification about software, connection permissions acces in windows. make sure you are connected to Alien Hacker in order to bypass the security, being admin means you have all privileges.
Not entirely true, on windows admin doesnt have full root access only SYSTEM has that.
Which is retared to say the least.
« Last Edit: July 27, 2014, 07:23:39 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline voodoo

  • Serf
  • *
  • Posts: 42
  • Cookies: 4
  • Try Harder
    • View Profile
    • Security Voodoo
Re: Remote Shutdown
« Reply #13 on: July 27, 2014, 07:44:20 pm »
Quote
Which is retarded to say the least.

well we are talking about windows.
keep it simple

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: Remote Shutdown
« Reply #14 on: July 29, 2014, 01:43:13 pm »
You never mentioned what version of Windows your using.
>>>import this
-----------------------------