المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : كود اظهار Connections على الكمبيوتر How to track spyware or malware via cmd



Rise Company
13-04-2020, 16:44
كود معرفة الفيروسات على الكمبيوتر How to track spyware or malware via cmd
How to track spyware or malware via cmd
Find Spyware-Malware In Your Computer Using Command Prompt
How-to: Use NETSTAT.EXE to detect spyware/malware

https://www.youtube.com/watch?v=RlKxI8HcdWI

Now just go to start>>run>>type cmd

In the command prompt window type in netstat -ano & press enter(you can also use netstat -b)

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

How to track spyware / malware with Comand prompt Step 1# First open the Command Prompt and run it as administrator
https://www.rise.company/forum/images/imported/2020/04/61.png
Step 2 # Now paste the code given below and hit enter
netstat -abf 5 > activity.txt https://www.rise.company/forum/images/imported/2020/04/62.png
Step 3# wait for 10-20 seconds or few minutes if you want. It all depends on how long you want to record the network traffic.
Step 4# Now press CTRL + C
Step 5# Now go to C: > Windows > System32 and find activity.txt file in this folder. Open this file and see the data.
https://www.rise.company/forum/images/imported/2020/04/63.png