Grey_D
|
29e21eaf4c
|
Merge pull request #27 from GreyDGL/local-search
feat: 🎸 update to v0.5
|
2023-04-26 23:27:40 +08:00 |
|
Grey_D
|
aca86402c7
|
feat: 🎸 update to v0.5
Major update with local reasoning function and other doc updates
|
2023-04-26 23:26:56 +08:00 |
|
Grey_D
|
97d0fd1ad8
|
fix: 🐛 fix login cookie settings
|
2023-04-26 11:17:07 +08:00 |
|
Grey_D
|
9d056e0260
|
update README
|
2023-04-25 10:30:36 +08:00 |
|
Grey_D
|
7d7af5835e
|
docs: ✏️ remove outdated docs
|
2023-04-24 18:34:18 +08:00 |
|
Grey_D
|
74089050d9
|
docs: ✏️ Update readme; minor requirements update
✅ Closes: #18
|
2023-04-24 14:36:59 +08:00 |
|
Grey_D
|
a2ab4164a1
|
Update README.md
|
2023-04-23 22:50:25 +08:00 |
|
Grey_D
|
86ec23c36b
|
docs: ✏️ add HTB examples
|
2023-04-23 22:10:08 +08:00 |
|
Grey_D
|
2eac194106
|
minor readme update
|
2023-04-23 18:38:26 +08:00 |
|
Grey_D
|
1e9114c688
|
fix: 🐛 Fix the logging error
Previously user inputs were not captured. Now they can be captrued.
✅ Closes: #17
|
2023-04-23 15:33:01 +08:00 |
|
Grey_D
|
1e317246db
|
docs: ✏️ add HTB pentest record
|
2023-04-23 15:22:02 +08:00 |
|
Grey_D
|
eafa0d5ba8
|
Merge pull request #16 from GreyDGL/log
fix login
|
2023-04-22 17:44:00 +08:00 |
|
Grey_D
|
7ee005c739
|
feat: 🎸 add logging feature for report generation
|
2023-04-22 17:43:14 +08:00 |
|
Grey_D
|
c8d9be29b6
|
fix login
|
2023-04-22 17:07:50 +08:00 |
|
Grey_D
|
6310cbb5cb
|
Merge pull request #15 from GreyDGL/log
feat: 🎸 Add logging function
|
2023-04-22 11:57:09 +08:00 |
|
Grey_D
|
4d72feaf6f
|
feat: 🎸 Add logging function
|
2023-04-21 23:13:43 +08:00 |
|
Grey_D
|
2fcf2e7db8
|
update readme
|
2023-04-19 22:24:38 +08:00 |
|
Grey_D
|
6fa135ac76
|
fix: 🐛 fix login issue
|
2023-04-18 21:42:57 +08:00 |
|
Grey_D
|
ed550148e1
|
Merge pull request #12 from GreyDGL/login
fix: 🐛 fix login issue
|
2023-04-17 15:05:06 +08:00 |
|
Grey_D
|
2609758ad9
|
fix: 🐛 fix login issue
|
2023-04-17 15:04:16 +08:00 |
|
Grey_D
|
05bb7ece79
|
Merge pull request #11 from GreyDGL/browse
Browse
|
2023-04-17 10:22:24 +08:00 |
|
Grey_D
|
408a5b48c7
|
fix: 🐛 temp solution for cookie
|
2023-04-17 10:20:35 +08:00 |
|
Grey_D
|
6e5e6816e5
|
update
|
2023-04-17 00:58:45 +08:00 |
|
Grey_D
|
4ab3141801
|
Update README.md
|
2023-04-17 00:52:59 +08:00 |
|
Grey_D
|
83c4493721
|
updat readme
|
2023-04-17 00:50:54 +08:00 |
|
Grey_D
|
780187683a
|
fix: 🐛 fix chatgpt access issue
|
2023-04-17 00:46:43 +08:00 |
|
Grey_D
|
358cc66942
|
Update README.md
|
2023-04-17 00:45:07 +08:00 |
|
Grey_D
|
3795331598
|
feat: 🎸 Add basic google handler
|
2023-04-14 23:24:25 +08:00 |
|
Grey_D
|
37f16b7c72
|
minor readme update
|
2023-04-14 14:46:25 +08:00 |
|
Grey_D
|
a151a55eeb
|
feat: 🎸 v0.3.0. Feature optimization
|
2023-04-14 14:43:20 +08:00 |
|
Grey_D
|
1bb5a08b0e
|
docs: ✏️ add test example
|
2023-04-12 23:53:02 +08:00 |
|
Grey_D
|
cf28b08a01
|
Create Hackable2_3.md
|
2023-04-12 14:30:15 +08:00 |
|
Grey_D
|
6b7d8cd785
|
update README.md
|
2023-04-12 14:25:30 +08:00 |
|
Grey_D
|
641df8dc85
|
feat: 🎸 Major TUI update
Add TUI multi-line input; optimize prompts; optimize scripts.
|
2023-04-12 14:22:03 +08:00 |
|
Grey_D
|
80386c6c42
|
feat: 🎸 add web parser
|
2023-04-11 10:43:29 +08:00 |
|
Grey_D
|
feac69db23
|
Merge pull request #8 from GreyDGL/add-license-1
Create LICENSE.md
|
2023-04-10 19:40:50 -07:00 |
|
Grey_D
|
1b51e38069
|
Create LICENSE.md
|
2023-04-11 10:40:38 +08:00 |
|
Grey_D
|
789a739edb
|
refactor: 💡 remove archive
|
2023-04-10 23:47:18 +08:00 |
|
Grey_D
|
8d3a863db0
|
feat: 🎸 separate prompts from script
Now prompts under `prompts`. Also some minor bugs are fixed.
✅ Closes: #5
|
2023-04-10 13:38:33 +08:00 |
|
Grey_D
|
45ce3cccd6
|
feat: 🎸 Input length parser
✅ Closes: #2
|
2023-04-09 22:30:53 +08:00 |
|
Grey_D
|
143e6ad5db
|
Update README.md
|
2023-04-09 20:50:38 +08:00 |
|
Grey_D
|
758d340044
|
refactor: 💡 remove redundant files
|
2023-04-09 14:32:04 +08:00 |
|
Grey_D
|
0875af9ae4
|
refactor: 💡 change project structure. Remove archieve
|
2023-04-09 14:28:28 +08:00 |
|
Grey_D
|
e1ccd53254
|
upload sample config
|
2023-04-09 14:25:26 +08:00 |
|
Grey_D
|
9704aa2b3a
|
docs: ✏️ minor doc update to v0.1.1
|
2023-04-09 01:29:29 +08:00 |
|
Grey_D
|
797370edac
|
feat: 🎸 v0.1 publish
|
2023-04-09 01:03:59 +08:00 |
|
Grey_D
|
e8bd7a6d5f
|
docs: ✏️ update documentation for pentestgpt design
|
2023-04-05 17:03:29 +08:00 |
|
Grey_D
|
13de83ecef
|
docs: ✏️ put unused docs into archive
|
2023-04-05 12:54:28 +08:00 |
|
Grey_D
|
7850f76bdb
|
feat: 🎸 pentestGPT
add initial design doc for PentestGPT
|
2023-04-05 11:29:08 +08:00 |
|
Grey_D
|
8ede7cb095
|
feat: 🎸 add jailbreak test
|
2023-03-31 23:39:35 +08:00 |
|