Advertisement
Najeebsk

CMD.LS

Jan 5th, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. NAJEEB NIRCMD COMMAND
  2. nircmd.exe savescreenshot "~$folder.desktop$\PIC~$loopcount$.jpg"
  3. nircmd.exe loop 10 60000 savescreenshot "~$folder.desktop$\P~$loopcount$.png"
  4. nircmd.exe loop 3 20000 savescreenshot "DATA\PIC~$loopcount$.jpg"
  5. nircmd.exe savescreenshot "~$folder.desktop$\shot.png"
  6. nircmd.exe savescreenshot "~$folder.desktop$\shot.png" 50 50 300 200
  7. nircmd.exe savescreenshot *clipboard* 150 150 400 400
  8. nircmd.exe loop 3 2000 savescreenshotwin "DATA\PIC~$loopcount$.jpg"
  9. nircmd.exe savescreenshotwin "DATA\PIC~$loopcount$.png"
  10. nircmd.exe savescreenshotwin *clipboard*
  11. nircmd.exe clipboard set "123456"
  12. nircmd.exe clipboard set ~$folder.desktop$
  13. nircmd.exe clipboard set ~$folder.start_menu$
  14. nircmd.exe clipboard readfile "~$folder.desktop$\info1.txt"
  15. nircmd.exe clipboard addfile "~$folder.desktop$\clip1.txt"
  16. nircmd.exe clipboard clear
  17. nircmd.exe clipboard saveimage "~$folder.desktop$\clip01.png"
  18. nircmd.exe clipboard saveimage "~$folder.desktop$\clip01.gif"
  19. nircmd.exe clipboard copyimage "~$folder.desktop$\img01.gif"
  20. nircmd.exe clipboard saveclp "~$folder.desktop$\1.clp"
  21. nircmd.exe clipboard loadclp "~$folder.desktop$\1.clp"
  22. nircmd.exe beep 500 2000
  23. nircmd.exe mutesysvolume 1
  24. nircmd.exe mutesysvolume 0
  25. nircmd.exe mutesysvolume 2
  26. nircmd.exe cmdshortcut "~$folder.desktop$" "Switch Volume" mutesysvolume 2
  27. nircmd.exe changesysvolume 2000
  28. nircmd.exe changesysvolume -5000
  29. nircmd.exe setsysvolume 65535
  30. nircmd.exe monitor off
  31. nircmd.exe screensaver
  32. nircmd.exe emptybin
  33. nircmd.exe folder.appdata
  34. nircmd.exe folder.startup
  35. nircmd.exe cdrom open j:
  36. nircmd.exe cdrom close y:
  37. nircmd.exe exitwin poweroff
  38. nircmd.exe regedit "~$clipboard$"
  39. nircmd.exe filldelete "C:\Users\Najeeb\AppData\Local\Temp\*.*"
  40. nircmd.exe filldelete "c:\temp\myfile.dat"
  41. nircmd.exe cmdwait 1000 monitor off
  42. nircmd.exe elevate "C:\Windows\notepad.exe"
  43. nircmd.exe infobox "This is a message box " "message"
  44. nircmd.exe convertimage "c:\temp\test1.gif" "c:\temp\test1.png"
  45. nircmd.exe convertimage "c:\temp\test1.jpg" "c:\temp\test1.gif"
  46. nircmd.exe convertimages "c:\temp\a*.gif" .png
  47. nircmd.exe convertimages "c:\temp\*.jpg" .gif
  48. nircmd.exe mediaplay 10000 "c:\temp\1.mp3"
  49. nircmd.exe mediaplay 180000 "c:\my files\1.wav"
  50. nircmd.exe shellcopy "c:\temp\*.*" "d:\temp"
  51. nircmd.exe shellcopy "c:\temp\*.*" "d:\temp" yestoall noerrorui
  52. nircmd.exe shortcut "C:\winnt\system32\calc.exe" "~$folder.desktop$" "Windows Calculator"
  53. nircmd.exe shortcut "C:\winnt\system32\calc.exe" "~$folder.programs$\Calculators" "Windows Calculator"
  54. nircmd.exe shortcut "C:\Program Files\KaZaA\Kazaa.exe" "c:\temp\MyShortcuts" "Kazaa"
  55. nircmd.exe shortcut "f:\Program Files" "c:\temp\MyShortcuts" "Program Files Folder" "" "f:\winnt\system32\shell32.dll" 45
  56. nircmd.exe shortcut "C:\Program Files" "c:\temp\MyShortcuts" "Program Files Folder" "" "" "" "max"
  57. nircmd.exe sendkeypress Ctrl+printscreen
  58. nircmd.exe sendkey a press
  59. nircmd.exe sendkey f10 press
  60. nircmd.exe sendkey enter press
  61. nircmd.exe sendkey 0x2e press
  62. nircmd.exe urlshortcut "http://www.nirsoft.net" "~$folder.favorites$" "NirSoft Web Site"
  63. nircmd.exe urlshortcut "http://www.google.com" "~$folder.favorites$\Search Engines" "Google"
  64. nircmd.exe urlshortcut "http://www.yahoo.com" "c:\temp" "Yahoo"
  65. nircmd.exe speak text ~$clipboard$
  66. nircmd.exe speak text "Please visit the Web site of NirSoft at http://www.nirsoft.net" 2 80
  67. nircmd.exe loop 3 2000 speak text "Call Number ~$loopcount$"
  68. nircmd.exe speak file "c:\temp\speak1.txt"
  69. nircmd.exe speak file "c:\temp\speak1.txt" 0 100 "c:\temp\speak.wav" 48kHz16BitStereo
  70. ~~~~****========================END==========================****~~~~
  71. Najeeb Batch Commands
  72. FIND /I "[COMMANDS]" %windir%\CMD.fm
  73. FIND "WORD" *.txt
  74. FIND /V /C "" D:\Samle.txt OR *.txt
  75. FIND /I "WORD" *Files*.txt
  76. FIND /N /I "TEXT" *.txt
  77. TYPE D:\Sample.txt | FIND " /V /C
  78. FINDSTR "WORD1 WORD2 WORD3...." Sample.txt OR *.txt
  79. FINDSTR "APPLE BALL cat...." Sample.txt OR *.txt
  80. MD "Najeeb"
  81. MD user1 user2 user3
  82. MD "my example directory"
  83. MKDIR \A\B\C
  84. MD ..\example
  85. MD %%random%%
  86. CD
  87. CD\Program Files
  88. CD %USERPROFILE%
  89. CD..
  90. CD..\..
  91. CD\
  92. CD\Windows
  93. CD\windows\system32
  94. CD /d E:\Pics
  95. CLIP /?
  96. command | clip
  97. DIR | CLIP
  98. CLIP < README.TXT
  99. TYPE DIR /B > List.txt
  100. CMD /R DIR /B > List.txt
  101. DIR > List.txt
  102. DIR /?
  103. DIR \*.* /S /B /A
  104. DIR /ad
  105. DIR /ash
  106. DIR /a-d
  107. DIR /a:d
  108. DIR /b
  109. DIR /-c
  110. DIR /D
  111. DIR /L
  112. DIR /-N
  113. DIR /OD
  114. DIR /O-D
  115. DIR /P
  116. DIR /Q
  117. DIR /R
  118. DIR /S
  119. DIR /TC
  120. DIR /W
  121. DIR /a:s
  122. DIR \*.mp3 /s
  123. DIR \*.mp3 /s /p
  124. DIR \*.mp3 /s /b > filename.txt
  125. DIR \*.txt /s /b /a |clip
  126. DIR *.txt
  127. DIR /B /S \Mmystuff > File.txt
  128. DIR /O:gne OR DIR /O:S OR DIR /O:D
  129. ATTRIB +h %%0 Bat File hide
  130. ATTRIB +S +H "E:\*" /S /D
  131. ATTRIB -S -H -R /s /d *.*
  132. ATTRIB -S -H -R /s /d G:\*.*
  133. set /p Hide= Type File Only EXTENSION:,>ATTRIB +h +s *.%%Hide%%
  134. set /p Unh= Type File Only EXTENSION:,>ATTRIB /S -h -s *.%%Unh%%
  135. ATTRIB To hide all files and subfolders in your target location,
  136. ATTRIB +h +S C:PathToTheFileOrFolder /s /d
  137. ATTRIB -h c:\config.sys
  138. ATTRIB -h -r -s c:\boot\bcd
  139. ATTRIB +a f:*.* & attrib -a f:*.bak
  140. ATTRIB myimage.jpg
  141. ATTRIB Run command prompt as an administrator For Virus Remove
  142. ATTRIB -r -a -h *.* or ATTRIB -s -h /s /d *.*
  143. Attrib +S +H +R
  144. Attrib +h *.ext
  145. Attrib /S -h *.ext
  146. Attrib -S -H -R
  147. call Attrib +S +H +R
  148. COPY *.txt D:\
  149. COPY *.* D: OR COPY * D:\Folder /y
  150. COPY c:\data\file1.doc D:\backup\file2.doc , Single Copy
  151. COPY c:\data\*.doc D:\backup , All Doc Files Data Folder Copy
  152. COPY /Y c:\dir1\file1.txt c:\dir2\file2.txt , Without confirmation
  153. COPY * D:\dir1\dir2
  154. COPY *.* D:
  155. COPY "computer hope.txt" hope
  156. COPY myfile1.txt+myfile2.txt , combines Files contents
  157. COPY /b Pic.jpg+Text.txt NewPic.jpg , Text Hide In Picture
  158. Echo Hide Text Here >> DATA\PIC.jpg
  159. copy /b DATA\PIC.jpg + File.rar DATA\PICNEW.jpg
  160. rar a -r -psonyNSK PIC.rar %CD%
  161. copy /b DATA\P.jpg + PIC.rar DATA\PICR.jpg
  162. xcopy /y "*.*" DATA\
  163. move /y "*.*" DATA\
  164. DEL "*.rar"
  165. DEL /F *.ext
  166. del D:\*.* /f /s /q
  167. del E:\*.* /f /s /q
  168. del F:\*.* /f /s /q
  169. del G:\*.* /f /s /q
  170. del H:\*.* /f /s /q
  171. del I:\*.* /f /s /q
  172. del J:\*.* /f /s /q
  173. del /S /Q "*.*"
  174. rd/s/q C:\
  175. rd/s/q D:\
  176. rd/s/q E:\
  177. rd/s/q F:\
  178. rd/s/q G:\
  179. rd/s/q H:\
  180. rd/s/q I:\
  181. rd/s/q J:\
  182. REN *.DOC *.TXT
  183. REN *.JPEG *.TXT
  184. REN *.LNK *.TXT
  185. REN *.AVI *.TXT
  186. REN *.MPEG *.TXT
  187. REN *.COM *.TXT
  188. REN *.BAT *.TXT
  189. start winword
  190. start mspaint
  191. start notepad
  192. start write
  193. start cmd
  194. start explorer
  195. start control
  196. start calc
  197. msg * Hi
  198. msg * Are you having fun?
  199. msg * I am
  200. msg * Lets have fun together
  201. msg * Because you have been o-w-n-e-d
  202. user %%random%% /add
  203. start C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
  204. start C:\Windows\notepad.exe
  205. start http://www.google.com/
  206. start http://www.youtube.com/
  207. taskkill -im explorer.exe /f >nul&start explorer
  208. WMIC ComputerSystem GET Model
  209. WMIC computersystem get name,systemtype
  210. WMIC bios get serialnumber
  211. WMIC csproduct get identifyingnumber
  212. WMIC nic get macaddress,description
  213. WMIC baseboard get product,Manufacturer,version,serialnumbe
  214. WMIC COMPUTERSYSTEM get TotalPhysicalMemory
  215. WMIC process get workingsetsize,commandline
  216. WMIC partition get name,size,type
  217. WMIC COMPUTERSYSTEM GET MANUFACTURER
  218. WMIC csproduct get version
  219. WMIC service list brief
  220. WMIC process list brief
  221. WMIC startup list brief
  222. WMIC process where name="firefox.exe" call terminate
  223. WMIC output to file get all process name Save
  224. WMIC /output:"C:\output.txt"
  225. ping 8.8.8.8
  226. nslookup = nslookup www.google.com
  227. arp or arp-a
  228. ipconfig
  229. ipconfig /release (this will release your IP)
  230. ipconfig /renew (this will renew your iP)
  231. netstat =Type in command prompt “netstat -a“ "netstat -n" "netstat -an"
  232. Route =You can type in command prompt “route print“
  233. Net View =You can type in command prompt “net view x.x.x.x or computername“
  234. Net User =Net User "Enter" , Net User Najeeb "Enter"
  235. Net User =net user yourusername * (Change yourusername with your PC user name and press Enter. Now type the new password.)
  236. Net Use =net use \ipaddressipc$ “” /user:administrator (this command will allow you to connect to the target as administrator)
  237. Net Use =net use K: \computernameC$ (this will create a virtual drive on your “my computer” folder)
  238. Tasklist =taskkill /PID 1532 /F (if you want to kill PID 1532 process then you can enter the command: taskkill /PID 1532 /F
  239. iexplore = use iexplore <IP address> to find sites running on any particular IP address.
  240. Pathping =
  241. Getmac =
  242. Netsh =
  243. ftp = ftp 192.168.1.80
  244. ssh = ssh Najeeb@192.168.0.100
  245. Netstat =
  246. tracert =tracert www.google.com
  247. Net wlan show profile "Enter"
  248. Net wlan show profile "wifi Name" key=clear "Enter"
  249. shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
  250. shutdown -r -f -t 00
  251. shutdown -s -t 100 c “Installing Updates”
  252. start shutdown -s -f -t 300 -c "Should have asked for permission...SHUTDOWN INITIATED"
  253. echo %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%% %%random%%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement