Code built by Go language to build a client-server application that collects basic user's information about any OSX machine.
- Host name
- IP Address
- Memory Utilization
- Disk Utilization
- All Local Users in OSX
- All Running Process List for OSX
- All installed Application
The only needed thing to be changed is the "path" that leads to the ".db" file. The line that needs to changed is inside of the "SendData" file which is inside of the "database" file inside of the "client" file.
- Create an "exec" file using the following command in terminal
go build -o client. - Move the file that was built inside of the "dmg" file
- Change the "path" inside of the ".plist" file to your path.
- run the following command
hdiutil create -srcfolder path/to/directory -format UDZO client.dmgreplacing "path/to/directory" with the actual path at your device.