Cybersecurity Updates & Tools
Followed by 250k+ Followers
Facebook
Instagram
X
Youtube
Sign in
Home
Cyber security
OSINT
Linux
News
More
Windows Phone
Android
iPhone
Accessories
Bluetooth
Sign in
Welcome!
Log into your account
your username
your password
Forgot your password?
Password recovery
Recover your password
your email
Search
Sign in
Welcome! Log into your account
your username
your password
Forgot your password? Get help
Password recovery
Recover your password
your email
A password will be e-mailed to you.
Home
Cyber security
OSINT
Linux
Linux
How to Use the Linux find Command to Locate Files Like a Pro
Linux
How to Check Open Ports in Linux Using netstat, ss, and lsof
Linux
How to Send POST Requests Using curl in Linux
Linux
What Does chmod 777 Mean in Linux
Linux
How to Undo and Redo in Vim or Vi
News
More
Windows Phone
Android
iPhone
Accessories
Bluetooth
Kali Linux Tutorials
Home
Tags
Network discovery
Tag: network discovery
Kali Linux
Netmap.Js : Fast Browser-Based Network Discovery Module
R K
-
March 29, 2021
0
Information Gathering
Arping – To Discover Hosts on a Computer Network
Ravi Sankar
-
July 1, 2018
0
Sniffing/Spoofing
parasite6 – Redirect all IPv6 traffic through your attacker machine
Ravi Sankar
-
July 15, 2015
0
Sniffing/Spoofing
fake_router6
Ravi Sankar
-
July 7, 2015
0
APPLICATIONS
Rip Raw : Small Tool To Analyse The Memory Of Compromised Linux Systems
R K
-
June 17, 2022
Evilgophish : Evilginx2 + Gophish
R K
-
November 16, 2022
Sharperner : Simple Executable Generator With Encrypted Shellcode
R K
-
July 13, 2021
Master_Librarian : A Tool To Audit Unix/*BSD/Linux System Libraries To Find Public Security Vulnerabilities
R K
-
April 12, 2022
HOT NEWS
CVE-2025-24813-PoC : Apache Tomcat 远程代码执行漏洞批量检测脚本
Varshini
-
March 18, 2025
0
Cyber security
简介 CVE-2025-24813 是一个影响 Apache Tomcat 的远程代码执行(RCE)漏洞,允许攻击者通过发送一个 PUT 请求上传恶意的序列化会话文件,并通过 GET 请求触发反序列化,从而在服务器上执行任意代码。该漏洞已在野外被利用,且其利用条件相对简单,只需 Tomcat 使用文件存储会话且支持部分 PUT 请求即可。 脚本功能 CVE-2025-24813-PoC 脚本主要用于检测 Apache Tomcat 是否存在此漏洞。它支持批量检测和单个检测两种模式。 批量检测:通过指定一个包含目标 URL 列表的文件(如 url.txt),脚本可以并发检测多个目标。使用方式为: bashpython poc.py -l url.txt...