4anonz / KeyScan

The C++ open source remote keylogger, hack windows and control mouse and keyboard remotely and bypass any antivirus
GNU General Public License v3.0
19 stars 8 forks source link

Following linux installation steps fails due to obvious issues #1

Closed ferasdour closed 2 years ago

ferasdour commented 2 years ago

LICENSE README.md keyscan main.cpp screenshots server ┌─[root@li210-178]─[/KeyScan] └──╼ #g++ main.cpp -o keyscan /usr/bin/ld: cannot open output file keyscan: Is a directory collect2: error: ld returned 1 exit status

suggested edit to instructions: g++ main.cpp -o keyscan.bin

4anonz commented 2 years ago

Sorry for the late reply.. Please use

g++ main.cpp -o keyscn 
./keysyn