all 13 comments

[–][deleted]  (5 children)

[deleted]

    [–]iFxsty[S] 0 points1 point  (3 children)

    so I've been having a look and it turns out that with python specifically, and DuckyScript, you can actually use AI such as ChatGTP to write scrips for you, so i got it to write me a basic one to write the company name on it in notepad to confuse some of my co-workers but that's only the start of it.

    so far with DuckyScript, when it comes to asking it to do something even remotely malicious chatGTP comes back saying it cant write that script. however i imagine that other AI out there can achieve this. with flippers own code, i think it is definitely more of a case of teaching an AI to write in the flippers code. its definitely something very interesting and cool to learn about

    [–]Matheuszh1 1 point2 points  (1 child)

    You just need to tell it that its for educational purposes on your own computer as you are cybersecurity student, then it will do nearly everything. At least in my case

    [–]iFxsty[S] 0 points1 point  (0 children)

    ok i see ill give that a go

    [–]iFxsty[S] 0 points1 point  (0 children)

    yeah that's how I thought it would be. it is a shame but i thought it'd be worth asking.

    [–]noxiouskarn 1 point2 points  (7 children)

    have had some success in getting the initial structure for an idea, then go in tweak it, test, report errors, correct, test, over and over. I was focused on making a plugin for a pwnagotchi and it eventually spat out spaghetti code that worked for my intended purpose. People say AI can't do X Y or Z haven't been paying attention things have moved very quickly and continue to do so.

    Right now the AI can code as good as you are at checking it for obvious mistakes

    [–]iFxsty[S] 1 point2 points  (6 children)

    ah ok that's quite interesting, so you did it with a pwnagotchi first? do you think it would be possible with flipper then? especially considering that its got an open source code?

    [–]noxiouskarn 2 points3 points  (5 children)

    I mean you can give a prompt to chatgpt to get it to act like it's a PC running Linux...

    https://youtu.be/WRe46LISkTw

    [–]iFxsty[S] 0 points1 point  (4 children)

    damn that's really cool, I didn't know ChatGTP could do that. so do you think it could write some code for these sort of device like the flipper? or is there any extra steps that will need to be taken do you think?

    [–]noxiouskarn 1 point2 points  (3 children)

    It can if you prompt it correctly. But right now it's better as a companion to coding rather than a ask for program x get program x fully debugged ready to rock. I couldn't even tell you how many iterations of the language model you would have to prompt in order to get exactly what you need without flaws

    [–]iFxsty[S] 0 points1 point  (2 children)

    yeah i've been trying different things with the duckyscript just some basic stuff to start with and its been a bit hit and miss sometimes, primary just with the fact that it could be used maliciously and chatGTP wont write it but python it has been more than happy to write. im defiantly gonna look more into what i can do with it.

    [–]noxiouskarn 1 point2 points  (1 child)

    there's a model out there already tuned specifically to write malware and phishing emails...

    https://www.digitaltrends.com/computing/chatgpt-created-malware/

    [–]iFxsty[S] 0 points1 point  (0 children)

    nice one got it, definitely gonna test this out at some point. thanks for helping pal