EvilZone

Hacking and Security => Hacking and Security => : hack3rcon August 09, 2015, 05:00:47 PM

: Detect Virtual server and real server.
: hack3rcon 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.
: Re: Detect Virtual server and real server.
: gray-fox 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 (http://bfy.tw/1Dee) and be amazed.
: Re: Detect Virtual server and real server.
: flowjob 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.
:
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:
:
Windows:
ipconfig /all | find "Physical address"

Unix-like:
ifconfig | grep ether
: Re: Detect Virtual server and real server.
: gray-fox 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.
: Re: Detect Virtual server and real server.
: flowjob 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..
: Re: Detect Virtual server and real server.
: kenjoe41 August 11, 2015, 04:56:43 PM
OP, drop all you have learnt and try
:
dmidecode | grep -i "Virtual"Or something
: Re: Detect Virtual server and real server.
: hack3rcon August 11, 2015, 09:35:29 PM
I mean is web server.
: Re: Detect Virtual server and real server.
: hack3rcon 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 (http://bfy.tw/1Dee) and be amazed.


Why you send noise?
: Re: Detect Virtual server and real server.
: 0E 800 August 11, 2015, 09:51:07 PM
There is some good advice but mostly this thread is a waste.

(http://www.startrek.com/uploads/assets/avatars/cdda35dff5087c55abf93bc234d1849ad31d543b.gif)
: Re: Detect Virtual server and real server.
: gray-fox 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.
....
Fuck off
....
/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
: Re: Detect Virtual server and real server.
: hack3rcon August 17, 2015, 07:12:36 AM
You can't understand the question. I mean is web server not remote server.
: Re: Detect Virtual server and real server.
: kenjoe41 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.