Wednesday, June 4, 2014

cmd command for hacker



ဖုိင္ေတြကုိ permission နဲ့ဆုိင္တဲ့ command
Code:
cd folder
attrib +R file.txt
attrib -R file.txt
attrib +H file.txt
attrib -H file.txt
cd..
attrib +H c:\folder

user နဲ့ဆုိင္တဲ့ command
Code:
change
change user | query
change user | query process
change user | query session
change user | query user

computer nation code ေတြကုိ change နဲ့ command
Code:
CHCP : Change the Code Page
437    United States
850    Multilingual (Latin I)
852    Slavic(Latin II)
855    Cyrillic(Russian)
857    Turkish
860    Portuguese
861    Icelandic
863    Canadian-French
865    Nordic
866    Russian
869    Modern Greek
chcp
chcp 437
host or ip trace လုိက္တဲ့ command
Code:
tracert www.google.com
eg me -> router gateway -> ISP -> CALIFORNIA ISP INDIA -> CALIFORNIA ISP -> google
process ေတြကုိ kill တဲ့ command
Code:
taskkill /IM notepad.exe
taskkill /PID 1824
NETSTAT
user acc ေတြကုိ edit လုပ္တဲ့ command
Code:
net user myaccount /add
net user myaccount /del
net user administrator *                   -> add password
system ထဲမွာ ရွိတဲ့ device or other things command မ်ား
Code:
windows management instrumentation command-line (WMIC)
WMIC
BIOS
CDROM
CSPRODUCT
LOGICALDISK
process
product
sounddev
timezone
useraccount
volume

>start www.google.com
set A=Hacker
echo %A%
title beyondcode
dir>dikfile.txt      -- show current app and files

No comments:

Post a Comment