Commit Graph

1218 Commits (e72bf4d7cfd5357e708f804209cee2bb3f6bb41a)
 

Author SHA1 Message Date
Daniel Miessler f649a05442
Merge pull request #515 from bdmorin/main
removes .python-version
4 months ago
Daniel Miessler f036581d0f
Merge pull request #516 from MichaelCurrin/docs-fix-links
Fix anchor links in README
4 months ago
Daniel Miessler 63fbea1023
Merge pull request #521 from PrivacyOsint2/main
Created Tweet Monster Pattern
4 months ago
Daniel Miessler 8127a2b236
Merge pull request #525 from MichaelCurrin/fix-nuclei-template-rule
fix typos and formatting in nuclei template rule
4 months ago
Michael Currin bcf6bb92f0 fix typos and formatting in nuclei template rule 4 months ago
PrivacyOsint2 da342447e9
Update system.md 4 months ago
PrivacyOsint2 ad523fb15c
Create system.md 4 months ago
Michael Currin 089b005377
fix naming links 4 months ago
Michael Currin a08e644a50 fix anchor links in README 4 months ago
Brian Morin d5bda3045b removes .python-version 4 months ago
Daniel Miessler 759be82f70 Updated my personal ew. 4 months ago
Daniel Miessler 47da41c3d7 Updated official template with INPUT section. 4 months ago
Daniel Miessler 3657682935 Changed name of extract_wisdom_large. 4 months ago
Daniel Miessler 4b0b33e3af Updated new ew. 4 months ago
Daniel Miessler d2f42e0563 Updated official template. 4 months ago
Daniel Miessler 8a40924a88 Added official_pattern_template. 4 months ago
Patrick Ruddiman 82b99e9b13 Add system.md file for analyzing logs and identifying patterns and anomalies 4 months ago
Daniel Miessler dfa6c96115
Merge pull request #486 from HillviewCap/main
Added idea compass pattern
4 months ago
Daniel Miessler 52a39efa8d
Merge pull request #494 from BrianArbuckle/issue493
Refactored save.py
4 months ago
Brian Arbuckle 47ee8c5446 Refactored save.py 4 months ago
HillviewCap 2244750d13 Added idea compass pattern 4 months ago
Daniel Miessler 43434ba31d
Merge pull request #477 from AIThebestlol/main
Create coding_master pattern
4 months ago
Daniel Miessler 9b0a22e0f8
Merge pull request #480 from digitalw00t/main
added create_git_diff_commit pattern
4 months ago
Daniel Miessler 08776859c6
Merge pull request #481 from xvnpw/feature/create_stride_threat_model
feat: add create_stride_threat_model pattern
4 months ago
Daniel Miessler 6787ebb984
Update README.md 4 months ago
Daniel Miessler b5a554591b
Update README.md 4 months ago
Daniel Miessler dbe6f14988
Update README.md 4 months ago
Daniel Miessler 326496de4f
Update README.md 4 months ago
Daniel Miessler 55033290f3
Update README.md 4 months ago
draeician 5f75128234 added README.md for the create_git_diff_commit pattern with usag for it 4 months ago
xvnpw 545c6599e8 feat: add create_stride_threat_model pattern 4 months ago
draeician e63e4ea44b added create_git_diff_commit pattern 4 months ago
helloIlovegimkit 01bb935910
Update README.md 4 months ago
helloIlovegimkit c3b146a0f9
Update system.md 4 months ago
helloIlovegimkit 47ee5c47b2
Create system.md 4 months ago
Daniel Miessler 34ddf69750
Merge pull request #415 from silverstreak/main
Add new pattern analyze_patent + bugfix in helper.py
4 months ago
Daniel Miessler 9aae1e71e9
Merge pull request #417 from aidenberzins/patch-1
Update system.md
4 months ago
Daniel Miessler dd9699f86d
Merge pull request #436 from joesvetz/patch-1
Create_Better_Frames - "Our" to "Are"
4 months ago
Daniel Miessler 726824dcae Updated new extract_wisdom. 4 months ago
Daniel Miessler 9a56a26ca4 Updated new extract_wisdom. 4 months ago
Daniel Miessler 62d3ba9fe2 Merge branch 'main' of github.com:danielmiessler/fabric 4 months ago
Daniel Miessler b002c632f2 Added new extract_wisdom pattern with a hand-written example for one-shot training. 4 months ago
joesvetz e5ec6d59e8
Create_Better_Frames - "Our" to "Are"
Line 67 said: "When our frames our different,..."
Changed it to say: "When our frames are different,..."
4 months ago
silverstreak b0c6913f6d
Added SOLUTION section to analyze_patent
Added a SOLUTION section; removed empty lines; added instruction to be verbose and detailed
4 months ago
silverstreak 497a048b59
Bugfix in helper.py
Bugfix for the error: 

Traceback (most recent call last):
  File "/home/xxx/.local/bin/fabric", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/fabric.py", line 148, in main
    session.list_sessions()
  File "/home/xxx/.local/share/pipx/venvs/fabric/lib/python3.12/site-packages/installer/client/cli/helper.py", line 67, in list_sessions
    most_recent = self.find_most_recent_file().split("/")[-1]
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'split'
4 months ago
Aiden Berzins 0674be7b64
Update system.md 4 months ago
silverstreak 4f6a02c8b8
Create system.md
Add pattern analyze_patent
4 months ago
Daniel Miessler 74a7960af8
Update README.md
Updated readme install instructions.
4 months ago
Daniel Miessler ecf8b8ebe9
Update README.md
Updated Readme.
4 months ago
Daniel Miessler c66887c2a6
Merge pull request #400 from piercecohen1/feature/save-enhancement
Add configurable date format for save helper app
4 months ago