Main public logs

Jump to navigation Jump to search

Combined display of all available logs of HackOps. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:54, 17 May 2025 Vegard talk contribs created page Ip link set / `ifconfig (Created page with "= ip link set / ifconfig = == Introduction == The ip link set and ifconfig commands are used in Linux environments to manage network interfaces. These tools allow users to configure interface parameters, including the MAC (Media Access Control) address. On Windows systems, similar functionality can be accessed through network adapter settings or PowerShell. Changing a MAC address is commonly performed for testing, research, or evasion purposes. == What is a MAC Addres...")
  • 17:45, 17 May 2025 Vegard talk contribs created page Sniffing & Spoofing (Created page with "== Sniffing & Spoofing == Sniffing inspects network traffic in real-time, extracting headers, payloads, and session metadata. It uncovers credentials, tokens, and protocol weaknesses, and establishes situational awareness before or during exploitation. === Common Techniques === Capturing raw packets with promiscuous or monitor mode interfaces Filtering traffic by IP, port, or protocol to isolate valuable data Reassembling TCP streams to read clear-text credentials Fol...")
  • 21:18, 16 May 2025 Vegard talk contribs created page Can hacking be learned? (Created page with "= Can Hacking Be Learned? = Hacking is a discipline that builds on structured knowledge, practical skills, and analytical thinking. It involves understanding how systems operate, how information flows, and how logic governs digital environments. Like any technical field, hacking follows principles that can be studied, practiced, and refined over time. Learning to hack involves both theoretical foundations and hands-on experience. Core concepts include system architectu...")
  • 21:16, 16 May 2025 Vegard talk contribs created page What tools do hackers use? (Created page with "= What Tools Do Hackers Use? = Hackers use a wide range of tools designed to analyze, manipulate, and interact with digital systems. These tools support various phases of hacking, including information gathering, vulnerability discovery, exploitation, privilege escalation, and persistence. Reconnaissance tools assist in collecting data about systems, networks, or users. This information helps form a clearer understanding of the target environment, revealing potential e...")
  • 21:12, 16 May 2025 Vegard talk contribs created page What are the types of hackers? (Created page with "= What Are the Types of Hackers? = Hackers are often categorized based on their intent, methods, and objectives. These categories help describe how individuals interact with digital systems and what outcomes they pursue. While the term "hacker" broadly refers to someone skilled in navigating and manipulating technology, distinctions arise from context and purpose. == White Hat == White hat hackers work with permission to identify and resolve security issues. Their acti...")
  • 21:09, 16 May 2025 Vegard talk contribs created page What makes hacking ethical? (Created page with "= What Makes Hacking Ethical? = Ethical hacking is defined by intention, consent, transparency, and respect for boundaries. It occurs when individuals use their technical skills to identify vulnerabilities, improve security, or support system resilience with the knowledge and approval of the system owner. Clear authorization is central to ethical hacking. When a system owner grants permission to examine digital infrastructure, the hacker operates within a structured ag...")
  • 21:07, 16 May 2025 Vegard talk contribs created page When does hacking become illegal? (Created page with "= When Does Hacking Become Illegal? = Hacking becomes subject to legal frameworks when actions involve unauthorized access, data manipulation, or disruption of services within systems protected by law. Legal definitions vary by jurisdiction, but common factors include intent, consent, and the impact of the activity on system integrity, confidentiality, or availability. In many legal systems, accessing a system without explicit permission is addressed through statutes r...")
  • 21:05, 16 May 2025 Vegard talk contribs created page Who becomes a hacker? (Created page with "= Who Becomes a Hacker? = A hacker is someone who develops the ability to understand, modify, or interact with systems in creative and unconventional ways. Individuals who become hackers often possess a strong curiosity for how things work, a desire to solve complex problems, and an interest in exploring the boundaries of technology. Hackers emerge from diverse backgrounds. Some gain early exposure to computers, networks, or code through self-initiated experimentation....")
  • 21:03, 16 May 2025 Vegard talk contribs created page Where does hacking happen? (Created page with "= Where Does Hacking Happen? = Hacking takes place across digital environments where information systems, networks, or software interact. These environments include public and private infrastructures, internet-connected devices, corporate systems, personal computers, and embedded platforms. Each environment presents different surfaces for exploration, depending on its structure, purpose, and exposure. In many cases, hacking occurs remotely through the internet. This in...")
  • 21:01, 16 May 2025 Vegard talk contribs created page Why do people hack? (Created page with "= Why Do People Hack? = People engage in hacking for a variety of reasons, often shaped by personal interests, technical curiosity, or broader motivations related to access, control, or influence. The act of hacking reflects an interaction between the individual and the system, where knowledge and action converge to create a specific outcome. Some view hacking as a challenge — a way to test the boundaries of technology and explore hidden mechanics. Others pursue it a...")
  • 20:58, 16 May 2025 Vegard talk contribs created page How is hacking done? (Created page with "= How is Hacking Done? = Hacking is carried out through a sequence of steps that involve reconnaissance, analysis, and system interaction. These actions are based on logic, precision, and an understanding of how digital systems function. The process begins by identifying a target system or component, followed by studying its behavior, structure, and surface-level responses. One common approach involves mapping exposed services or interfaces. This provides insight into...")
  • 20:53, 16 May 2025 Vegard talk contribs created page What is hacking? (Created page with "= What is Hacking? = '''Hacking''' is the practice of exploring, understanding, and manipulating computer systems, networks, or digital technologies in ways that exceed or transcend their intended design. It involves deep knowledge of system internals, creative problem-solving, and an ability to see patterns, flaws, and logic beyond the surface. The concept originated in early computing cultures where individuals sought to push machines to their limits. Over time, hack...")
  • 18:48, 13 May 2025 Vegard talk contribs created page Dnsdumpster (Created page with "= Dnsdumpster = '''Dnsdumpster''' is an online and CLI-based reconnaissance tool for DNS enumeration. It maps a domain's external attack surface by collecting passive DNS records, subdomains, and network infrastructure using publicly available data sources. Dnsdumpster is commonly used in the reconnaissance phase of penetration testing. == <span id="features"></span>Core Features == === DNS Record Enumeration === {| class="wikitable" ! Output !! Description |- | A ||...")
  • 18:24, 13 May 2025 Vegard talk contribs created page Nslookup (Created page with "= Nslookup = '''Nslookup''' is a classic DNS‑query utility used to obtain hostnames, IP addresses, and DNS record details. It supports both interactive and non‑interactive modes, making it useful for troubleshooting, enumeration, and passive reconnaissance during the information‑gathering phase. == <span id="options"></span>Common Options == === Query Types === {| class="wikitable" ! Option !! Description |- | <code>-type=A</code> || Request an IPv...")
  • 17:56, 13 May 2025 Vegard talk contribs created page Whois (Created page with "= Whois = '''Whois''' is a passive reconnaissance tool used to gather public registration data about domain names, IP addresses, and ASNs. It queries public WHOIS databases to retrieve ownership, administrative contacts, creation/expiry dates, and registrar details — all without touching the target server directly. Whois is essential in early recon phases for identifying ownership chains, domain infrastructure, and legal responsibility. == <span id="options"></span>...")
  • 15:34, 12 May 2025 Vegard talk contribs created page Basic Linux Commands (Created page with "= Linux Commands = '''Linux command-line tools''' are the building blocks of interaction, enumeration, file manipulation, and system control during any hacking operation. This page breaks down commonly used Linux commands, their usage, categories, and real-world hacking relevance. == <span id="basics"></span>Essential Commands == === Navigation === {| class="wikitable" ! Command !! Description !! Example |- | <code>pwd</code> || Show current working directory || <code...")
  • 15:50, 11 May 2025 Vegard talk contribs created page MediaWiki:Sidebar (Created page with "* navigation")
  • 06:36, 8 May 2025 Vegard talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: body { background-color: #0f0f0f; color: #e0e0e0; font-family: "JetBrains Mono", monospace; } a { color: #ff5555; } a:visited { color: #ff9999; } div#content { background: #151515; border: 1px solid #333; padding: 1em; } h1, h2, h3 { color: #ff4444; } pre, code { background-color: #1a1a1a; color: #ffdd88; border: 1px solid #333; padding: 0.5em; }")