{"id":29630229,"url":"https://github.com/hackthacker/commands","last_synced_at":"2026-02-07T14:02:26.109Z","repository":{"id":216084986,"uuid":"740437340","full_name":"hackThacker/commands","owner":"hackThacker","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-29T15:29:18.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T10:52:41.433Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackThacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-08T10:48:35.000Z","updated_at":"2024-04-29T15:29:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0e4dde5-ad52-4b79-9abb-183d40914bfa","html_url":"https://github.com/hackThacker/commands","commit_stats":null,"previous_names":["hackthacker/commands"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hackThacker/commands","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackThacker%2Fcommands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackThacker%2Fcommands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackThacker%2Fcommands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackThacker%2Fcommands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackThacker","download_url":"https://codeload.github.com/hackThacker/commands/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackThacker%2Fcommands/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29196621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-21T10:37:23.181Z","updated_at":"2026-02-07T14:02:26.093Z","avatar_url":"https://github.com/hackThacker.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Commands of kali linux and windows 🧰\n\n- [Kali Linux Commands](#Kali-Linux-Commands)\n- [Windows Commands](#Windows-Commands)\n\n### Kali Linux Commands:\n\n#### Basic Commands:\n\n1. **ls**\n   ```markdown\n   List files and directories in the current folder.\n   ```\n\n2. **cd**\n   ```markdown\n   Change current directory.\n   ```\n\n3. **pwd**\n   ```markdown\n   Print the current working directory.\n   ```\n\n4. **mkdir**\n   ```markdown\n   Create a new directory.\n   ```\n\n5. **cp**\n   ```markdown\n   Copy files or directories.\n   ```\n\n6. **mv**\n   ```markdown\n   Move or rename files and directories.\n   ```\n\n7. **rm**\n   ```markdown\n   Remove or delete files and directories.\n   ```\n\n8. **cat**\n   ```markdown\n   Display the contents of a file.\n   ```\n\n9. **echo**\n   ```markdown\n   Display text on the terminal.\n   ```\n\n10. **chmod**\n    ```markdown\n    Change file permissions.\n    ```\n\n#### Intermediate Commands:\n\n1. **ps**\n   ```markdown\n   Display information about active processes.\n   ```\n\n2. **top**\n   ```markdown\n   Display and update sorted information about processes.\n   ```\n\n3. **kill**\n   ```markdown\n   Terminate or send signals to processes.\n   ```\n\n4. **ifconfig**\n   ```markdown\n   Configure and display network interface parameters.\n   ```\n\n5. **ping**\n   ```markdown\n   Test network connectivity to a specific IP address.\n   ```\n\n6. **netstat**\n   ```markdown\n   Display network connections, routing tables, interface statistics.\n   ```\n\n7. **grep**\n   ```markdown\n   Search for a pattern in files.\n   ```\n\n8. **tar**\n   ```markdown\n   Create and extract tar archives.\n   ```\n\n9. **nano**\n   ```markdown\n   Text editor for the command line.\n   ```\n\n10. **wget**\n    ```markdown\n    Download files from the internet.\n    ```\n\n#### Advanced Commands:\n\n1. **nmap**\n   ```markdown\n   Network Mapper - scan and discover network hosts.\n   ```\n\n2. **airmon-ng**\n   ```markdown\n   Enable or disable monitor mode on wireless interfaces.\n   ```\n\n3. **arpspoof**\n   ```markdown\n   Spoof ARP replies to redirect traffic on a local network.\n   ```\n\n4. **wireshark**\n   ```markdown\n   Network protocol analyzer.\n   ```\n\n5. **john**\n   ```markdown\n   Password cracker.\n   ```\n\n6. **hydra**\n   ```markdown\n   Password brute-force tool.\n   ```\n\n7. **iptables**\n   ```markdown\n   Configure and manage IP packet filter rules.\n   ```\n\n8. **tcpdump**\n   ```markdown\n   Dump traffic on a network.\n   ```\n\n9. **metasploit**\n   ```markdown\n   Penetration testing framework.\n   ```\n\n10. **snort**\n    ```markdown\n    Network intrusion detection and prevention system.\n    ```\n\n#### Professional Commands:\n\n1. **gpg**\n   ```markdown\n   GNU Privacy Guard - encrypt and sign data.\n   ```\n\n2. **sqlmap**\n   ```markdown\n   Automated SQL injection and database takeover tool.\n   ```\n\n3. **aircrack-ng**\n   ```markdown\n   Wi-Fi security auditing suite.\n   ```\n\n4. **setoolkit**\n   ```markdown\n   Social Engineering Toolkit - manipulate people into performing actions.\n   ```\n\n5. **hashcat**\n   ```markdown\n   Advanced password recovery.\n   ```\n\n6. **volatility**\n   ```markdown\n   Memory forensics framework.\n   ```\n\n7. **docker**\n   ```markdown\n   Containerization platform.\n   ```\n\n8. **exploitdb**\n   ```markdown\n   Exploit database archive.\n   ```\n\n9. **autopsy**\n   ```markdown\n   Digital forensics platform.\n   ```\n\n10. **mitmproxy**\n    ```markdown\n    Man-in-the-middle proxy for HTTP and HTTPS.\n    ```\n\n### Windows Commands:\n\n#### Basic Commands:\n\n1. **cd**\n   ```markdown\n   Change current directory.\n   ```\n\n2. **dir**\n   ```markdown\n   List files and directories in the current folder.\n   ```\n\n3. **echo**\n   ```markdown\n   Display text on the console.\n   ```\n\n4. **copy**\n   ```markdown\n   Copy files or directories.\n   ```\n\n5. **del**\n   ```markdown\n   Delete files.\n   ```\n\n6. **ipconfig**\n   ```markdown\n   Display IP configuration for all network interfaces.\n   ```\n\n7. **mkdir**\n   ```markdown\n   Create a new directory.\n   ```\nCertainly! Below is the command in Markdown format with a description:\n\n```markdown\n### Create Directories and Files in a Single Line\n\nTo create multiple directories and files in a single line using Command Prompt:\n\n```\nmkdir directory1\\subdirectory1\\subdirectory2 \u0026\u0026 echo Hello \u003e directory1\\subdirectory1\\subdirectory2\\file1.txt \u0026\u0026 echo World \u003e directory1\\subdirectory1\\subdirectory2\\file2.txt\n```\n\n#### Explanation:\n\n- `mkdir directory1\\subdirectory1\\subdirectory2`: Creates the specified directory structure.\n- `\u0026\u0026`: Executes the next command only if the preceding one succeeds.\n- `echo Hello \u003e directory1\\subdirectory1\\subdirectory2\\file1.txt`: Creates a file named `file1.txt` and writes \"Hello\" to it.\n- `echo World \u003e directory1\\subdirectory1\\subdirectory2\\file2.txt`: Creates a file named `file2.txt` and writes \"World\" to it.\n```\n\n## Create Directory Structure for Nepal\n\n### Using Command Prompt (cmd)\n\nThe following command creates a directory structure for Nepal in Command Prompt, including provinces and wards. Each province has a unique number (1 to 7), and within province 3, there are 19 wards.\n\n```batch\nmkdir nepal\ncd nepal\nfor /l %i in (1,1,7) do mkdir \"province%i\"\ncd province3\nfor /l %j in (1,1,19) do mkdir \"ward%j\"\n```\n```\nmkdir nepal \u0026\u0026 cd nepal \u0026\u0026 (for /l %i in (1,1,7) do mkdir \"province%i\") \u0026\u0026 (cd province3 \u0026\u0026 for /l %j in (1,1,19) do mkdir \"ward%j\")\n```\n\n- `mkdir nepal`: Creates the main \"nepal\" directory.\n- `cd nepal`: Changes into the \"nepal\" directory.\n- `for /l %i in (1,1,7) do mkdir \"province%i\"`: Uses a loop to create directories \"province1\" through \"province7.\"\n- `cd province3`: Changes into \"province3.\"\n- `for /l %j in (1,1,19) do mkdir \"ward%j\"`: Uses a loop to create \"ward1\" through \"ward19\" within \"province3.\"\n\n### Using PowerShell\n\nThe following command creates a directory structure for Nepal in PowerShell, including provinces and wards. Each province has a unique number (1 to 7), and within province 3, there are 19 wards.\n\n```\nNew-Item -ItemType Directory -Path \"nepal\" -Force\nSet-Location \"nepal\"\nfor ($i=1; $i -le 7; $i++) { New-Item -ItemType Directory -Name \"province$i\" -Force }\nSet-Location \"province3\"\nfor ($j=1; $j -le 19; $j++) { New-Item -ItemType Directory -Name \"ward$j\" -Force }\n```\n```\nNew-Item -ItemType Directory -Path \"nepal\" -Force ; Set-Location \"nepal\" ; for ($i=1; $i -le 7; $i++) { New-Item -ItemType Directory -Name \"province$i\" -Force } ; Set-Location \"province3\" ; for ($j=1; $j -le 19; $j++) { New-Item -ItemType Directory -Name \"ward$j\" -Force }\n```\n\n- `New-Item -ItemType Directory -Path \"nepal\" -Force`: Creates the main \"nepal\" directory.\n- `Set-Location \"nepal\"`: Changes into the \"nepal\" directory.\n- `for ($i=1; $i -le 7; $i++) { New-Item -ItemType Directory -Name \"province$i\" -Force }`: Uses a loop to create directories \"province1\" through \"province7.\"\n- `Set-Location \"province3\"`: Changes into \"province3.\"\n- `for ($j=1; $j -le 19; $j++) { New-Item -ItemType Directory -Name \"ward$j\" -Force }`: Uses a loop to create \"ward1\" through \"ward19\" within \"province3.\"\n\n```\n\n8. **ren**\n   ```markdown\n   Rename files or directories.\n   ```\n\n9. **type**\n   ```markdown\n   Display the contents of a text file.\n   ```\n\n10. **cls**\n    ```markdown\n    Clear the console screen.\n    ```\n\n#### Intermediate Commands:\n\n1. **tasklist**\n   ```markdown\n   Display a list of running processes.\n   ```\n\n2. **netstat**\n   ```markdown\n   Display active network connections and listening ports.\n   ```\n\n3. **xcopy**\n   ```markdown\n   Copy files and directories with additional options.\n   ```\n\n4. **sfc**\n   ```markdown\n   System File Checker - scan and repair system files.\n   ```\n\n5. **chkdsk**\n   ```markdown\n   Check and repair disk errors.\n   ```\n\n6. **robocopy**\n   ```markdown\n   Robust file and folder copying with more options than copy.\n   ```\n\n7. **systeminfo**\n   ```markdown\n   Display detailed configuration information about the computer.\n   ```\n\n8. **ver**\n   ```markdown\n   Display the current Windows version.\n   ```\n\n9. **find**\n   ```markdown\n   Search for a specific string in files.\n   ```\n\n10. **regedit**\n    ```markdown\n    Registry Editor - modify Windows Registry settings.\n    ```\n\n#### Advanced Commands:\n\n1. **gpupdate**\n   ```markdown\n   Force an immediate update of Group Policy.\n   ```\n\n2. **diskpart**\n   ```markdown\n   Disk Partitioner - manage disk partitions.\n   ```\n\n3. **pnputil**\n   ```markdown\n   Install or manage plug-and-play devices.\n   ```\n\n4. **schtasks**\n   ```markdown\n   Schedule tasks to run at specified times.\n   ```\n\n5. **wmic**\n   ```markdown\n   Windows Management Instrumentation Command-line - system information and configuration.\n   ```\n\n6. **bcdedit**\n   ```markdown\n   Boot Configuration Data Editor - configure boot options.\n   ```\n\n7. **netsh**\n   ```markdown\n   Network Shell - configure network settings.\n   ```\n\n8. **powercfg**\n   ```markdown\n   Power Configuration - configure power settings.\n   ```\n\n9. **cipher**\n   ```markdown\n   Encrypt or decrypt files and folders.\n   ```\n\n10. **dism**\n    ```markdown\n    Deployment Image Service and Management Tool - service and repair Windows images.\n    ```\n\n#### Professional Commands:\n\n1. **ica\n\ncls**\n   ```markdown\n   Display or modify Access Control Lists (ACLs) for files and folders.\n   ```\n\n2. **perfmon**\n   ```markdown\n   Performance Monitor - monitor and log system performance.\n   ```\n\n3. **gpresult**\n   ```markdown\n   Display Group Policy settings and applied policies.\n   ```\n\n4. **dcdiag**\n   ```markdown\n   Domain Controller Diagnostic Tool - diagnose domain controller issues.\n   ```\n\n5. **sc**\n   ```markdown\n   Service Control - manage services.\n   ```\n\n6. **auditpol**\n   ```markdown\n   Configure security auditing policies.\n   ```\n\n7. **taskkill**\n   ```markdown\n   Terminate or stop a running process or application.\n   ```\n\n8. **fsutil**\n   ```markdown\n   File System Utility - perform various file system operations.\n   ```\n\n9. **wevtutil**\n   ```markdown\n   Event Viewer Utility - manage event logs.\n   ```\n\n10. **takeown**\n    ```markdown\n    Take ownership of files or directories.\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackthacker%2Fcommands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackthacker%2Fcommands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackthacker%2Fcommands/lists"}