Skip to content

Commit

Permalink
chore: categories match dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
GangGreenTemperTatum committed Nov 7, 2024
1 parent a45cde4 commit cab289e
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 43 deletions.
4 changes: 1 addition & 3 deletions cybersecurity/cicd/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
description: TruffleHog is the most powerful secrets Discovery, Classification, Validation, and Analysis tool. In this context secret refers to a credential a machine uses to authenticate itself to another machine. This includes API keys, database passwords, private encryption keys, and more.

categories:
- cybersecurity
- cicd
- secrets
- information-gathering
- reconnaissance

functions:
trufflehog_scan:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/defensive/incident-response/splunk.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Splunk is a platform for searching, monitoring, and analyzing machine-generated big data via a web-style interface.

categories:
- cybersecurity
- defensive
- incident-response
- logging
- monitoring

functions:
splunk_search:
Expand Down
7 changes: 3 additions & 4 deletions cybersecurity/defensive/malware/virustotal.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
description: Analyse suspicious files, domains, IPs and URLs to detect malware and other breaches, automatically share them with the security community. You will require a VT API key to use this robopage.

categories:
- incident-response
- binary-analysis
- malware-analysis
- forensics
- cybersecurity
- defensive
- malware

functions:
virustotal_hash_lookup:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/amass.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- dns-enumeration

functions:
amass_enum:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/arjun.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Web applications use parameters (or queries) to accept user input. Arjun finds valid HTTP parameters with a huge default dictionary of 10,985 parameter names.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- osint

functions:
arjun_target_scan:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
description: This page uses Legba for DNS enumeration.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- dns-enumeration


functions:
enum_host_subdomains:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/feroxbuster.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: feroxbuster is a tool designed to perform Forced Browsing. Forced browsing is an attack where the aim is to enumerate and access resources that are not referenced by the web application, but are still accessible by an attacker.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- http

functions:
feroxbuster_bruteforce_file_extensions:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/graphinder.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Graphinder is a tool that extracts all GraphQL endpoints from a given domain.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- graphql

functions:
graphinder_url_scan:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/httpx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library. It is designed to maintain result reliability with an increased number of threads.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- http

functions:
httpx_tech_detect:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/katana.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Katana is a fast crawler focused on execution in automation pipelines offering both headless and non-headless crawling.

categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- crawler

functions:
katana_headless_crawler:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/information-gathering/nmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: >
In addition to the interesting ports table, Nmap can provide further information on targets, including reverse DNS names, operating system guesses, device types, and MAC addresses.
categories:
- cybersecurity
- offensive
- information-gathering
- reconnaissance
- networking

functions:
nmap_tcp_ports_syn_scan:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/web-exploitation/nikto.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Scan web server for known vulnerabilities.

categories:
- cybersecurity
- offensive
- web-exploitation
- reconnaissance
- http

functions:
nikto_scan:
Expand Down
4 changes: 2 additions & 2 deletions cybersecurity/offensive/web-exploitation/nuclei.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
description: Nuclei is a modern, high-performance vulnerability scanner that leverages simple YAML-based templates. It empowers you to design custom vulnerability detection scenarios that mimic real-world conditions, leading to zero false positives.

categories:
- cybersecurity
- offensive
- web-exploitation
- reconnaissance
- http

functions:
nuclei_basic_scan:
Expand Down
5 changes: 2 additions & 3 deletions cybersecurity/offensive/web-exploitation/sqlmap.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
description: Automatic SQL injection tool.

categories:
- cybersecurity
- offensive
- web-exploitation
- reconnaissance
- sql
- injection

functions:
sqlmap_scan:
Expand Down
5 changes: 2 additions & 3 deletions cybersecurity/offensive/web-exploitation/wpscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ description: WPScan scans for vulnerabilities in websites running WordPress.
# https://wpscan.com/blog/wpscan-cli-cheat-sheet-poster/

categories:
- cybersecurity
- offensive
- web-exploitation
- reconnaissance
- http
- wordpress

functions:
wpscan_scan:
Expand Down
5 changes: 2 additions & 3 deletions cybersecurity/reverse-engineering/strings.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
description: The best reverse engineering tool that's ever been created.

categories:
- cybersecurity
- offensive
- reverse-engineering
- binary-analysis
- malware-analysis
- forensics

functions:
print_strings_in_file:
Expand Down
5 changes: 2 additions & 3 deletions cybersecurity/reverse-engineering/symbols.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
description: Function to print exported and imported symbols from a binary.

categories:
- cybersecurity
- offensive
- reverse-engineering
- binary-analysis
- malware-analysis
- forensics

functions:
print_exported_symbols_in_file:
Expand Down
2 changes: 0 additions & 2 deletions utilities/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ description: A set of web related utilities.

categories:
- utilities
- web
- http

functions:
http_get:
Expand Down

0 comments on commit cab289e

Please sign in to comment.