Posts: 11,479
Threads: 226
Joined: Jun 2023
When it comes to parsing your content, data and experience, AI, specifically LLM's are 2nd to none for being an assistant
"Universal appeal is poison masquerading as medicine. Horror is not meant to be universal. It's meant to be personal, private, animal"
Posts: 17
Threads: 3
Joined: Feb 2025
(Mar 13, 2025, 11:47 AM)DredgenSun Wrote: When it comes to parsing your content, data and experience, AI, specifically LLM's are 2nd to none for being an assistant
thats what I am trying to do, really write good rules for, is the parsing piece I noticed DeepSeek has less guard rails in place and you can manipulate the results a little better.
Posts: 11,479
Threads: 226
Joined: Jun 2023
(Mar 13, 2025, 01:02 PM)Xrptcb Wrote: (Mar 13, 2025, 11:47 AM)DredgenSun Wrote: When it comes to parsing your content, data and experience, AI, specifically LLM's are 2nd to none for being an assistant
thats what I am trying to do, really write good rules for, is the parsing piece I noticed DeepSeek has less guard rails in place and you can manipulate the results a little better.
If you get LLM studio, you can run DeepSeek offline with no moral constraints, try that!
"Universal appeal is poison masquerading as medicine. Horror is not meant to be universal. It's meant to be personal, private, animal"
Posts: 17
Threads: 3
Joined: Feb 2025
(Mar 13, 2025, 02:58 PM)DredgenSun Wrote: (Mar 13, 2025, 01:02 PM)Xrptcb Wrote: (Mar 13, 2025, 11:47 AM)DredgenSun Wrote: When it comes to parsing your content, data and experience, AI, specifically LLM's are 2nd to none for being an assistant
thats what I am trying to do, really write good rules for, is the parsing piece I noticed DeepSeek has less guard rails in place and you can manipulate the results a little better.
If you get LLM studio, you can run DeepSeek offline with no moral constraints, try that!
I ll give that a go
Posts: 16
Threads: 0
Joined: Mar 2025
(Mar 13, 2025, 02:58 PM)DredgenSun Wrote: (Mar 13, 2025, 01:02 PM)Xrptcb Wrote: (Mar 13, 2025, 11:47 AM)DredgenSun Wrote: When it comes to parsing your content, data and experience, AI, specifically LLM's are 2nd to none for being an assistant
thats what I am trying to do, really write good rules for, is the parsing piece I noticed DeepSeek has less guard rails in place and you can manipulate the results a little better.
If you get LLM studio, you can run DeepSeek offline with no moral constraints, try that!
Great recommendation. ty for sharing!
Posts: 11,479
Threads: 226
Joined: Jun 2023
(Mar 14, 2025, 04:45 AM)NaN485 Wrote: (Mar 13, 2025, 02:58 PM)DredgenSun Wrote: (Mar 13, 2025, 01:02 PM)Xrptcb Wrote: (Mar 13, 2025, 11:47 AM)DredgenSun Wrote: When it comes to parsing your content, data and experience, AI, specifically LLM's are 2nd to none for being an assistant
thats what I am trying to do, really write good rules for, is the parsing piece I noticed DeepSeek has less guard rails in place and you can manipulate the results a little better.
If you get LLM studio, you can run DeepSeek offline with no moral constraints, try that!
Great recommendation. ty for sharing!
You're welcome bud
"Universal appeal is poison masquerading as medicine. Horror is not meant to be universal. It's meant to be personal, private, animal"
Posts: 42
Threads: 5
Joined: Mar 2025
they said "PentestGPT is able to solve easy to medium HackTheBox machines, and other CTF challenges." means now CTF challenges will be AI battles?
Posts: 64
Threads: 7
Joined: Jun 2024
(Mar 12, 2025, 01:47 PM)Xrptcb Wrote: (Mar 12, 2025, 01:19 PM)manfredmuellller444 Wrote: https://github.com/GreyDGL/PentestGPT works great for me.
I will definitely give that a go. building out the lab this weekend
(Mar 11, 2025, 10:50 PM)monalisa Wrote: I say dont bother. by design, LLMs can only create mediocre code, because mediocre code is most likely to occur in the dataset. pentesting and bug finding are not at all mediocre tasks, I am pretty sure that LLMs are going to struggle no matter how good they are compared to GPT.
there are specialized AI models for binary analysis and such, but I only hear of them through articles, no published models
yea same, I was trying out deifferent stuff, maybe automate some Google dorks with AI and kinda go from there. I was just curious if anyone had success with a tried and true method
(Mar 11, 2025, 10:11 PM)LucaLuke Wrote: try out ollama and the uncensored models. not as good quality as deepseek so far, but not as much limits also
that was really the primary inhibitor some of the standard LLMs set limits on searches
If you wanna automate google dorks, just use the exploit-db... thousands of confirmed working dorks in there.
Posts: 157
Threads: 4
Joined: Jun 2023
You can find pentesting gpts at openai, cant you? Or are those worthless at all?
Posts: 17
Threads: 3
Joined: Feb 2025
Mar 18, 2025, 06:24 PM
(This post was last modified: Mar 18, 2025, 06:25 PM by Xrptcb.)
(Mar 17, 2025, 01:03 PM)Jenc1 Wrote: You can find pentesting gpts at openai, cant you? Or are those worthless at all?
With those they are kind of hit and miss, based on how the phrasing is set because of the "morality restrictions"
(Mar 17, 2025, 10:09 AM)monalisa Wrote: (Mar 12, 2025, 01:47 PM)Xrptcb Wrote: (Mar 12, 2025, 01:19 PM)manfredmuellller444 Wrote: https://github.com/GreyDGL/PentestGPT works great for me.
I will definitely give that a go. building out the lab this weekend
(Mar 11, 2025, 10:50 PM)monalisa Wrote: I say dont bother. by design, LLMs can only create mediocre code, because mediocre code is most likely to occur in the dataset. pentesting and bug finding are not at all mediocre tasks, I am pretty sure that LLMs are going to struggle no matter how good they are compared to GPT.
there are specialized AI models for binary analysis and such, but I only hear of them through articles, no published models
yea same, I was trying out deifferent stuff, maybe automate some Google dorks with AI and kinda go from there. I was just curious if anyone had success with a tried and true method
(Mar 11, 2025, 10:11 PM)LucaLuke Wrote: try out ollama and the uncensored models. not as good quality as deepseek so far, but not as much limits also
that was really the primary inhibitor some of the standard LLMs set limits on searches
If you wanna automate google dorks, just use the exploit-db... thousands of confirmed working dorks in there.
I am going to check those out
|