

Hasan
Forum Replies Created
-
Hasan
AdministratorJanuary 19, 2025 at 11:12 am in reply to: Guidance on Learning Path for CybersecurityTo learn these Skills, you can check:
- YouTube
- Udemy Free Courses
- Coursera Free Courses
- Edx Free Programs
-
Hasan
AdministratorJanuary 19, 2025 at 11:11 am in reply to: Guidance on Learning Path for CybersecurityGreat! Really!
Start with Network Fundamentals:
- Understanding how networks work, including TCP/IP protocols, DNS, routing, and network architecture
- Learning about different types of networks (LAN, WAN, VPN) and common network services
- Getting hands-on practice with basic network troubleshooting and monitoring tools
Operating System Security:
- Learning Linux fundamentals since it’s widely used in security (start with Ubuntu or Kali Linux)
- Understanding Windows security features and common system administration tasks
- Learning about access controls, user permissions, and system hardening
Penetration Testing Path:
- Start with basic tools like Nmap for network scanning and enumeration
- Learn Metasploit Framework for vulnerability exploitation practice
- Study web application security using tools like Burp Suite
- Practice on legal platforms like HackTheBox
- Get familiar with the OWASP Top 10 vulnerabilities
- Learn how to write detailed pentest reports
Python for Security:
- Basic Python programming fundamentals first
- Focus on security-specific libraries:
- Scapy for network packet manipulation
- Requests for web scraping and API interaction
- Paramiko for SSH automation
- Socket programming for network tools
- Learn to write your own security tools and automation scripts
- Practice creating scripts for log analysis and incident response
Cloud Security:
- Start with one major platform (AWS, Azure, or GCP)
- Study cloud-specific security controls and best practices
- Understand identity and access management (IAM)
- Learn about the secure configuration of cloud services
- Practice with cloud security tools and monitoring
- Study container security (Docker, Kubernetes)
And more importantly, remember we are in the AI Era, you can learn faster than ever, and practice way better.
-
Hi Roni,
First, please make sure that you haven’t shared your actual API key here, it is a public forum.
second, to know the problem, we need to narrow it down, can you test the chtabot endpoint without the UI, like using any API client to make sure it is working first before we test with the UI
-
Replies viewable by members only
Replies viewable by members only
Replies viewable by members only
Hasan
AdministratorJanuary 19, 2025 at 3:14 pm in reply to: Guidance on Learning Path for Cybersecurity👍
Replies viewable by members only
Just to make things clear, in RAG, it is not only the database of Q&A that decides the answers, it is the LLM model capabilities + data + prompts.
and if you want to run RAG in production, it is not enough to connect a bunch of questions to an LLMM, you will need another later of verification if the answers are critical for you.anyway, coming back to RelevanceAI, try playing with the prompt, and see if the results changes, testing is crucial when setting up AI systems.
and if you want full control over your system (which I prefer too 😅)
maybe you should think about building this using Langchain Libraries, and maybe taking a look at guardrails may help you too if you want to create something stable and production ready.
I don’t know how much critical your business is, and how much you want the answers to be accurate, maybe sharing more details will help me more point you in the right direction.
RelevanceAI is a good tool, are you sure you synced the records after updating, there is a button I think in the corner to handle this.
yeah there are several options, depending on what you want, we can find something that is suitable for you.
would you like a zero-code approach for example?
Only WordPress? or for any website?
Replies viewable by members only
If you want to get SERP results, you can use SERP APIs, like serper and others. already mentioned this in many of my videos.
if you want to get keyword search metrics, you will need to use Google API to get real data, or use third parties like Semrush, SpyFU, and others.
this is the best way to do so.