Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lawlez/sickTools
a collection of useful, special, or just cool tools to use and try to get more done in less time.
https://github.com/Lawlez/sickTools
List: sickTools
awesome awesome-list developer-tools hacktoberfest security security-tools tools
Last synced: 3 months ago
JSON representation
a collection of useful, special, or just cool tools to use and try to get more done in less time.
- Host: GitHub
- URL: https://github.com/Lawlez/sickTools
- Owner: Lawlez
- License: mit
- Created: 2020-05-20T11:47:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T14:09:53.000Z (over 1 year ago)
- Last Synced: 2024-05-23T09:12:05.967Z (5 months ago)
- Topics: awesome, awesome-list, developer-tools, hacktoberfest, security, security-tools, tools
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - sickTools - A collection of useful, special, or just cool tools to use and try to get more done in less time. (Other Lists / PowerShell Lists)
README
# sickTools
a collection of useful, special, or just cool tools to use and try to get more done in less time.- `- [ ] ([tool name]()|tested|new|deprecated|active): `
## AppSec Tools
- [x] [lynis](https://github.com/CISOfy/lynis) | active |: Security auditing tool for Linux, macOS, and UNIX-based systems
- [ ] [killcord](https://github.com/nomasters/killcord) | new |: a censorship resistant deadman's switch
- [x] [OWASP ZAP](https://github.com/zaproxy/zaproxy) | active |: autodetect security vulnerabilities in your web applications while developing and testing your applications
- [ ] [ClamAV](https://github.com/Cisco-Talos/clamav-faq) | new |: open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.## Open Source Vuln Intelligence
- [x] [deps.dev](https://deps.dev/) | active |: Understand your dependencies - you need to know about security vulnerabilities, licenses, recent releases, and more.
- [ ] [osv.dev](https://osv.dev/) | new |: A distributed vulnerability database for Open Source
- [x] [OWASP dependencytrack](https://dependencytrack.org/) | active |: Reduce Supply Chain Risk - Continuous SBOM Analysis Platform
- [x] [OWASP DependencyCheck](https://github.com/jeremylong/DependencyCheck) | active |: dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
- [ ] [dep-scan](https://github.com/AppThreat/dep-scan) | active |: fully open-source security audit tool based on known vulnerabilities, advisories, and license limitations for project dependencies.## Online Tools
- [x] [CyberChef](https://cyberchef.cybertap.ch/) | active |: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
- [x] [regex 101](https://regex101.com/) | active |: Free multilingual regular expression debugger with real time explanation, error detection and highlighting. Supports PCRE, JavaScript, GoLang, and Java.## developer Tools
- [x] [(js-) IPFS](https://github.com/ipfs/js-ipfs) | active |: A peer-to-peer hypermedia protocol
designed to make the web faster, safer, and more open.
- [ ] [ML5.js](https://github.com/ml5js/ml5-library) | tested |: Friendly & easy to use machine learning for the web!
- [ ] [TensorFlow](https://github.com/tensorflow) | new |: Open Source Machine Learning Framework (With extensive docs and big community)
- [ ] [deno](https://github.com/denoland/deno) | testing |: Deno aims to provide a productive and secure scripting environment for the modern programmer. It is built on top of V8, Rust, and TypeScript.
- [x] [PNPM](https://github.com/pnpm/pnpm) | testing |: Faster, disk space efficient package manager, with good monorepo support.
- [ ] [verdaccio](https://verdaccio.org/) | new |: A lightweight open source private npm proxy registry
- [ ] [caprover](https://github.com/caprover/caprover) | new |: Easiest app/database deployment platform and webserver package for your NodeJS, Python, PHP, Ruby, Go applications. No Docker, nginx knowledge required!
- [ ] [megalinter](https://github.com/oxsecurity/megalinter) | new |: Mega-Linter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.## misc Tools
- [x] [Chrome Galvanizer](https://thehackerblog.com/galvanizer/) | tested |: Harden your Chrome browser via enterprise policy.
- [ ] [Cursed Chrome](https://github.com/mandatoryprogrammer/CursedChrome) | new |: Chrome-extension implant that turns victim Chrome browsers into fully-functional HTTP proxies, allowing you to browse sites as your victims.
- [x] [NMAP](https://github.com/nmap/nmap) | active |: The #1 network scanner & mapper
- [x] [nmap-vulners](https://github.com/vulnersCom/nmap-vulners) | active |: extension to NMAP that chekcs for more known vulns
- [ ] [lesspass](https://github.com/lesspass/lesspass) | new |: stateless open source password manager
- [ ] [GrantProxy](https://grantproxy.com/) | new |: Turn your web browser into a magic proxy server in one click.
- [ ] [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) | new |: A delightful community-driven framework for managing your zsh configuration. Includes 200+ plugins
- [ ] [CycloneDX](https://cyclonedx.org/) | new |: OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced supply chain capabilities for cyber risk reduction.# sickGuides
a collection of useful guides or tutorials to stay safe.## Security Guides
- [x] [OWASP Cheat Sheets](https://cheatsheetseries.owasp.org/) | active |: These cheat sheets were created by various application security professionals who have expertise in specific topics.
- [ ] [PortSwigger XSS CheatSheet](https://portswigger.net/web-security/cross-site-scripting/cheat-sheet) | active |: An extensive list of known XSS vulns, sortable and searchable## Dev Guides
- [ ] [HTMLHEAD.dev](https://htmlhead.dev/) : A free guide to HTML5 elements
- [ ] [CSS FlexBox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) | active |: the only CSS flexbox cheatsheet you'll need
- [x] [DevDocs.io](https://devdocs.io/) | active |: Huge, fast, searchable reporsitory for dev documentation, from java to docker, from rust to WordPress.
- [ ] [Set Up a Private NPM Registry Locally](https://blog.bitsrc.io/how-to-set-up-a-private-npm-registry-locally-1065e6790796) | tested |: using verdaccio to setup local NPM registry.
- [ ] [Grepper](https://www.codegrepper.com/index.php) | new |: Accrue code answers to common coding problems, find code answers without thinking - using Greppers “code problem” search engine.
### Sources- [`OWASP`](https://owasp.org/) — The Open Source Web Application Security Protocol
- [`Matthew Bryant`](https://github.com/mandatoryprogrammer/) — XSSHunter / chrome galvanizer
- [`lwlx`](https://skills.rendered.ch) — lwlx## License
[The MIT License](LICENSE).