Computer

July 21, 2020 ยท View on GitHub

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: