- Видео 36
- Просмотров 294 808
Hacking with AI
Германия
Добавлен 11 сен 2023
Hello world!
I’ve written a book. A Python book. Let me explain.
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
Since my book “Python for Einsteiger”, which basically means “Python for Beginners” has become one of the most popular Python books here in Germany, the publisher and I decided to translate it for you, so that you can read it too. After covering all the essential programming basics, you’ll dive straight into implementing your own projects. We start with a little Text Adventure, a Tic-Tac-Toe, a Lottery Number Generator and a Downloader for RUclips-Thumbnails. After that, we will send e-mails via Python, program a Clipboard Hijacker, Encrypt and decrypt files, generate passwords and crack t...
Since my book “Python for Einsteiger”, which basically means “Python for Beginners” has become one of the most popular Python books here in Germany, the publisher and I decided to translate it for you, so that you can read it too. After covering all the essential programming basics, you’ll dive straight into implementing your own projects. We start with a little Text Adventure, a Tic-Tac-Toe, a Lottery Number Generator and a Downloader for RUclips-Thumbnails. After that, we will send e-mails via Python, program a Clipboard Hijacker, Encrypt and decrypt files, generate passwords and crack t...
Просмотров: 128
Видео
Harvest NOW, Decrypt LATER!
Просмотров 1872 месяца назад
Q-Day refers to the day when quantum computers become powerful enough to break current encryption methods. This would mean that many of today's security protocols that protect the internet, online banking, secure communication, and other critical systems would suddenly become vulnerable. This day marks a potential turning point in cybersecurity, as traditional cryptographic methods would become...
HOW TO use the PYTHON INTERACTIVE MODE!
Просмотров 1533 месяца назад
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement) Send your #Feedback to python@florian-dalwigk.de. Subscribe to my channel: www.youtube.com/@HackingWithAI?sub_confirmation=1
What is a PROMPT INJECTION Attack? 💉
Просмотров 4094 месяца назад
Prompt injection is an attack on applications that use a large language model to provide certain services. Importantly, compared to other attack vectors, prompt injection targets not the AI model itself, but rather the applications built upon it. #PromptInjection #ITSecurity #ChatGPT 00:00 | What is Prompt Injection? 00:30 | Translation App (Example 1) 02:56 | Confusion 03:42 | Quiz App (Exampl...
The 5 PHASES of a PENTEST 🖊️
Просмотров 2934 месяца назад
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement) A penetration test, commonly shortened to pentest, aims to achieve four main objectives according to the Federal Office for Information Security in Germany (BSI): • Enhancing the security of technical systems • Identifying vulnerabilities • Confirming IT security through an external third party...
How do onion addresses exactly work?
Просмотров 6106 месяцев назад
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement) Have you ever wondered why addresses in the Tor network look so strange? In this video, we will unveil the mystery behind these cryptic addresses. I will explain to you the algorithm behind them step-by-step, and afterwards, we will write a Python program that can calculate the .onion address f...
ChatGPT for Criminals? EvilGPT, WormGPT, FraudGPT and other malicious AI Chatbots
Просмотров 4,7 тыс.7 месяцев назад
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement) Every technology entails new dangers. This is something you've already encountered in various videos on my RUclips channel so far. However, OpenAI has incorporated numerous security measures into its large language model, making it significantly harder to generate harmful commands or malware. T...
EVERY HACKER needs to visit THIS WEBSITE
Просмотров 8337 месяцев назад
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement) In this video I’m going to show you a website, that is absolutely op when it comes to OSINT research and gathering valuable information. I will show you some practical approaches and techniques how to use this website ethically. And, as always: This video is for educational purposes only. Do NO...
Create your OWN HIDDEN SERVICE in the DARK WEB!
Просмотров 8537 месяцев назад
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement) In this video I’m going to show you, how you can create your own hidden service in the dark web inside a virtual machine. You can find all the commands in the video description down below. This video is for educational purposes only. Please do not break the law and stay with the rules within yo...
How WHISTLEBLOWERS are blowing the WHISTLE …
Просмотров 1887 месяцев назад
In this video, I'll show you how whistleblowers can get in touch with large international news organizations to publish sensitive information about misconduct in politics, economy, and society. This video is not an incitement to commit a crime! Please adhere to the legal regulations in your country and do not commit any crimes. Thank you. #Whistleblower #Whistleblowing #SecureDrop 00:00 | Intro...
VIRUS vs. COMPUTER VIRUS! 🦠
Просмотров 37910 месяцев назад
In this video, we look at the concept of a computer virus and what parallels and differences there are to biological viruses. #Computervirus #Malware #ITSecurity 00:00 | Introduction 00:08 | What is a biological virus? 00:55 | What is a computer virus? 01:49 | Types of computer viruses 02:20 | The lytic cycle 02:59 | Attachment 03:31 | Penetration 04:02 | Biosynthesis 04:23 | Maturation 04:38 |...
PROTECT your EXCEL files with Python! 🔒
Просмотров 35310 месяцев назад
In this video I will show you, how to protect your .xlsx documents with Python! #excel #python #itsecurity
Code your OWN AI CHATBOT with LOCAL LLM support!
Просмотров 90810 месяцев назад
In this video, I will show you how to program your own chatbot in Python using a LOCAL large language model. To do this, we use an open source language model such as Llama 2 from Meta, which we download and start with the program LM Studio. I have linked my video on LM Studio in the video description below. The highlight of our program is that we use the Python library openai. But wait, we want...
Use LOCAL AI models for FREE with LM Studio!
Просмотров 1,5 тыс.10 месяцев назад
In this video, I'll show you how to use and manage AI models locally for free. To do this, we will install LM Studio on Windows. I'll also show you how you can easily download different language models and start them as a local server. #LMStudio #ChatGPT #Llama 00:00 | Introduction 00:18 | Download Llama 01:02 | Install LM Studio 01:59 | Starting a Llama Server 03:06 | Testing the Llama server ...
AI has NEVER been THAT EASY! Use a LOCAL AI model on your PC for FREE! Llama 2 Tutorial
Просмотров 1,9 тыс.11 месяцев назад
AI has NEVER been THAT EASY! Use a LOCAL AI model on your PC for FREE! Llama 2 Tutorial
DETECT PHISHING with ChatGPT and Python! 📧
Просмотров 80811 месяцев назад
DETECT PHISHING with ChatGPT and Python! 📧
API key NOT working? FIX the Shell GPT API key error!
Просмотров 9 тыс.11 месяцев назад
API key NOT working? FIX the Shell GPT API key error!
A* algorithm EASY explained (example)
Просмотров 4,8 тыс.11 месяцев назад
A* algorithm EASY explained (example)
How HACKERS can HACK you with TYPING ERRORS!
Просмотров 1,1 тыс.11 месяцев назад
How HACKERS can HACK you with TYPING ERRORS!
How HACKERS HACK Webservers with ChatGPT! 🧠💻
Просмотров 13 тыс.11 месяцев назад
How HACKERS HACK Webservers with ChatGPT! 🧠💻
EVERY HACKER needs to use THIS TOOL! Shell GPT Kali Linux Tutorial 🐚
Просмотров 234 тыс.11 месяцев назад
EVERY HACKER needs to use THIS TOOL! Shell GPT Kali Linux Tutorial 🐚
Parrot OS install VirtualBox (Virtualbox, OVA)
Просмотров 1 тыс.Год назад
Parrot OS install VirtualBox (Virtualbox, OVA)
Learn HOW TO HACK with the OWASP Juice Shop (Tutorial)
Просмотров 1,9 тыс.Год назад
Learn HOW TO HACK with the OWASP Juice Shop (Tutorial)
Do you have what it takes to join the FBI? (FBI Crypto Challenge)
Просмотров 454Год назад
Do you have what it takes to join the FBI? (FBI Crypto Challenge)
can i do any malicious activities by this shell gpt ????????
Can ui use it with whiterabbitneo on local machine in order to keeps things private?
Nice video
tnx
Can I install shell gptbon parrot os
Sure
how to reactivate sgpt after you close the console? to stay "green" again
Find the PID and kill the process ;)
Heyo, im currently trying to follow this tutorial but the linked webside doesnt have this server file anymore that you have used. Do you know what file i would need to download instead ?
Another one on the website
I am always facing this error after try 5 times "N otFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4o` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} "
Have you asked ChatGPT?
Won't install...bunch if errors when trying to install on kali Linux. At python sgpt, get NotFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4o` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}; code is outdated in the openai files.
Danke Florian für deinen Beitrag. Uns sind sicherlich die Folgen und Probleme bei Missbrauch klar. Deshalb gehe ich auf die anderen Kommentare ein. Es ist ein Tool um zu lernen und zu verstehen. Ob man es mag oder nicht muss jeder selbst wissen. Für deinen Beitrag bekommst du trotzdem einen Daumen hoch von mir. Danke und weiter so 👍
Requires money to pay gpt api key usage😂
😂
@@HackingWithAI is there an alternative :(
@@DeRizzlo yes
@@HackingWithAI what is it, i wan something that can teach me also since i am a student
It really differs from the other books I read so far. Love the hands on approach of the book and the videos acompany the book.
Thank you very much :)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
GET your copy of "Python for Beginners" florian-dalwigk.com/python4beginners?v=pYth0n (Advertisement)
That is What My Teacher Told Me.
Your teacher is a smart guy
is that thumbnail terminal theme real?
?
how are you sourcing .bashrc while you're in zsh terminal? i'm getting error and unable to do so
nano ~/.zshrc source ~/.bashrc close, source
do i need another payment for chagpt api or is having chatgpt plus account enough?
You need an API key
thanks
I am using an old MacBook pro 13, and it worked like a charm, thanks a lot for your help
You're welcome
When I run "python sgpt", I encounter the error "NotFoundError: Error code: 404". How can I troubleshoot this?
See pinned comment
Thank you. it was very informative
You're welcome!
hey, I desperately need some help with an assignment. Is there anyway we could get in contact and you can help me out, It would be greatly appreciated.
Very clearly , structured and well explained. Thank you very much.
You're welcome!
What are the chances of tracking? Edit- not doing any thing illegal but just curious about these ?
87.273%
How to change in termux
Change what?
pair it with filter bypass by zSec
RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: <Response [429 Too Many Requests]> Please help...
As said in the error message: Read the docs
@@HackingWithAI Congratulations! You've been very helpful.
I am getting this error when i run it : Error code: 404 - {'error': {'message': 'The model `gpt-4-1106-preview` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} it seems it is trying to load the gpt-4-preview , is there a way to change the model ??? thanx
Is it chat gpt 4 or 3, because I have the pro version and I want to integrate that
See official docs
when i open the files with nano it doesnt show anythinf
Ok
NotFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4-1106-preview` does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}} I got an error while running shell-gpt
Do u have an openai paid account
@@rinokpp1692 no
That's the problem
Hello there, is it just with me or is there a text under the video that is not matching? Thanks for the video anyway. Love your additional english content :-)
Thank you very much, I just changed it ;)
The Avengers should have used this on Ultron. (Ultron was hell-bent on "creating peace" not "making peace") . I'm realizing all Tony had to do was, talk to the AI 😂😂
This was a really helpful video. I have an exam tomorrow and needed to brush up on A* algorithm
Perfect :) Good luck!
Howdy
Hey
You are good
Thank you
Hello English
Hello :)
Guten Abend Herr Dalwigk, Sehr präziser Vortrag. Anderes Thema: Ist eine eigenständig agierende KI möglich ? Gruß, Enigma-pi