Cara melihat senarai Security Patch yang diinstall di Windows

Cara untuk melihat security patch WannaCry yang telah diinstall di Windows
  1.  run cmd as administrator
  2.  taip wmic
  3.  taip qfe get
  4.  Cari KB number mengikut OS berikut:
Windows XP /Vista/ 2003 - KB4012598

Windows Windows 7 - KB4012212 | KB4012215 | KB4015549 | KB4019264

Windows Windows 8.1 - KB4012216 | KB4015550 | KB4019215

Windows 10 - KB4013198 | KB4015219 | KB4012606 | KB4019474 | KB4019473 | KB4013429 | KB4019472

Command to unhide folders

for /f "tokens=* delims=" %i in ('dir /b/ad *') do attrib -h -s -r -a "%i" /s /d

Change Maximum Connection of IIS

To View Current Maximum Connection

C:\Inetpub\scripts>adsutil.vbs get W3SVC/MaxConnections



To Change Maximum Connection IIS (i.e 1000 user)

cd \inetpub\adminscripts
cscript adsutil.vbs set w3svc/MaxConnections 1000
iisreset

* also work like charm on Windows XP

fix airoscript bug in backtrack 4

With the final release of Backtrack 4 there seems to be an error with Airoscript (just a very slight one) that requires you to navigate to the tmp directory after scan and change the extension of dump-01.cvs to dump-01.txt for airoscript to recognize the dump file to select which network you would like to attack.

Backtrack 4 on VMWare -Networking problem

Here is the solution to enable networking for backtrack 4 on vmware:

1 – VMware network setting > NAT
2 – Launch BT4
3 – Open a shell
4 – /etc/init.d/networking start

Reset password Linux (SUSE)

Power on Machine
When boot menu comes press F2
In the Boot Option Type init=/bin/sh
A console will come
Type mount -a
Type mount -o remount,rw /
Type passwd
Change password
reboot

VMware Player: Solved Missing VMware Network Adapter

The vmnetcfg.exe is included in the installer, but won't be installed.

1. Run the installer with /e option. For example:
VMware-player-3.0.0-197124.exe /e .\extract
All contents will be extracted to "extract" folder.

2. Open "network.cab" and copy vmnetcfg.exe to your installation folder,
typically "C:\Program Files\VMware\VMware Player\".