<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Linux on Solvere Labs</title>
    <link>https://solvere.app/tags/linux/</link>
    <description>Recent content in Linux on Solvere Labs</description>
    <language>en-us</language>
    <managingEditor>contact@solvere.app (Solvere Labs)</managingEditor>
    <webMaster>contact@solvere.app (Solvere Labs)</webMaster>
    <copyright>© 2026 Solvere Labs</copyright>
    <lastBuildDate>Fri, 19 Jun 2026 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://solvere.app/icon-512.png</url>
      <title>Solvere Labs</title>
      <link>https://solvere.app/tags/linux/</link>
    </image><atom:link href="https://solvere.app/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SCP and SSH File Transfer</title>
      <link>https://solvere.app/tutorials/guides/scp-ssh-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>ssh</category><category>linux</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/scp-ssh-transfer/</guid>
      <description>The scp and sftp quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real transfer. Upload and download, copy a directory with -r, authenticate with a recovered key, hop through a jump host, pipe over ssh when scp is missing, and verify with a checksum.</description>
    </item>
    
    <item>
      <title>Netcat File Transfer</title>
      <link>https://solvere.app/tutorials/guides/netcat-file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>netcat</category><category>networking</category><category>linux</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/netcat-file-transfer/</guid>
      <description>The netcat file-transfer quick reference: flags, a modular cheat sheet, and worked breakdowns. Listen and save, connect and send, close cleanly with -N or -q0, stream a directory with tar, encrypt with socat OPENSSL, fall back to bash /dev/tcp when nc is missing, and checksum to catch truncation.</description>
    </item>
    
    <item>
      <title>HTTP File Transfer</title>
      <link>https://solvere.app/tutorials/guides/http-file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>networking</category><category>linux</category><category>windows</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/http-file-transfer/</guid>
      <description>The HTTP file-transfer quick reference: serve a folder from your attacker box in one line, then pull files onto the target with wget, curl, certutil, PowerShell, or curl.exe. Flags, a modular cheat sheet, in-memory execution, upload-back with updog, checksum verification, and beating egress filters by serving on 80 or 443.</description>
    </item>
    
    <item>
      <title>Getting Files onto a Target</title>
      <link>https://solvere.app/tutorials/guides/file-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>post-exploitation</category><category>networking</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/file-transfer/</guid>
      <description>The file-transfer quick reference: the serve-and-pull vs push-and-receive decision, a modular copy-paste cheat sheet, and a worked breakdown of every method. Serve a folder over HTTP, pull with wget or certutil, host an SMB share, move a file with netcat or socat, copy over scp, paste a base64 blob, and checksum both ends.</description>
    </item>
    
    <item>
      <title>base64 File Transfer</title>
      <link>https://solvere.app/tutorials/guides/base64-transfer/</link>
      <pubDate>Fri, 19 Jun 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>file-transfer</category><category>linux</category><category>windows</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/base64-transfer/</guid>
      <description>The base64 file-transfer quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Encode a file to one pasteable line, decode it with a heredoc, move files with certutil or PowerShell on Windows, chunk a blob too long to paste, and checksum both ends to prove it arrived intact.</description>
    </item>
    
    <item>
      <title>NetExec</title>
      <link>https://solvere.app/tutorials/guides/netexec/</link>
      <pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/netexec/</guid>
      <description>A practical NetExec guide: install it, verify it, enumerate one protocol at a time, validate credentials without locking accounts, read the output honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>socat</title>
      <link>https://solvere.app/tutorials/guides/socat/</link>
      <pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/socat/</guid>
      <description>The socat quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Verbose TCP client, port forward, UNIX-socket-to-TCP bridge, TLS wrap, hex-dump a protocol, upgrade a reverse shell to a full PTY, and a virtual serial pair.</description>
    </item>
    
    <item>
      <title>whois</title>
      <link>https://solvere.app/tutorials/guides/whois/</link>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>osint</category><category>recon</category><category>dns</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/whois/</guid>
      <description>The whois quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Look up a domain, find who owns an IP, enumerate a netblock, pull name servers, read registration dates, query a registry directly, and route around a redacted or wrong-server answer with RDAP.</description>
    </item>
    
    <item>
      <title>wget</title>
      <link>https://solvere.app/tutorials/guides/wget/</link>
      <pubDate>Sun, 24 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/wget/</guid>
      <description>The wget quick reference: install and verify, a modular copy-paste cheat sheet, and one command for every real situation. Resume a broken download, mirror a site for offline viewing, pull a list of URLs, reuse a login cookie, POST a form, and rate-limit to stay quiet.</description>
    </item>
    
    <item>
      <title>TShark</title>
      <link>https://solvere.app/tutorials/guides/tshark/</link>
      <pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/tshark/</guid>
      <description>The TShark quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Read a PCAP, filter by BPF or display syntax, extract clean fields, follow a TCP stream, pull cleartext creds, carve files out of HTTP, and spot a port scan.</description>
    </item>
    
    <item>
      <title>enum4linux-ng</title>
      <link>https://solvere.app/tutorials/guides/enum4linux-ng/</link>
      <pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/enum4linux-ng/</guid>
      <description>The enum4linux-ng quick reference: the flags that matter, a modular copy-paste cheat sheet, and a worked breakdown of every real SMB and RPC situation. List shares anonymously, enumerate users and groups, dump the password policy, RID-cycle when direct enum is blocked, add credentials for depth, and export clean JSON or YAML.</description>
    </item>
    
    <item>
      <title>sqlmap</title>
      <link>https://solvere.app/tutorials/guides/sqlmap/</link>
      <pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>sqli</category><category>sqlmap</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/sqlmap/</guid>
      <description>The sqlmap quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Confirm an injectable parameter, feed a saved Burp request, fingerprint the DBMS, walk the dbs/tables/columns ladder, dump only the columns you need, grab password hashes, evade a WAF with tamper scripts, and route through a proxy.</description>
    </item>
    
    <item>
      <title>Nikto</title>
      <link>https://solvere.app/tutorials/guides/nikto/</link>
      <pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>recon</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/nikto/</guid>
      <description>The Nikto quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real scan. Scan HTTP and HTTPS, hit odd ports, reach a vhost by Host header, tune out the noise, proxy through Burp, save a machine-readable report, and pull just the findings.</description>
    </item>
    
    <item>
      <title>dirsearch</title>
      <link>https://solvere.app/tutorials/guides/dirsearch/</link>
      <pubDate>Mon, 04 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/dirsearch/</guid>
      <description>The dirsearch quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real content-discovery task. Pick a wordlist, append extensions, filter soft-404s by size, recurse into found directories, scan a list of hosts, save JSON, and proxy through Burp.</description>
    </item>
    
    <item>
      <title>dig</title>
      <link>https://solvere.app/tutorials/guides/dig/</link>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>dns</category><category>recon</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/dig/</guid>
      <description>The dig quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Resolve A/AAAA, find MX and NS, read SPF and DMARC TXT, reverse-lookup an IP, query a specific resolver, trace delegation from the root, and test a zone transfer.</description>
    </item>
    
    <item>
      <title>John the Ripper</title>
      <link>https://solvere.app/tutorials/guides/john/</link>
      <pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>brute-force</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/john/</guid>
      <description>The John the Ripper quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Identify a hash, convert a ZIP or SSH key with a *2john script, run wordlist and rule attacks, crack NT and sha512crypt, mask a known pattern, fork across CPU cores, and read the pot file honestly.</description>
    </item>
    
    <item>
      <title>ldapsearch</title>
      <link>https://solvere.app/tutorials/guides/ldapsearch/</link>
      <pubDate>Sun, 26 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>ldap</category><category>active-directory</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/ldapsearch/</guid>
      <description>The ldapsearch quick reference: the flags, a modular copy-paste cheat sheet, and a worked breakdown of every real task. Find the base DN from the Root DSE, bind anonymously or with credentials, list users and groups, enumerate computers, hunt Kerberoastable accounts, page past a size limit, and query over LDAPS.</description>
    </item>
    
    <item>
      <title>Metasploit</title>
      <link>https://solvere.app/tutorials/guides/metasploit/</link>
      <pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>recon</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/metasploit/</guid>
      <description>A practical Metasploit guide: install it, verify it, search modules, set options safely, validate findings with auxiliary checks, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>msfvenom</title>
      <link>https://solvere.app/tutorials/guides/msfvenom/</link>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/msfvenom/</guid>
      <description>A practical msfvenom guide: install it, verify it, pick a payload, set LHOST and LPORT, choose a format, generate controlled lab payloads, pair them with a handler, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>tcpdump</title>
      <link>https://solvere.app/tutorials/guides/tcpdump/</link>
      <pubDate>Sat, 18 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/tcpdump/</guid>
      <description>The tcpdump quick reference: install and verify, the flags you actually use, a modular BPF cheat sheet, and one command per real situation. Isolate one host, watch a single service, catch DNS, filter by direction or protocol, read clear-text payload, save a clean PCAP for Wireshark, and rotate long captures unattended.</description>
    </item>
    
    <item>
      <title>dnsenum</title>
      <link>https://solvere.app/tutorials/guides/dnsenum/</link>
      <pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>dns</category><category>recon</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/dnsenum/</guid>
      <description>The dnsenum quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Pull records and name servers, test a zone transfer, brute force subdomains, pick a resolver for split-horizon DNS, sweep netranges, grow a wordlist, and export XML for your notes.</description>
    </item>
    
    <item>
      <title>feroxbuster</title>
      <link>https://solvere.app/tutorials/guides/feroxbuster/</link>
      <pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/feroxbuster/</guid>
      <description>The feroxbuster quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Run recursive content discovery, cap depth, filter soft-404 noise by size or words, add extensions, scan authenticated with a cookie, follow redirects, proxy through Burp, save JSON, and resume an interrupted scan.</description>
    </item>
    
    <item>
      <title>radare2</title>
      <link>https://solvere.app/tutorials/guides/radare2/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>reversing</category><category>pwn</category><category>forensics</category><category>misc</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/radare2/</guid>
      <description>The radare2 quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Load and analyze a binary, list functions, strings, and imports, disassemble main, read control flow in graph mode, patch a jump, debug under breakpoints, diff two builds, and script it with r2pipe.</description>
    </item>
    
    <item>
      <title>pwntools</title>
      <link>https://solvere.app/tutorials/guides/pwntools/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>pwn</category><category>reversing</category><category>buffer-overflow</category><category>python</category><category>linux</category><category>misc</category>
      <guid>https://solvere.app/tutorials/guides/pwntools/</guid>
      <description>A practical pwntools guide: install it, wire up process and remote I/O, pack and unpack values, build ROP helpers, read the output honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>GDB</title>
      <link>https://solvere.app/tutorials/guides/gdb/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>reversing</category><category>pwn</category><category>linux</category><category>buffer-overflow</category><category>c</category><category>enumeration</category>
      <guid>https://solvere.app/tutorials/guides/gdb/</guid>
      <description>The GDB quick reference with GEF and pwndbg: launch flags, a modular cheat sheet, and a worked breakdown of every real situation. Break on a stripped binary, step by instruction, read args in registers, dump the stack, watch a variable, measure an overflow offset with cyclic, inspect the heap, and debug a core dump post-mortem.</description>
    </item>
    
    <item>
      <title>Wfuzz</title>
      <link>https://solvere.app/tutorials/guides/wfuzz/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>recon</category><category>enumeration</category><category>brute-force</category><category>linux</category><category>python</category>
      <guid>https://solvere.app/tutorials/guides/wfuzz/</guid>
      <description>The Wfuzz quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Fuzz paths, query and POST parameters, headers, cookies, and virtual hosts, filter custom-404 noise by size, brute a login with two markers, encode payloads on the fly, and proxy through Burp.</description>
    </item>
    
    <item>
      <title>RustScan</title>
      <link>https://solvere.app/tutorials/guides/rustscan/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>recon</category><category>enumeration</category><category>rustscan</category><category>nmap</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/rustscan/</guid>
      <description>The RustScan quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Sweep all 65535 TCP ports in seconds, hand the open ones to Nmap for versions and scripts, scan a subnet or a file of hosts, fix too many open files, tune speed on a laggy link, and pull a greppable port list.</description>
    </item>
    
    <item>
      <title>Pspy</title>
      <link>https://solvere.app/tutorials/guides/pspy/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>linux</category><category>privilege-escalation</category><category>enumeration</category><category>cron</category><category>post-exploitation</category>
      <guid>https://solvere.app/tutorials/guides/pspy/</guid>
      <description>The pspy quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Transfer the static binary, watch processes and cron fire in real time without root, catch a UID=0 root timer, save and grep the feed for root commands, and turn a writable cron script into a privilege-escalation lead.</description>
    </item>
    
    <item>
      <title>LinPEAS</title>
      <link>https://solvere.app/tutorials/guides/linpeas/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>linux</category><category>privilege-escalation</category><category>enumeration</category><category>linpeas</category><category>post-exploitation</category><category>sudo</category><category>suid</category>
      <guid>https://solvere.app/tutorials/guides/linpeas/</guid>
      <description>The LinPEAS quick reference: the flags that matter, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Deliver the script to a target, run and save a clean no-color report, tune the depth (stealth, all-checks, extra, regex), scope checks by group or MITRE technique, grep the high-signal findings, and read the color legend honestly.</description>
    </item>
    
    <item>
      <title>LinEnum</title>
      <link>https://solvere.app/tutorials/guides/linenum/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>linux</category><category>privilege-escalation</category><category>enumeration</category><category>bash</category><category>suid</category><category>sudo</category>
      <guid>https://solvere.app/tutorials/guides/linenum/</guid>
      <description>The LinEnum quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Deliver the script to a foothold, run default vs thorough, hunt keywords, export files, write a report, and read the sudo, SUID/SGID, cron, and creds sections that matter.</description>
    </item>
    
    <item>
      <title>Hash-Identifier</title>
      <link>https://solvere.app/tutorials/guides/hash-identifier/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>crypto</category><category>password-cracking</category><category>hash-cracking</category><category>recon</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/hash-identifier/</guid>
      <description>The hash-identifier quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Turn an unknown hash into the right hashcat -m mode or john --format, triage a mixed dump, read prefixes like $6$ and $2y$, break the MD5-vs-NTLM tie, and hand the type straight to a cracker.</description>
    </item>
    
    <item>
      <title>Chisel</title>
      <link>https://solvere.app/tutorials/guides/chisel/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>lateral-movement</category><category>chisel</category><category>linux</category><category>windows</category><category>ssh</category>
      <guid>https://solvere.app/tutorials/guides/chisel/</guid>
      <description>A practical Chisel guide: tunnel TCP and UDP over HTTP, build a reverse SOCKS pivot from a foothold, reach internal hosts, and keep the noise low in a lab.</description>
    </item>
    
    <item>
      <title>Binwalk</title>
      <link>https://solvere.app/tutorials/guides/binwalk/</link>
      <pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>forensics</category><category>reversing</category><category>binwalk</category><category>misc</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/binwalk/</guid>
      <description>The Binwalk quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Map firmware with a signature scan, extract nested layers recursively, carve a byte range with dd, read entropy for compression vs encryption, filter to just the filesystem, and identify a raw blob&#39;s CPU architecture.</description>
    </item>
    
    <item>
      <title>SearchSploit</title>
      <link>https://solvere.app/tutorials/guides/searchsploit/</link>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>linux</category>
      <guid>https://solvere.app/tutorials/guides/searchsploit/</guid>
      <description>The SearchSploit quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Search by product and version, match a CVE, pin a strict version, filter DoS noise, read code in the pager, mirror an exploit, output JSON, and triage straight from an Nmap scan.</description>
    </item>
    
    <item>
      <title>Nmap</title>
      <link>https://solvere.app/tutorials/guides/nmap/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>recon</category><category>enumeration</category><category>nmap</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/nmap/</guid>
      <description>The Nmap quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Ping-sweep a subnet, scan all 65535 ports, fingerprint service versions, run safe NSE scripts, scan UDP, get past a blocked ping, and save output for your notes.</description>
    </item>
    
    <item>
      <title>Hashcat</title>
      <link>https://solvere.app/tutorials/guides/hashcat/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>brute-force</category><category>linux</category><category>windows</category>
      <guid>https://solvere.app/tutorials/guides/hashcat/</guid>
      <description>The Hashcat quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Pick the exact hash mode, run dictionary, rule, mask, and hybrid attacks, crack NTLM, sha512crypt, WPA, and Kerberoast hashes, read the status screen, and resume long jobs.</description>
    </item>
    
    <item>
      <title>DNSRecon</title>
      <link>https://solvere.app/tutorials/guides/dnsrecon/</link>
      <pubDate>Wed, 11 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>dns</category><category>recon</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/dnsrecon/</guid>
      <description>The DNSRecon quick reference: modes, flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Pull standard records, test a zone transfer, brute force subdomains, reverse an IP range, walk a DNSSEC zone, pin a resolver, and save CSV/JSON you can diff.</description>
    </item>
    
    <item>
      <title>rpcclient</title>
      <link>https://solvere.app/tutorials/guides/rpcclient/</link>
      <pubDate>Tue, 10 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/rpcclient/</guid>
      <description>The rpcclient quick reference: connection flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Open a null session, enumerate users, groups, RIDs, and shares, read the password policy, map names to SIDs, RID-cycle, authenticate with an NT hash, and read NT_STATUS errors honestly.</description>
    </item>
    
    <item>
      <title>curl</title>
      <link>https://solvere.app/tutorials/guides/curl/</link>
      <pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/curl/</guid>
      <description>The curl quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. POST JSON, follow redirects, reuse cookies, pin DNS, resume a download, ignore a self-signed cert, time a slow endpoint, and proxy through Burp.</description>
    </item>
    
    <item>
      <title>Gobuster</title>
      <link>https://solvere.app/tutorials/guides/gobuster/</link>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>dns</category><category>gobuster</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/gobuster/</guid>
      <description>The Gobuster quick reference: modes, flags, a modular cheat sheet, and a worked breakdown of every real task. Brute-force directories and files, discover vhosts and DNS subdomains, filter false positives by status and length, fuzz with the FUZZ keyword, route through Burp, and enumerate open S3 buckets.</description>
    </item>
    
    <item>
      <title>Impacket</title>
      <link>https://solvere.app/tutorials/guides/impacket/</link>
      <pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/impacket/</guid>
      <description>A practical Impacket guide: install it, verify it, pick the right script, handle credential and hash syntax cleanly, read protocol errors honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>WPScan</title>
      <link>https://solvere.app/tutorials/guides/wpscan/</link>
      <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>recon</category><category>wordpress</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/wpscan/</guid>
      <description>The WPScan quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Enumerate users, find vulnerable plugins and themes, pull exposed config backups, run an authorized login attack, tune detection-mode noise, and parse the JSON with jq.</description>
    </item>
    
    <item>
      <title>smbclient</title>
      <link>https://solvere.app/tutorials/guides/smbclient/</link>
      <pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>smb</category><category>enumeration</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/smbclient/</guid>
      <description>The smbclient quick reference: flags, a modular cheat sheet, and a worked breakdown of every real situation. List shares over a null session, browse a share interactively, pull one file or a whole tree, pass-the-hash, force an SMB dialect, grab a share as a tar, and debug a refused connection.</description>
    </item>
    
    <item>
      <title>WhatWeb</title>
      <link>https://solvere.app/tutorials/guides/whatweb/</link>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/whatweb/</guid>
      <description>The WhatWeb quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Fingerprint a target, tune aggression, chase redirects to the real app, hit a vhost by Host header, scan a list, proxy through Burp, and save structured JSON.</description>
    </item>
    
    <item>
      <title>ffuf</title>
      <link>https://solvere.app/tutorials/guides/ffuf/</link>
      <pubDate>Fri, 06 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>ffuf</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/ffuf/</guid>
      <description>The ffuf quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Fuzz directories and extensions, discover hidden parameters and virtual hosts, fuzz JSON and login bodies, calibrate away catch-all pages, filter by size, words, or regex, recurse, and replay a captured request.</description>
    </item>
    
    <item>
      <title>Responder</title>
      <link>https://solvere.app/tutorials/guides/responder/</link>
      <pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>active-directory</category><category>smb</category><category>networking</category><category>windows</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/responder/</guid>
      <description>A practical Responder guide: install it, pick the right interface, start in analyze mode, capture lab name-resolution traffic safely, read the output honestly, and keep a cheat sheet you will actually reuse.</description>
    </item>
    
    <item>
      <title>SecLists</title>
      <link>https://solvere.app/tutorials/guides/seclists/</link>
      <pubDate>Tue, 03 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>enumeration</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/seclists/</guid>
      <description>The SecLists quick reference: the folders that matter, the file tools and flags you pair with a list, and a modular cheat sheet. Pick a web-content list, brute subdomains, fuzz a vhost, feed ffuf and gobuster, run a gentle Hydra login test, crack hashes offline, and carve a big list into a focused slice.</description>
    </item>
    
    <item>
      <title>Netcat</title>
      <link>https://solvere.app/tutorials/guides/netcat/</link>
      <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>networking</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/netcat/</guid>
      <description>The netcat quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Check a port, grab a banner, hand-speak HTTP or SMTP, scan a small range, move a file or a whole directory between lab hosts, dial through a SOCKS proxy, and catch a reverse shell.</description>
    </item>
    
    <item>
      <title>Amass</title>
      <link>https://solvere.app/tutorials/guides/amass/</link>
      <pubDate>Sun, 01 Feb 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>osint</category><category>dns</category><category>recon</category><category>enumeration</category><category>web</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/amass/</guid>
      <description>The Amass quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real recon situation. Enumerate subdomains passively then actively, load API keys for real coverage, brute force names, pull JSON with jq, find related domains by WHOIS/ASN/CIDR, diff the stored database, and validate before you scan.</description>
    </item>
    
    <item>
      <title>testssl.sh</title>
      <link>https://solvere.app/tutorials/guides/testssl/</link>
      <pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate>
      <dc:creator>Solvere Labs</dc:creator>
      <category>web</category><category>recon</category><category>linux</category>
      <guid>https://solvere.app/tutorials/guides/testssl/</guid>
      <description>The testssl.sh quick reference: flags, a modular copy-paste cheat sheet, and a worked breakdown of every real situation. Confirm old protocols are off, read the certificate chain, run every named-vuln check, list ciphers, scan STARTTLS mail ports, and pin one backend behind a load balancer.</description>
    </item>
    
  </channel>
</rss>
