Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Penetration Testing with Kali NetHunter

You're reading from  Hands-On Penetration Testing with Kali NetHunter

Product type Book
Published in Feb 2019
Publisher
ISBN-13 9781788995177
Pages 302 pages
Edition 1st Edition
Languages
Authors (2):
Glen D. Singh Glen D. Singh
Profile icon Glen D. Singh
Sean-Philip Oriyano Sean-Philip Oriyano
Profile icon Sean-Philip Oriyano
View More author details
Toc

Table of Contents (19) Chapters close

Title Page
Copyright and Credits
About Packt
Contributors
Preface
1. Introduction to Kali NetHunter 2. Understanding the Phases of the Pentesting Process 3. Intelligence-Gathering Tools 4. Scanning and Enumeration Tools 5. Penetrating the Target 6. Clearing Tracks and Removing Evidence from a Target 7. Packet Sniffing and Traffic Analysis 8. Targeting Wireless Devices and Networks 9. Avoiding Detection 10. Hardening Techniques and Countermeasures 11. Building a Lab 12. Selecting a Kali Device and Hardware 1. Other Books You May Enjoy Index

Working with SMB


Server Message Block (SMB) is mainly sent to provide network and file sharing between computers, servers, and other network devices, such as printers. However, SMB is the predecessor of the Common Internet Filesystem (CIFS).

Exercise – using enum4linux

enum4linux is a tool that is included with NetHunter that is very useful for extracting information from an SMB enabled system. Systems that use SMB are going to be primarily Windows, but they can also be Samba-enabled systems, such as Linux and UNIX.

The tool offers several important features:

  • RID cycling
  • User listing
  • List group memberships
  • List network shares
  • Detecting whether a host is in a workgroup or a domain
  • Identifying the remote computer's OS

If you have performed a port scan against a target and have found any of the following ports open, you may want to try using this tool:

  • TCP Port 445
  • UDP ports 137, 138 & TCP ports 137, 139 (NetBIOS over TCP/IP)

To execute the tool to retrieve a list of users, issue the following command...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}