TheCyberHUB · Cyber security · Ethical hacking · Bug hunting
前往频道在 Telegram
Stay updated with TheCyberHUB! 🔥 Get the latest in cybersecurity, hacking tools, and infosec resources. More at: https://www.thecyberhub.org
显示更多9 999
订阅者
无数据24 小时
-197 天
-6530 天
吸引订阅者
三月 '25
三月 '25
+8
在0个频道中
二月 '25
+12
在0个频道中
Get PRO
一月 '25
+10
在0个频道中
Get PRO
十二月 '24
+9
在0个频道中
Get PRO
十一月 '24
+6
在0个频道中
Get PRO
十月 '24
+9
在0个频道中
Get PRO
九月 '24
+14
在5个频道中
Get PRO
八月 '24
+25
在5个频道中
Get PRO
七月 '24
+38
在5个频道中
Get PRO
六月 '24
+15
在5个频道中
Get PRO
五月 '24
+46
在1个频道中
Get PRO
四月 '24
+38
在5个频道中
Get PRO
三月 '24
+37
在0个频道中
Get PRO
二月 '24
+54
在5个频道中
Get PRO
一月 '24
+94
在5个频道中
Get PRO
十二月 '23
+90
在1个频道中
Get PRO
十一月 '23
+113
在5个频道中
Get PRO
十月 '23
+114
在5个频道中
Get PRO
九月 '23
+111
在0个频道中
Get PRO
八月 '23
+58
在0个频道中
Get PRO
七月 '23
+128
在0个频道中
Get PRO
六月 '23
+264
在0个频道中
Get PRO
五月 '23
+48
在0个频道中
Get PRO
四月 '23
+49
在0个频道中
Get PRO
三月 '23
+62
在0个频道中
Get PRO
二月 '23
+81
在0个频道中
Get PRO
一月 '23
+195
在0个频道中
Get PRO
十二月 '22
+57
在0个频道中
Get PRO
十一月 '22
+102
在0个频道中
Get PRO
十月 '22
+550
在0个频道中
Get PRO
九月 '22
+161
在0个频道中
Get PRO
八月 '22
+136
在0个频道中
Get PRO
七月 '22
+43
在0个频道中
Get PRO
六月 '22
+62
在0个频道中
Get PRO
五月 '22
+185
在0个频道中
Get PRO
四月 '22
+292
在0个频道中
Get PRO
三月 '22
+295
在0个频道中
Get PRO
二月 '22
+857
在0个频道中
Get PRO
一月 '22
+493
在0个频道中
Get PRO
十二月 '21
+50
在0个频道中
Get PRO
十一月 '21
+275
在0个频道中
Get PRO
十月 '21
+562
在0个频道中
Get PRO
九月 '21
+1 464
在0个频道中
Get PRO
八月 '21
+1 645
在0个频道中
Get PRO
七月 '21
+518
在0个频道中
Get PRO
六月 '21
+1 205
在0个频道中
Get PRO
五月 '21
+2 277
在0个频道中
Get PRO
四月 '21
+2 265
在0个频道中
Get PRO
三月 '21
+1 659
在0个频道中
| 日期 | 订阅者增长 | 提及 | 频道 | |
| 25 三月 | +1 | |||
| 24 三月 | 0 | |||
| 23 三月 | 0 | |||
| 22 三月 | +1 | |||
| 21 三月 | +1 | |||
| 20 三月 | 0 | |||
| 19 三月 | 0 | |||
| 18 三月 | 0 | |||
| 17 三月 | +1 | |||
| 16 三月 | 0 | |||
| 15 三月 | 0 | |||
| 14 三月 | +1 | |||
| 13 三月 | 0 | |||
| 12 三月 | 0 | |||
| 11 三月 | 0 | |||
| 10 三月 | 0 | |||
| 09 三月 | +1 | |||
| 08 三月 | 0 | |||
| 07 三月 | +1 | |||
| 06 三月 | 0 | |||
| 05 三月 | 0 | |||
| 04 三月 | +1 | |||
| 03 三月 | 0 | |||
| 02 三月 | 0 | |||
| 01 三月 | 0 |
频道帖子
For a better Job, focus on these things:
- Skills
- Project
- Bug Hunting
- Look for CVEs
- Open Source
- Community
- Networking
- Content Sharing (own)
- if budget, look for better cert (optional)
https://www.thecyberhub.org
| 2 | For a better Job, focus on these things:
- Skills
- Project
- Bug Hunting
- Look for CVEs
- Open Source
- Community
- Networking
- Content Sharing (own)
- if budget, look for better cert (optional)
https//www.thecyberhub.org | 1 |
| 3 | did you checked the latest updates?
https://www.thecyberhub.org
make sure to use desktop/mobile for best experience | 1 442 |
| 4 | https://www.linkedin.com/company/th3cyb3rhub | 1 474 |
| 5 | https://www.linkedin.com/company/th3cyb3rhub/ | 1 |
| 6 | https://www.thecyberhub.org/tools/googledorks | 1 667 |
| 7 | MSFVenom Cheatsheet for Windows Exploitation
https://www.linkedin.com/posts/hackingarticles_msfvenom-cheatsheet-windows-exploitation-ugcPost-7246369362075344896-dU6R?utm_source=share&utm_medium=member_android | 1 522 |
| 8 | Security Engineering at Google: My Interview Study Notes
GitHub Repository: gracenolan/Notes
Explore this repository to learn and prepare for Security Engineering interviews at Google, with detailed notes and insights. | 1 638 |
| 9 | Javascript Vulnerable Code Review - Command Injection
link: https://www.thecyberhub.org/websecurity/code-review/1
const express = require('express');
const app = express();
const port = 3000;
app.get('/api', (req, res) => {
const { command } = req.query;
const exec = require('child_process').exec;
exec(command, (error, stdout, stderr) => {
if (error) {
console.error(error);
return;
}
console.log(stdout);
});
res.send('Command executed');
}
app.listen(port, () => {
console.log(`Server running on port ${port}`);
});
See if u can find the vulnerability here. | 1 340 |
| 10 | Javascript Vulnerable Code Review - Command Injection
link: https://www.thecyberhub.org/websecurity/code-review/1
const express = require('express');
const app = express();
const port = 3000;
app.get('/api', (req, res) => {
const { command } = req.query;
const exec = require('child_process').exec;
exec(command, (error, stdout, stderr) => {
if (error) {
console.error(error);
return;
}
console.log(stdout);
});
res.send('Command executed');
}
app.listen(port, () => {
console.log(`Server running on port ${port}`);
});
See if u can find the vulnerability here. | 7 |
| 11 | Damn Vulnerabilities List Lab
#AWSGoat : A Damn Vulnerable AWS Infrastructure
https://lnkd.in/dq2cYPG2
#AzureGoat : A Damn Vulnerable Azure Infrastructure
https://lnkd.in/dKMMrESA
#Webpentest: A Damn Vulnerable Web Application
https://lnkd.in/dNJxX-Fe
#API: A Damn Vulnerable Web Sockets
https://lnkd.in/dMbJgP5h
#Mobile: Damn Vulnerable Hybrid Mobile App
https://lnkd.in/dSMZMuzZ
#CICD: Deliberately vulnerable CI/CD environment
https://lnkd.in/dCxZb88q
#GraphQL: Damn Vulnerable GraphQL Application
https://lnkd.in/d5V6P9HA
#Webservice: Damn Vulnerable Web Services
https://lnkd.in/dAu8HAyd
#VamPI: Vulnerable API
https://lnkd.in/dRPpBNjj
#DVSA: Damn Vulnerable Serverless Application
https://lnkd.in/dnvdNcfq
#DVTA: DVTA is a Vulnerable Thick Client Application
https://lnkd.in/dDhEDgdx
#DVJA: Damn Vulnerable Java Application
https://lnkd.in/dqFyjYWP
#DVID: Damn Vulnerable IoT Device
https://lnkd.in/dNV2RjUj
#DVPWA: Damn Vulnerable Python Web Application
https://lnkd.in/diDvsz8u
#DVAS: Damn Vulnerable Application Scanner
https://lnkd.in/dq_aC4pX
#DVB: Damn Vulnerable Bank
https://lnkd.in/dyGWJzxD
#DVWPS: Damn Vulnerable WordPress Site
https://lnkd.in/dkY-tXHe
#DVNA: Damn Vulnerable NodeJS Application
https://lnkd.in/ds3JReM5
#DVRA: Damn Vulnerable Ruby on Rails
https://lnkd.in/djQ_ehzi
#DVGM: Damn Vulnerable Grade Management
https://lnkd.in/dAepn4K7
#Tiredful
https://lnkd.in/d3NjivMu
#DVCSharp: Damn Vulnerable C# Application
https://lnkd.in/d8cZxdnr
#DVHMA: Damn Vulnerable Hybrid Mobile App
https://lnkd.in/dSMZMuzZ
#DVIA: Damn Vulnerable iOS App
https://lnkd.in/dJqPp-d9
#DVIA2: Damn Vulnerable iOS App 2
https://lnkd.in/dhGUXurv
#DVRF: Damn Vulnerable Router Firmware
https://lnkd.in/dUda_XsF
#DVFaaS: Damn Vulnerable Functions as a Service
https://lnkd.in/drVpszwD
#DVCA: Damn Vulnerable Cloud Application
https://lnkd.in/dPyKYKw4
@thecyberw0rld @thecyberworldcommunity
#cybersecurity #infosec #hacking | 1 |
| 12 | Last message from our side on Telegram
We will not be active on Telegram from now
We will continue our community on Discord, YouTube and https://www.thecyberhub.org
ram ram | 25 |
| 13 | if today is possible, will let you know on discord by 8:30PM IST
else we will start from next week sunday, | 1 282 |
| 14 | https://discord.gg/tf9b2zW369?event=1287372423288721438
from next sunday, every sunday | 1 279 |
| 15 | https://discord.gg/tf9b2zW369?event=1287372423288721438 | 1 |
| 16 | https://github.com/thecyberworld/resources | 1 540 |
| 17 | Maybe it's for some | 1 |
| 18 | Is telegram showing ads on our channel? | 1 |
| 19 | ram ram everyone
Internship will start by Sep 13 (Sat)
Internship forms are here
https://www.thecyberhub.org/internship
Note: make sure to check if your link is publicly accessible, first open your resume link in different browser, if it works, then submit, otherwise it will get rejected.
make sure to join discord server
have questions, ask here https://discord.gg/thecyberworld-799183504759324672
Happy Hacking | 2 928 |
| 20 | Hi everyone
Make sure to join our discord server
We will announce everything on discord
And there will be many other events and stuff planned
Join link:
https://discord.gg/thecyberworld-799183504759324672 | 3 352 |
