Site search

Search results: «CyberSecurity»

Found matches: 49

SQL Injection Explained

A malicious user inputs something like:

' OR '1'='1

This input alters the SQL query:

SELECT * FROM users WHERE username='' OR '1'='1';

Because '1'='1' is always true, the query returns all rows from the users table instead of a specific user.

This allows attackers to bypass login or extract entire databases without authorization.

Prevention Tips:
✅ Always use prepared statements or parameterized queries.
✅ Sanitize and validate all user inputs.
✅ Apply least privilege principles on database access.

Stay safe and protect your database from SQL Injection attacks!
#SQLInjection #CyberSecurity #DatabaseSecurity #ProtectYourData
Best Youtube Channels To Learn in 2026

1. Cybersecurity – John Hammond
2. Artificial Intelligence – Krish Naik
3. Web Development – Traversy Media
4. Python Programming – Code With Harry
5. DevOps – TechWorld With Nana
6. Cloud Computing – freeCodeCamp
7. Data Analytics – Alex The Analyst
8. Digital Marketing – Neil Patel
9. UI / UX Design – GFXMentor
10. Blockchain Development – Telusko
11. React Development – Codevolution
12. Java Programming – Kunal Kushwaha
13. Networking – David Bombal
14. Personal Branding – Ali Abdaal
More than 10,000 IP addresses were found infected with a previously unseen Linux variant of SystemBC, a powerful remote access trojan (RAT) that now mostly targets web servers across various hosting platforms.
#malware #cybersecurity
CLI tool for passive collection of URLs from multiple OSINT sources, without directly interacting with the target.

📌 Supported sources:

- AlienVault OTX
- Bevigil (requires API)
- Common Crawl
- URLScan (requires API)
- GitHub (require token)
- Intelligence X (requires API)
- Wayback Machine
- Total Virus (requires API)
- Hudson Rock (requires API)

🔍 Extra:
In Wayback Machine also analyzes:

- URLs within historical snapshots
- Old records of robots.txt

🔗 Official restock:
https://github.com/hueristiq/xurlfind3r

⚠️ For educational purposes and authorized auditions only.

For more:
👁 https://www.patreon.com/HackUnderway

#JeyZeta #web #recon #xurlfind3r #osint #golang #docker #webpentesting #cybersecurity #ethicalhacking
149M Logins from Roblox, TikTok, Netflix, Crypto Wallets Found Online

149 million stolen usernames and passwords for TikTok, Disney+, Netflix, Roblox, and crypto wallets were found online without any security authentication. Learn about the latest massive data leak and how to secure your digital identity today.

A massive database containing over 149 million stolen usernames and passwords has been taken offline after sitting wide open on the internet for weeks. Cybersecurity researcher Jeremiah Fowler discovered the exposed cache, noting that the exposure “highlights the global threat” of data theft because it allowed anyone with a web browser to view and...
Did you know Jack Dorsey, the co-founder of Twitter, has launched a new messaging app that works without the internet

Instead of using Wi-Fi, mobile data, or cell towers, the app uses Bluetooth to connect phones directly to each other. Messages hop from one device to the next, forming a local network. No internet. No signal. No central servers.

What makes it different?
🔒 End-to-end encrypted (messages stay private)
👤 No phone number, no email, no account needed
🌍 Works even when networks are down or restricted

Why this matters:
This kind of technology can be critical during natural disasters,...
💯 Default Credentials 👈

1. VMware vCenter

```
User: administrator@vsphere.local
Password: Admin!23
```

1. Fortinet FortiGate

```
User: admin
Password:
```

1. F5 BIG-IP

```
User: admin
Password: admin
```

1. Palo Alto Networks

```
User: admin
Password: admin
```

1. Check Point

```
User: admin
Password: admin
```

1. Jenkins

```
User: admin
Password: password
```

1. GitLab

```
User: root
Password: 5iveL!fe
```

1. Grafana

```
User: admin
Password: admin
```

1. Kibana

```
User: elastic
Password: changeme
```

1. MongoDB

```
User: admin
Password: admin
```

1. PostgreSQL

```
User: postgres
Password: postgres
```

1. Oracle...
Google has released an emergency fix for a Chrome vulnerability that has already been exploited in the wild.

#Google #Chrome #browser #cybersecurity
𝗪𝗮𝘆𝗺𝗼𝗿𝗲 🕵🏽‍♂️
Herramienta OSINT que permite descubrir versiones antiguas de sitios web, endpoints ocultos y archivos históricos desde múltiples fuentes:
🌐 Wayback Machine
📦 Common Crawl
🛰 AlienVault OTX
🔍 URLScan
🛡 VirusTotal
📁 Intelligence X
Ideal para:
• Recon pasivo
• Bug Bounty
• Pentesting
• Investigación OSINT
GitHub:
https://github.com/xnl-h4ck3r/waymore
👁 Manual OSINT:
https://hackunderway.com/producto/manual-osint/
#JeyZeta #OSINT #Waymore #Pentesting #EthicalHacking #CyberSecurity #CyberDefense
Notepad++ has implemented additional security enhancements and cryptographic checks to strengthen its update process.
#Notepad #cybersecurity