├── README.md ├── Result └── readme.md ├── getBowserInfo.py ├── getConWifiInfo.py ├── getHostInfo.py └── getSensitiveFile.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/getIntrInfo/HEAD/README.md -------------------------------------------------------------------------------- /Result/readme.md: -------------------------------------------------------------------------------- 1 | ### 该文档保存结果为csv文档 -------------------------------------------------------------------------------- /getBowserInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/getIntrInfo/HEAD/getBowserInfo.py -------------------------------------------------------------------------------- /getConWifiInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/getIntrInfo/HEAD/getConWifiInfo.py -------------------------------------------------------------------------------- /getHostInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/getIntrInfo/HEAD/getHostInfo.py -------------------------------------------------------------------------------- /getSensitiveFile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Potato-py/getIntrInfo/HEAD/getSensitiveFile.py --------------------------------------------------------------------------------