Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 554 Bytes

computer.md

File metadata and controls

29 lines (21 loc) · 554 Bytes

Computer

This documentation provides details about the data that can be faked for a computer.

To retrieve generated/fake data for a computer see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.computer.architecture)
print(sc.computer.name)
print(sc.computer.disk)
print(sc.computer.memory)
print(sc.computer.platform)
print(sc.computer.mac_address)
print(sc.computer.os)
print(sc.computer.ipv4)

Computer Class

.. automodule:: socfaker.computer
   :members:
   :undoc-members: