#shell #hacker #hacking_tool #hacking_tools #kali_linux #kali_linux_hacking #linux #phishing #social_engineering #social_engineering_attacks #socialengineering #termux #termux_hacking #termux_tools #tool #url_phishing
https://github.com/jaykali/maskphish
https://github.com/jaykali/maskphish
GitHub
GitHub - jaykali/maskphish: Introducing "URL Making Technology" to the world for the very FIRST TIME. Give a Mask to Phishing URL…
Introducing "URL Making Technology" to the world for the very FIRST TIME. Give a Mask to Phishing URL like a PRO.. A MUST have tool for Phishing. - jaykali/maskphish
#python #analysis #hacking #information_gathering #instagram #instagram_account #instagram_api #nickname #osint #osint_python #penetration_testing #python3 #tool
https://github.com/Datalux/Osintgram
https://github.com/Datalux/Osintgram
GitHub
GitHub - Datalux/Osintgram: Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram…
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname - Datalux/Osintgram
#rust #cli #files #filesystem #find #hacktoberfest #query #sql #sql_like #tool #utility
https://github.com/jhspetersson/fselect
https://github.com/jhspetersson/fselect
GitHub
GitHub - jhspetersson/fselect: Find files with SQL-like queries
Find files with SQL-like queries. Contribute to jhspetersson/fselect development by creating an account on GitHub.
#other #automation #awesome #awesome_list #aws #azure #ci_cd #cloud #containers #cybersecurity #devops #devsecops #docker #gcp #k8s #kubernetes #security #serverless #ssdlc #tool
https://github.com/sottlmarek/DevSecOps
https://github.com/sottlmarek/DevSecOps
GitHub
GitHub - sottlmarek/DevSecOps: Ultimate DevSecOps library
Ultimate DevSecOps library. Contribute to sottlmarek/DevSecOps development by creating an account on GitHub.
#csharp #create #creation #dotnet #export #generate #html #nuget #pdf #report #reporting #tool
https://github.com/QuestPDF/QuestPDF
https://github.com/QuestPDF/QuestPDF
GitHub
GitHub - QuestPDF/QuestPDF: Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and…
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease. - QuestPDF/QuestPDF
#go #containers #cyclonedx #docker #golang #hacktoberfest #oci #sbom #spdx #static_analysis #tool
https://github.com/anchore/syft
https://github.com/anchore/syft
GitHub
GitHub - anchore/syft: CLI tool and library for generating a Software Bill of Materials from container images and filesystems
CLI tool and library for generating a Software Bill of Materials from container images and filesystems - anchore/syft
#go #container_image #containers #cyclonedx #docker #golang #hacktoberfest #oci #security #static_analysis #tool #vulnerabilities #vulnerability
https://github.com/anchore/grype
https://github.com/anchore/grype
GitHub
GitHub - anchore/grype: A vulnerability scanner for container images and filesystems
A vulnerability scanner for container images and filesystems - anchore/grype
#typescript #graph #json #jsonvisio #nextjs #react #tool #visualization
https://github.com/AykutSarac/jsonvisio.com
https://github.com/AykutSarac/jsonvisio.com
GitHub
GitHub - AykutSarac/jsoncrack.com: ✨ Innovative and open-source visualization application that transforms various data formats…
✨ Innovative and open-source visualization application that transforms various data formats, such as JSON, YAML, XML, CSV and more, into interactive graphs. - AykutSarac/jsoncrack.com
#cplusplus #bsd #c_plus_plus #cb #clipboard #cmd #copy #cross_platform #cut #linux #macos #manager #paste #tool #utility
https://github.com/Slackadays/Clipboard
https://github.com/Slackadays/Clipboard
GitHub
GitHub - Slackadays/Clipboard: 😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager
😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager - Slackadays/Clipboard
#go #dns #go #pentesting #tool #web
Gobuster is a powerful tool that helps you find hidden parts of websites and other online resources. It can brute-force (try many possibilities) to find:
- Hidden directories and files on websites.
- Subdomains of a domain.
- Virtual host names on web servers.
- Open Amazon S3 and Google Cloud buckets.
- Files on TFTP servers.
Using Gobuster, you can quickly identify potential vulnerabilities and hidden resources, making it a valuable tool for security testing and web exploration. It supports various modes, such as directory scanning, DNS subdomain enumeration, and more, each with customizable options to fit your needs. This makes it easier to discover and analyze different aspects of a website or server efficiently.
https://github.com/OJ/gobuster
Gobuster is a powerful tool that helps you find hidden parts of websites and other online resources. It can brute-force (try many possibilities) to find:
- Hidden directories and files on websites.
- Subdomains of a domain.
- Virtual host names on web servers.
- Open Amazon S3 and Google Cloud buckets.
- Files on TFTP servers.
Using Gobuster, you can quickly identify potential vulnerabilities and hidden resources, making it a valuable tool for security testing and web exploration. It supports various modes, such as directory scanning, DNS subdomain enumeration, and more, each with customizable options to fit your needs. This makes it easier to discover and analyze different aspects of a website or server efficiently.
https://github.com/OJ/gobuster
GitHub
GitHub - OJ/gobuster: Directory/File, DNS and VHost busting tool written in Go
Directory/File, DNS and VHost busting tool written in Go - OJ/gobuster
#rust #cli #command_line #filesystem #hacktoberfest #regex #rust #search #terminal #tool
`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.
Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.
https://github.com/sharkdp/fd
`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.
Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.
https://github.com/sharkdp/fd
GitHub
GitHub - sharkdp/fd: A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find' - sharkdp/fd
#rust #benchmark #cli #command_line #rust #terminal #tool
Hyperfine is a powerful tool that helps you measure how long different commands or programs take to run. Here’s why it’s useful:
- You can compare the speed of different commands or programs easily.
- It runs multiple tests and gives you detailed statistics, including average, minimum, and maximum times.
- You can prepare the system before each test (e.g., clear disk caches) to get accurate results.
- It supports various output formats like CSV, JSON, and Markdown, making it easy to analyze and share results.
- It works on many operating systems, including Windows, macOS, and Linux.
Overall, hyperfine helps you understand which commands or programs are faster and why, making it a valuable tool for optimizing performance.
https://github.com/sharkdp/hyperfine
Hyperfine is a powerful tool that helps you measure how long different commands or programs take to run. Here’s why it’s useful:
- You can compare the speed of different commands or programs easily.
- It runs multiple tests and gives you detailed statistics, including average, minimum, and maximum times.
- You can prepare the system before each test (e.g., clear disk caches) to get accurate results.
- It supports various output formats like CSV, JSON, and Markdown, making it easy to analyze and share results.
- It works on many operating systems, including Windows, macOS, and Linux.
Overall, hyperfine helps you understand which commands or programs are faster and why, making it a valuable tool for optimizing performance.
https://github.com/sharkdp/hyperfine
GitHub
GitHub - sharkdp/hyperfine: A command-line benchmarking tool
A command-line benchmarking tool. Contribute to sharkdp/hyperfine development by creating an account on GitHub.