<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lucap123</title>
    <description>The latest articles on DEV Community by lucap123 (@lucap123).</description>
    <link>https://dev.to/lucap123</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3922193%2F7e3e1581-eecc-40b7-b8cf-565e532ecbe9.png</url>
      <title>DEV Community: lucap123</title>
      <link>https://dev.to/lucap123</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lucap123"/>
    <language>en</language>
    <item>
      <title>I built a CLI session manager for web hacking. I'm tired of copy-pasting auth tokens 50 times a day</title>
      <dc:creator>lucap123</dc:creator>
      <pubDate>Sat, 09 May 2026 17:05:12 +0000</pubDate>
      <link>https://dev.to/lucap123/i-built-a-cli-session-manager-for-web-hacking-im-tired-of-copy-pasting-auth-tokens-50-times-a-day-4ne4</link>
      <guid>https://dev.to/lucap123/i-built-a-cli-session-manager-for-web-hacking-im-tired-of-copy-pasting-auth-tokens-50-times-a-day-4ne4</guid>
      <description>&lt;p&gt;Every pentest I do the same thing: copy the same Authorization header &lt;br&gt;
into curl, then ffuf, then nuclei. Token refreshes? Update everything. &lt;br&gt;
Two targets at once? Constant confusion.&lt;/p&gt;

&lt;p&gt;So I built scope, a lightweight CLI tool that remembers your session &lt;br&gt;
(base URL, headers, proxy) and injects it automatically into whatever &lt;br&gt;
tool you run.&lt;/p&gt;

&lt;p&gt;scope new target --url &lt;a href="https://api.target.com" rel="noopener noreferrer"&gt;https://api.target.com&lt;/a&gt;&lt;br&gt;
scope set header "Authorization: Bearer eyJ..."&lt;br&gt;
scope use target&lt;/p&gt;

&lt;p&gt;scope curl /users          # headers auto-injected&lt;br&gt;
scope ffuf -w words.txt -u /FUZZ&lt;br&gt;
scope nuclei -t exposures/&lt;/p&gt;

&lt;p&gt;No GUI, no account, no cloud. Single binary, sessions stored as plain &lt;br&gt;
JSON in ~/.scope/&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/lucap123/Scope" rel="noopener noreferrer"&gt;https://github.com/lucap123/Scope&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cli</category>
      <category>security</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
