Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Updates for The Hacker Playbook (Book 1) from securepla.net/updates (formerly blog.securepla.net)

Notifications You must be signed in to change notification settings

michael-hart-github/THP-1-Updates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

The Hacker Playbook 1: Updates

  1. Installing Social Engineering Toolkit (Page 12)
  2. Saving Custom Password Lists (Page 10)
  3. Start Metasploit (Page 7)
  4. Changes with PeepingTom
  5. Huge list of optional tools
  6. bypassuac update
  7. Nishang has moved (page 16)
  8. SMBExec Update (Page 8)
  9. PowerShell Invoke-Shellcode (Meterpreter)
  10. Obscure System's post-exploitation (Page 121)
  11. Index for The Hacker Playbook
  12. Free Radius update (Page 205)
  13. Mimikatz Binary Update
  14. Get in touch
  15. Document info

Non-author published updates

  1. Metasploit service change (Page 7)

1. Installing Social Engineering Toolkit (Page 12)

It looks like there was a change to SET on page 12. Here is the updated GIT Command:

git clone https://github.com/trustedsec/social-engineer-toolkit.git set/

2. Saving Custom Password Lists (Page 10)

It looks like the old link is now dead https://mega.co.nz/#!3VZiEJ4L!TitrTiiwygI2I_7V2bRWBH6rOqlcJ14tSjss2qR5dqo

Try these other links:

Thanks Andreas!

Editors note: I recommend using 10 million passwords instead of trying to find a link through Mega. I assume the content within is probalby similar to the original mega file.

cd ~/Desktop/password_list

wget https://github.com/danielmiessler/SecLists/raw/master/Passwords/Common-Credentials/10-million-password-list-top-1000000.txt

Want something bigger than an 8.2 MB text file? No problem!

If you have the space, you can choose to download and unzip the aboslutely MASSIVE RockYou2021.

To give you an idea of just how massive this list is, I tried to expand my VM instance by an additional 70GB in addition to the free space I already had, and I still ran out of space to unzip the first of TWO files. This package is a combination of several other projects and previous works.

Download the torrent: https://anonfiles.com/daLbwb0eu5/rockyou2021TXT_Wordlist_torrent

cd ~/Downloads/directory/path/here

7z e RockYou2021.txt.7z.001

7z e RockYou2021.txt.7z.002

3. Start Metasploit (Page 7)

service Metasploit start

Should be replaced with

service metasploit start

Thanks John!

4. Changes have been made to PeepingTom and I've had problems with the new version.

I have included the old version here: On your Kali Linux Box, run the following commands from a terminal:

cd /opt/

wget http://thehackerplaybook.com/Download/peepingtom.zip

unzip peepingtom.zip

cd peepingtom

chmod +x *

5. Huge List of Optional Tools

On your Kali Linux Box, run the following commands from a terminal

mkdir /opt/gitlist/

cd /opt/gitlist

git clone https://github.com/macubergeek/gitlist.git

cd gitlist

chmod +x gitlist.sh

./gitlist.sh

6. bypassuac Update

The book points to:

wget http://www.secmaniac.com/files/bypassuac.zip

to download the bypassuac files, but the updated link should be:

http://thehackerplaybook.com/Download/bypassuac.zip

Thanks Patrick!

7. Nishang has moved (Page 16)

Nishang has moved over to github. Instead of:

https://code.google.com/p/nishang/downloads/list

Try:

https://github.com/samratashok/nishang

Thanks Don!

8. SMBExec Update (Page 8)

SMBExec updated and has a new Git Repo. So instead of:

git clone https://github.com/brav0hax/smbexec.git

Try:

git clone https://github.com/pentestgeek/smbexec.git

9. PowerShell Invoke-Shellcode (Meterpreter)

If you've been hard coding your Invoke-Shellcode.ps1 files to download and execute from github (Originally found here: https://raw.githubusercontent.com/mattifestation/PowerSploit/master/CodeExecution/Invoke-Shellcode.ps1), make sure you grab the newest one, as the original is not working (on purpose). As stated by mattifestation, you should NOT blindly run a remote powershell script from github. If you need to, fork it!

https://raw.githubusercontent.com/mattifestation/PowerSploit/master/CodeExecution/Invoke--Shellcode.ps1

10. Obscure System's post-exploitation (Page 121)

Link fix

http://bit.ly/18dvL0I

Thanks Joe!

11. Index for The Hacker Playbook

Thanks to Joe, he put together an index for The Hacker Playbook!!!

http://www.cise.ufl.edu/~jnw/thehackerplaybookindex

12. Free Radius update (Page 205)

It looks like Free Radius changed their website.

Change:

wget ftp://ftp.freeradius.org/pub/freeradius/freeradius-server-2.1.12. tar.bz2

To:

wget ftp://ftp.freeradius.org/pub/freeradius/old/freeradius-server-2.1.12.tar.bz2

Thanks Jason!

13. Mimikatz Binary Update

https://github.com/gentilkiwi/mimikatz/releases/latest

14. Get In Touch

If you would like to get in touch with the author or have general inquiries about the book

[email protected]

15. Document info

Note: This document was forked and transcribed on 30 JUN 2022. The orginial information was written on/around 2 MAY 2018.

1. Metasploit service change (Page 7)

Metasploit is not implemented as a service any longer.

If you have already run service postgresql start, then all you need to do is run msfconsole. You can also search through the taskbar for metasploit framework.

About

Updates for The Hacker Playbook (Book 1) from securepla.net/updates (formerly blog.securepla.net)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published