Commit Graph

1335 Commits (a93acd3afce2903aa821d12df0fc446d2f75ab79)
 

Author SHA1 Message Date
Daniel Miessler 6cfe330976 Added get_wpm. 4 months ago
Daniel Miessler dff033e08a
Merge pull request #387 from tomraulet/main
Ensure env file created in setup when no API keys provided
4 months ago
Daniel Miessler d5035bd27b
Merge pull request #389 from sluosapher/main
New pattern to summarize key parts of academic papers
4 months ago
Song Luo dcd7fc4220
Merge branch 'danielmiessler:main' into main 4 months ago
Song Luo bf563260a6 added patterns/summarize_paper/README.md 4 months ago
Song Luo 1f57c01b5b updated system prompt; added README 4 months ago
Thomas Raulet 7354e8d961 Ensure env file created in setup when no API keys provided 4 months ago
Daniel Miessler ded8e300b7
Merge pull request #286 from FlyingPhish/new-prompts-v2
Two new pentest reporting patterns and Github Contributing Script
4 months ago
Daniel Miessler 4e7652188a
Merge pull request #325 from surak/patch-1
Update README.md for #324
4 months ago
Daniel Miessler 316be98428
Merge pull request #297 from harpsiford/main
A new pattern to create flashcards from texts
4 months ago
Daniel Miessler 3fd22448d3
Merge pull request #355 from tibbon/interview_answer
Add answer interview question pattern
4 months ago
Daniel Miessler fcd05ac70e
Merge pull request #357 from Sluengo/patch-1
Updating Readme Quickstart instructions to include required python ve…
4 months ago
Daniel Miessler f4fd2c516f
Merge pull request #382 from profetik-777/main
Fix for broken link pointing to /client
4 months ago
Daniel Miessler 42f58b47eb
Merge pull request #374 from fureigh/fix-praisonai-reference
Disentangle PraisonAI references in README
4 months ago
Daniel Miessler 2184d4d7e8
Merge pull request #375 from princechaddha/main
Pattern for Nuclei Template
4 months ago
Daniel Miessler fffbd81c80
Merge pull request #368 from RealHurrison/main
fix: The variable 'wisdomFilePath' is already a complete path constru…
4 months ago
Daniel Miessler d9d46bd662
Merge pull request #376 from obswork/obswork/yt_metadata
feat: add metadata flag to yt cli
4 months ago
Daniel Miessler 7c0ec8ede2
Merge pull request #377 from danielmiessler/dependabot/pip/pip-3967f35111
Bump the pip group across 1 directory with 4 updates
4 months ago
Daniel Miessler d549e5826a
Merge pull request #261 from danielmiessler/dependabot/npm_and_yarn/installer/client/gui/follow-redirects-1.15.6
Bump follow-redirects from 1.15.5 to 1.15.6 in /installer/client/gui
4 months ago
Daniel Miessler 55318811fe
Merge pull request #380 from marcandreuf/main
Quizme. A pair of patterns to generate questions and evaluate answers.
4 months ago
Marc Andreu 3bdaba968d Implementation of the analyze answers pattern. Updated the create quiz pattern 4 months ago
profetik-777 f39a3d80cb Previous link to client was old/broken.
Replaced it with new:

https://github.com/danielmiessler/fabric/tree/main/installer/client
5 months ago
Marc Andreu 29d0f02842
Merge pull request #1 from marcandreuf/feature/tutor_quiz
Feature create quiz
5 months ago
Marc Andreu 159272ac74 adding human readable md 5 months ago
Marc Andreu f92cbe9713 first draft 5 months ago
Daniel Miessler 8bc2e3daa3 Merge branch 'main' of github.com:danielmiessler/fabric 5 months ago
Daniel Miessler 9ef3b3a1cb Added extracted_business_ideas, by Joseph Thacker. 5 months ago
Daniel Miessler c5a73df517 Updated rate_ai_response. 5 months ago
Daniel Miessler 5a522cda87 Updated analyze_personality. 5 months ago
Daniel Miessler 37ea6da3b2 Updated analyze_personality. 5 months ago
Daniel Miessler 80bac308ea Updated analyze_personality. 5 months ago
Daniel Miessler 184a205c33 Added analyze_personality. 5 months ago
Daniel Miessler 51522ed6a1 Updated rate_ai_response. 5 months ago
Daniel Miessler 6a7b9c381a Added rate_ai_response. 5 months ago
dependabot[bot] 02306b97a8
Bump the pip group across 1 directory with 4 updates
Bumps the pip group with 4 updates in the / directory: [gunicorn](https://github.com/benoitc/gunicorn), [tqdm](https://github.com/tqdm/tqdm), [aiohttp](https://github.com/aio-libs/aiohttp) and [idna](https://github.com/kjd/idna).


Updates `gunicorn` from 21.2.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0)

Updates `tqdm` from 4.66.2 to 4.66.3
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3)

Updates `aiohttp` from 3.9.3 to 3.9.4
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.4)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: tqdm
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: indirect
  dependency-group: pip
- dependency-name: idna
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
5 months ago
Song Luo 36ccc67eae added pattern of summarize_paper 5 months ago
obswork 90ecbde180 feat: add metadata flag to yt cli
Output includes: id, title, channel, and published_at
5 months ago
Prince Chaddha 60d441a5e4 nuclei template 5 months ago
Prince Chaddha 053e27e732
Update fabric.py 5 months ago
Prince Chaddha 587c9c97bd
Update README.md 5 months ago
Fureigh a220d97048 Disentangle PraisonAI references in README 5 months ago
Daniel Miessler 053e973b7c Updated create_5_sentence_summary. 5 months ago
Daniel Miessler 08c5c6e2c5 Updated create_5_sentence_summary. 5 months ago
Daniel Miessler 85b6103688 Updated create_5_sentence_summary. 5 months ago
Daniel Miessler 2ad7246a27 Updated create_5_sentence_summary. 5 months ago
Daniel Miessler 4a02468b56 Added create_5_sentence_summary. 5 months ago
xssdoctor e02a220275 fixed update patterns in gui 5 months ago
Daniel Miessler efa8df2dcd Updated extract_extraordinary_claims 5 months ago
Daniel Miessler 1f66ccc710 Updated extract_extraordinary_claims 5 months ago
Daniel Miessler 54f8bfa3fe Updated extract_extraordinary_claims 5 months ago