This forum is in archive mode. You will not be able to post new content.

Author Topic: Detect Virtual server and real server.  (Read 1356 times)

0 Members and 1 Guest are viewing this topic.

Offline hack3rcon

  • Peasant
  • *
  • Posts: 80
  • Cookies: -216
    • View Profile
Detect Virtual server and real server.
« on: August 09, 2015, 05:00:47 PM »
Hello.
How a hacker can detect this host is on a Virtual server or a real server?


Thank you.

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: Detect Virtual server and real server.
« Reply #1 on: August 09, 2015, 05:17:28 PM »
Wtf is wrong with your googling skills!? Next time when you think of starting new thread, "take" the title you had in mind and put it in google search. Seriously 99% of your threads are directly googlable with titles you have used.

Click here and be amazed.
« Last Edit: August 09, 2015, 05:17:54 PM by gray-fox »

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Detect Virtual server and real server.
« Reply #2 on: August 09, 2015, 05:36:47 PM »
The solutions in those links are unneccessarily complex IMO. In almost all cases it should be enough to check the MAC and compare it to known vendors.
Code: [Select]
VMWare:
00:05:69
00:0c:29
00:1c:14
00:50:56

Virtualbox:
08:00:27

Xen:
00:16:3e

Local:
?2:??:??
?6:??:??
?a:??:??
?e:??:??
(? can be any hex character)

The commandline for that is fairly simple:
Code: [Select]
Windows:
ipconfig /all | find "Physical address"

Unix-like:
ifconfig | grep ether
« Last Edit: August 09, 2015, 05:50:20 PM by flowjob »
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: Detect Virtual server and real server.
« Reply #3 on: August 09, 2015, 05:55:32 PM »
True, that is quit neat solution @flowjob. But still  imo and some others also if you check op's other topics, people should stop answering this guy's questions when he doesn't clearly put any effort to make his own research.
« Last Edit: August 09, 2015, 07:19:14 PM by gray-fox »

Offline flowjob

  • Knight
  • **
  • Posts: 327
  • Cookies: 46
  • Pastafarian
    • View Profile
Re: Detect Virtual server and real server.
« Reply #4 on: August 09, 2015, 06:04:38 PM »
True, that is quit neat solution @flowjob. But still  imo and others also if you check op's other topics, people should stop answering this guy's questions when he doesn't clearly put any effort to make his own research.
Didn't know he was of that kind (but kinda guessed already).

And if he wants to use it in a skiddy-virus or whatever he still has to find out how to get the MAC on different OSes programmatically, so at least that is left as an exercise for OP..
Quote
<phil> I'm gonna DDOS the washing machine with clothes packets.
<deviant_sheep> dont use too much soap or youll cause a bubble overflow

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Detect Virtual server and real server.
« Reply #5 on: August 11, 2015, 04:56:43 PM »
OP, drop all you have learnt and try
Code: [Select]
dmidecode | grep -i "Virtual"Or something
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline hack3rcon

  • Peasant
  • *
  • Posts: 80
  • Cookies: -216
    • View Profile
Re: Detect Virtual server and real server.
« Reply #6 on: August 11, 2015, 09:35:29 PM »
I mean is web server.

Offline hack3rcon

  • Peasant
  • *
  • Posts: 80
  • Cookies: -216
    • View Profile
Re: Detect Virtual server and real server.
« Reply #7 on: August 11, 2015, 09:36:32 PM »
Wtf is wrong with your googling skills!? Next time when you think of starting new thread, "take" the title you had in mind and put it in google search. Seriously 99% of your threads are directly googlable with titles you have used.

Click here and be amazed.


Why you send noise?

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Detect Virtual server and real server.
« Reply #8 on: August 11, 2015, 09:51:07 PM »
There is some good advice but mostly this thread is a waste.

« Last Edit: August 11, 2015, 09:51:50 PM by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: Detect Virtual server and real server.
« Reply #9 on: August 11, 2015, 09:52:22 PM »
I picked few quotes from answers to your questions in your other threads, I think these will speak for themselves. There is lots of more where these came from and half of your threads are locked anyway.

Just go to hackforums all ready. You do 0 research, 0 learning, and obviously have 0 knowledge. you would fit right in at that site. I mean i havent even TRIED to google this question and i can guarantee you could find out a TON about this with just a single search. I mean jesus email spoofing is one of the oldest tricks in the book, and that is not an exaggeration. The ONLY way you could not know this, or not find information on it, is if you havent even tried. I will not try for you.
....
Quote
Fuck off
....
Quote
/vote BoS
^This can be found in half of threads started by you.

WTF? Asking stupid questions isn't enough, you need to repeat them also because you didn't get the answer you wanted?

The correct answer to YOUR question is - You don't, you have no clue what the fuck you are doing and are going to get yourself in trouble. GO FUCKING GOOGLE THESE STUPID FUCKING QUESTIONS.

So just go to fucking HF already, because you don't seem to get the point.

..and /vote BoS
« Last Edit: August 11, 2015, 10:41:16 PM by gray-fox »

Offline hack3rcon

  • Peasant
  • *
  • Posts: 80
  • Cookies: -216
    • View Profile
Re: Detect Virtual server and real server.
« Reply #10 on: August 17, 2015, 07:12:36 AM »
You can't understand the question. I mean is web server not remote server.

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Detect Virtual server and real server.
« Reply #11 on: August 17, 2015, 08:19:07 PM »
You can't understand the question. I mean is web server not remote server.
Its what i just gave you. You are on a web server's terminal(ssh) and type in that command then you will see what it gives you.

Just try and error till you know the difference. If that doesn't answer your question then rephrase it and ask again. Try some googling for once though.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.