Jump to content
UBot Underground

Retrieving Hardware Serial Number Or Mac Address


Recommended Posts

Hey guys,

 

Anyone know of an easy way to retrieve the system serial number or mac address? I know I can use dos commands WMIC BIOS GET SERIALNUMBER and IPCONFIG but just wondering if there is a plugin?

 

Thanks.

Link to post
Share on other sites

for HWINFO

use this plugin http://network.ubotstudio.com/forum/index.php?/topic/16318-sell-plugin-advanced-systems/

command system info/detailed

 

for mac address or change mac address

use this plugin http://ubotplugin.com/product/advanced-connection-unofficial/

  • Like 1
Link to post
Share on other sites

Mac Address can be done with Python:

 

 

 alert($run python with result("from uuid import getnode as get_mac
get_mac()"))

 

Not sure about Serial. But you probably can execute WMI calls with python as well.

 

Dan

  • Like 1
Link to post
Share on other sites

Figured it out: -

clear list(%_snOutput)
add list to list(%_snOutput,$list from text($plugin function("Advanced Shell.dll", "$shell batch hidden", "cmd.exe /c \"wmic bios get serialnumber\""),$new line),"Delete","Local")
set(#_output,$pop(%_snOutput),"Local")

Thanks for your reply guys

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...