BookAuthority Best Cyber Security Books of All Time

BTFM

Edits Version Release 1 - Jan 13, 2017:

Pg 18 - Typo - Credit Gerry Pixley

Current: C:\> dsquery * -filter "((whenCreated>=20101022083730.0Z)&(objectClass=user))"
Correction: C:\> dsquery * -filter "(&(whenCreated>=20101022083730.0Z)(objectClass=user))"


Pg 34 - Typo - Credit Jake Lbhrt 

Current: Disable Administrative Shares - Severs

Correction: Disable Administrative Shares - Servers


Pg 34 - Missing Quotes - @null_station

Current: C:\> reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings /v DisablePasswordCaching /t REG_DWORD /d 1 /f

Correction: C:\> reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v DisablePasswordCaching /t REG_DWORD /d 1 /f


Pg 46 - Typo - Credit Jay Rodriguez 

Current: Filer out ipv4 traffic:

Correction: Filter out ipv4 traffic:


Pg 52 - @AamirSalaam1

Current: http://securityweekly.com/wp- content/uploads/2013/06/howtogetabetterpentest.pdf

Correction: https://code.google.com/archive/p/honeyports/


Pg 86 - Typo - Credit Daniel Miessler

Current: Using stings in Linux: 

Correction: Using strings in Linux:


Pg 122 - Typo - Credit ᴹ ᴬ ᵀ ᵀ (@novpn)

Current: What Active Directory GPO polices are set (Logs, Restrictions, etc.)?

Correction: What Active Directory GPO policies are set (Logs, Restrictions, etc.)?


Pg 126 - Typo - Credit Russell Nomer

Current: Aoply software patch to prevent other malware infection
Correction: Apply software patch to prevent other malware infection