Commit Graph

654 Commits

Author SHA1 Message Date
Daniel Miessler
5e56731032 Updated README.md with video info. 2024-02-23 20:42:14 -08:00
Daniel Miessler
8aa88909a8 Updated README.md with video info. 2024-02-23 20:39:58 -08:00
Daniel Miessler
aff74ec628 Updated README.md with video info. 2024-02-23 20:37:12 -08:00
Daniel Miessler
f1cfaf0ed3 Updated README.md with video info. 2024-02-23 20:33:56 -08:00
Daniel Miessler
8f90b8db06 Updated README.md with video info. 2024-02-23 20:30:11 -08:00
Daniel Miessler
3c32e3266d Updated README.md with video info. 2024-02-23 20:29:18 -08:00
Daniel Miessler
f73299d999 Updated README.md with video info. 2024-02-23 20:27:19 -08:00
Daniel Miessler
90f96b0f37 Updated README.md with video info. 2024-02-23 20:25:00 -08:00
Daniel Miessler
4377838822 Updated README.md with video info. 2024-02-23 20:24:15 -08:00
Daniel Miessler
d1a8976a64 Updated intro video. 2024-02-23 20:22:01 -08:00
Daniel Miessler
d64434e8ca
Merge pull request #125 from danielmiessler/dependabot/pip/cryptography-42.0.4
Bump the pip group across 1 directories with 1 update
2024-02-23 20:08:49 -08:00
Daniel Miessler
25de07504c
Merge pull request #129 from arduino-man/main
Alphabetically sort patterns list
2024-02-23 13:33:04 -08:00
Daniel Miessler
524393ba7d Updated readme for server instructions. 2024-02-23 13:26:14 -08:00
Daniel Miessler
d129188da8 Updated create_video_chapters. 2024-02-22 16:22:54 -08:00
Daniel Miessler
99e4723a6d Updated create_video_chapters. 2024-02-22 16:19:57 -08:00
Daniel Miessler
2a5646d92f Updated create_video_chapters. 2024-02-22 16:17:19 -08:00
Daniel Miessler
7aba85856c Updated create_video_chapters. 2024-02-22 16:11:01 -08:00
Daniel Miessler
fe5e4ba048 Added create_video_chapters. 2024-02-22 16:06:00 -08:00
Daniel Miessler
729f12917b Updated label_and_rate. 2024-02-21 22:35:32 -08:00
Daniel Miessler
46a58866f4 Updated label_and_rate. 2024-02-21 22:03:11 -08:00
Daniel Miessler
c12bbed32c Updated label_and_rate. 2024-02-21 21:53:50 -08:00
arduino-man
e5901b9f44
Alphabetically sort patterns list
Ensures that when the users lists the available patterns, they are presented in alphabetical order. Helps find the desired pattern faster.
2024-02-21 20:01:22 -07:00
dependabot[bot]
e5e19d7937
Bump the pip group across 1 directories with 1 update
Bumps the pip group with 1 update in the /. directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 42.0.2 to 42.0.4
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 20:44:42 +00:00
Daniel Miessler
92f8e08aac Cleanup. 2024-02-21 09:38:07 -08:00
Daniel Miessler
62f3608144 Updated output instructions. 2024-02-21 09:14:17 -08:00
Daniel Miessler
20c1ad90bb Created a STATISTICS version of analyze_threat_report. 2024-02-21 09:11:20 -08:00
Daniel Miessler
e866eeafa6 Created a STATISTICS version of analyze_threat_report. 2024-02-21 09:09:12 -08:00
Daniel Miessler
5e48c0ef2c Created a TRENDS version of analyze_threat_report. 2024-02-21 09:06:02 -08:00
Daniel Miessler
61421c28cb Improved summary to analyze_threat_report. 2024-02-21 09:03:44 -08:00
Daniel Miessler
7ebf5bc905 Added summary to analyze_threat_report. 2024-02-21 09:01:49 -08:00
Daniel Miessler
9cd15d725c Added a threat report analysis pattern. 2024-02-21 08:59:45 -08:00
Jonathan Dunn
138c779f5e changed readme 2024-02-21 08:39:31 -05:00
jad2121
31ab369e2f changed another message 2024-02-21 06:25:21 -05:00
jad2121
983084e4f0 added a statement 2024-02-21 06:24:01 -05:00
jad2121
ed847fd332 Added aliases for individual patterns. Also fixed pattern download process 2024-02-21 06:19:54 -05:00
Daniel Miessler
373d362d35
Merge pull request #118 from mikeprivette/main
Enhanced Setup Script Compatibility and Reliability Improvements
2024-02-20 09:22:28 -08:00
Mike Privette
6dff639969 Updates
- README.md - added instructions to make sure the setup.sh script was executable as this was not explicitly stated

- setup.sh - updated sed to use `sed -i` to be compatible with Linux, MacOSX and other OS versions and added a check in the local directory taht setup.sh executes in for a pyproject.toml file because the script was looking for the .toml file in the user's home directory and throwing an error
2024-02-20 10:41:34 +00:00
Daniel Miessler
6414c26636 Updated write_essay to be more conversational and less grandiose and pompous. 2024-02-19 17:34:22 -08:00
Daniel Miessler
bc4456b310
Merge pull request #114 from fureigh/remove-ds-store
Removes stray .DS_Store file
2024-02-18 18:47:34 -08:00
Daniel Miessler
873bca5230
Merge pull request #115 from fureigh/gerunds-ahoy
Makes a minor README edit for the sake of consistency
2024-02-18 18:47:05 -08:00
Fureigh
5d984f3687 Minor README edit for verb form consistency
Change `Create` to `Creating`.
2024-02-18 17:40:08 -08:00
Fureigh
9863573ff6 Remove stray .DS_Store file 2024-02-18 17:05:08 -08:00
jad2121
335fea353b now context.md is in .config 2024-02-18 16:48:47 -05:00
jad2121
a0d264bead updated readme 2024-02-18 16:36:17 -05:00
jad2121
d15e022abf fixed context 2024-02-18 16:34:47 -05:00
jad2121
8f4ab672c6 added context to cli. edit context.md and add -C to add context to your queries 2024-02-18 13:25:07 -05:00
Daniel Miessler
b127fbec15 Updated analyze_paper with more detail and legibility. 2024-02-17 19:38:12 -08:00
Daniel Miessler
0deab1ebb3 Updated analyze_paper with more detail and legibility. 2024-02-17 19:35:09 -08:00
Daniel Miessler
8aacaee643 Added a specific version of extract_wisdom just for articles. 2024-02-17 19:03:45 -08:00
Daniel Miessler
86ba1ade46
Merge pull request #111 from agu3rra/github.templates
process enhancement: adds templates to the repo
2024-02-17 16:45:28 -08:00