Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 328c970

Browse files
info collector
1 parent 10b1c1d commit 328c970

File tree

1 file changed

+1
-0
lines changed
  • CYBERSec/python scripts/task 2

1 file changed

+1
-0
lines changed

CYBERSec/python scripts/task 2/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def is_connected():
1818
pass
1919
return False
2020
info={}
21+
2122
info['system']={}
2223
info['system']['MAC'] = ':'.join(['{:02x}'.format((uuid.getnode() >> i) & 0xff) for i in range(0,8*6,8)][::-1])
2324
info['system']['processortype'] = platform.machine()

0 commit comments

Comments
 (0)