├── LICENSE.txt ├── README.md ├── Yasal_Uyarı.txt ├── ghostlib_win32crypto.py ├── ghostlib_win32functions.py ├── ghostlib_win32keyloggercreate.py ├── ghostlib_win32socket.py ├── master.ico ├── master.py ├── slave.ico └── slave.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/README.md -------------------------------------------------------------------------------- /Yasal_Uyarı.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/Yasal_Uyarı.txt -------------------------------------------------------------------------------- /ghostlib_win32crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/ghostlib_win32crypto.py -------------------------------------------------------------------------------- /ghostlib_win32functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/ghostlib_win32functions.py -------------------------------------------------------------------------------- /ghostlib_win32keyloggercreate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/ghostlib_win32keyloggercreate.py -------------------------------------------------------------------------------- /ghostlib_win32socket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/ghostlib_win32socket.py -------------------------------------------------------------------------------- /master.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/master.ico -------------------------------------------------------------------------------- /master.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/master.py -------------------------------------------------------------------------------- /slave.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/slave.ico -------------------------------------------------------------------------------- /slave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdulkadir-gungor/Ghost/HEAD/slave.py --------------------------------------------------------------------------------