SCSF Official Authorized cyber security, recovery and training support. All technical work requires valid ownership or written authorization. Get Help
Practical Command Library

Single commands and ready-made command packages

Search Windows CMD, Linux and PowerShell resources. Package posts keep multiple commands line-by-line with a copy button for every command.

21 Posts23 Command lines3 Platforms
21 posts available
CMDNetwork

View full network configuration

Shows adapters, IP addresses, DNS servers and gateway details.

ipconfig /all
CMDNetwork

Test connection to a website

Checks whether a host is reachable and displays response time.

ping example.com
CMDNetwork

Trace the network route

Displays each network hop between your computer and a destination.

tracert example.com
CMDNetwork

View active connections and process IDs

Lists active TCP/UDP connections and the PID using each connection.

netstat -ano
CMDSystem

Display Windows system information

Shows operating system, hardware, memory and update information.

systeminfo
CMDSystem

List running Windows processes

Displays currently running processes and their process IDs.

tasklist
LinuxNetwork

নেটওয়ার্কিং বেসিকস (Networking Fundamentals)

ওয়েবসাইট বা সার্ভারের নেটওয়ার্ক ট্র্যাক এবং কানেক্টিভিটি চেক করার জন্য এগুলো আবশ্যক: সার্ভারের সাথে সংযোগ ঠিক আছে কিনা এবং রেসপন্স টাইম দেখার জন্য।

ping google.com
LinuxNetwork

Networking Fundamentals

(Windows) — ডাটা প্যাকেট কোন কোন রাউটার হয়ে গন্তব্যে পৌঁছাচ্ছে তা ট্র্যাকিং করার জন্য।

traceroute google.com (Linux/Mac) / tracert google.com
LinuxNetwork

Networking Fundamentals

কোনো ডোমেইনের IP Address খুঁজে বের করার জন্য।

nslookup target.com
LinuxNetwork

Networking Fundamentals

সিস্টেমে কোন কোন পোর্ট খোলা (Open Ports) আছে তা দেখার জন্য।

netstat -tuln
LinuxFiles

Show current Linux directory

Prints the full path of the directory you are currently using.

pwd
LinuxFiles

List files with details

Lists hidden files, permissions, owners and readable file sizes.

ls -lah
LinuxNetwork

Show Linux IP addresses

Displays network interfaces and assigned IP addresses.

ip addr show
LinuxSystem

Check disk usage

Shows disk space usage in a human-readable format.

df -h
LinuxSystem

Check memory usage

Shows available and used RAM and swap space.

free -h
LinuxSystem

Display Linux kernel information

Shows kernel, architecture and operating system information.

uname -a
LinuxFiles

Find log files

Finds files ending in .log from the current directory.

find . -type f -name "*.log"
LinuxFiles

Search text inside files

Recursively searches files for a specific text string.

grep -R "search text" .
PowerShellNetwork

View PowerShell network configuration

Displays detailed IP configuration in PowerShell.

Get-NetIPConfiguration
PowerShellSystem

List PowerShell processes

Lists active processes sorted by CPU usage.

Get-Process | Sort-Object CPU -Descending
LinuxphishingPackage · 3

A beginners friendly, Automated phishing tool with 30+ templates.

Any actions and or activities related to Zphisher is solely your responsibility. The misuse of this toolkit can result in criminal charges brought against the persons in question. The contributors will not be held responsible in the event any criminal charges be brought against any individuals misusing this toolkit to break the law. This toolkit contains materials that can be potentially damaging or dangerous for social media. Refer to the laws in your province/country before accessing, using,or in any other way utilizing this in a wrong way. This Tool is made for educational purposes only. Do not attempt to violate the law with anything contained here. If this is your intention, then Get the hell out of here! It only demonstrates "how phishing works". You shall not misuse the information to gain unauthorized access to someones social media. However you may try out this at your own risk.

1
$ git clone --depth=1 https://github.com/htr-tech/zphisher.git
2
$ cd zphisher
3
$ bash zphisher.sh