Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Information Gathering

ASecurity

Network scanner: ports, services, OS detection, NSE scrip...

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
securitygobashawstestingsecuritydocumentation

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add harezadmm/hermes-brutal-mod --skill information-gathering --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Information Gathering?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Information Gathering
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/harezadmm-information-gathering-e91d7d16/badge)](https://www.skillsdirectory.com/skills/harezadmm-information-gathering-e91d7d16)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
amass-SKILL.md
---
name: nmap
description: Network scanner: ports, services, OS detection, NSE scrip...
category: red-team-arsenal/information-gathering
tags: [pentesting, information gathering, kali-linux, nmap]
author: auto-generated
created: 2026-09-04
---

# NMAP

**Category:** Information Gathering  
**Description:** Network scanner: ports, services, OS detection, NSE scripts

## Installation

```bash
# Kali Linux
sudo apt-get update && sudo apt-get install -y nmap

# Check installation
which nmap
nmap --version || nmap -h
```

## Basic Usage

```bash
# Get help
nmap --help
nmap -h

# Common usage patterns will be updated after first use
```

## Key Features

- Part of Kali Linux information gathering toolkit
- Industry-standard pentesting tool
- Active development and community support

## Common Workflows

*This section will be populated after tool usage and research*

## Pitfalls

- Always verify target authorization before scanning
- Some tools generate significant network traffic
- Check local laws regarding security testing
- Maintain operational security when running tools

## Resources

- Kali Tools: https://www.kali.org/tools/nmap/
- Official Documentation: Search for "nmap official documentation"
- Exploit-DB: https://www.exploit-db.com/

## Notes

- Auto-generated skill, will be enriched with usage patterns
- Last updated: 2026-09-04

Attribution

harezadmmharezadmm
View sourceMore from harezadmm →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Springboot Security

Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。

2456590 votes

Security Review

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2456590 votes

Summarize Status

Write a short, colloquial summary for a Paperclip summary slot: open with the 1–3 specific, concrete actions the reader needs to take right now to unblock the work, then a brief plain-language status, streaming progress as it works.

798220 votes

Paperclip Task Bridge

Create, comment on, update, and list Paperclip tasks from Hermes using scoped Paperclip API credentials.

798220 votes

V3 Security Overhaul

Complete security architecture overhaul for claude-flow v3. Addresses critical CVEs (CVE-1, CVE-2, CVE-3) and implements secure-by-default patterns. Use for security-first v3 implementation.

701370 votes
View all in security →