<?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: Abdushshakur Sulaiman Abubakar </title>
    <description>The latest articles on DEV Community by Abdushshakur Sulaiman Abubakar  (@shakoury).</description>
    <link>https://dev.to/shakoury</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3724981%2F2fea9a07-0caf-4434-985c-b2bdce9d32ce.jpg</url>
      <title>DEV Community: Abdushshakur Sulaiman Abubakar </title>
      <link>https://dev.to/shakoury</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shakoury"/>
    <language>en</language>
    <item>
      <title>My Journey</title>
      <dc:creator>Abdushshakur Sulaiman Abubakar </dc:creator>
      <pubDate>Thu, 23 Jul 2026 02:08:15 +0000</pubDate>
      <link>https://dev.to/shakoury/my-journey-1mei</link>
      <guid>https://dev.to/shakoury/my-journey-1mei</guid>
      <description>&lt;p&gt;I built a URL threat detection system from scratch — here's what I learned from v0 to v2&lt;/p&gt;

&lt;p&gt;A few months ago I posted here asking for advice and feedback on an early version of a phishing detector I was building. Today I'm sharing v2 — live, deployed, and significantly more powerful than where I started.&lt;br&gt;
Here's the journey.&lt;/p&gt;

&lt;p&gt;Where it started&lt;br&gt;
The idea came from a real problem. People around me — friends, family, crypto community members — kept clicking suspicious links and getting scammed. There was no simple tool they could use to check a link before clicking. So I decided to build one.&lt;br&gt;
v0 was basic. It worked but it was rough, limited, and I wasn't confident enough to share it widely. I actually hid it from my Facebook page because I was afraid of what people would say.&lt;br&gt;
That fear wasted time. Lesson one.&lt;/p&gt;

&lt;p&gt;What v2 became&lt;br&gt;
v2 is a full threat detection system:&lt;br&gt;
7 threat intelligence providers simultaneously — VirusTotal, Google Safe Browsing, PhishTank, ThreatFox, URLhaus, AbuseIPDB, DNS Blocklist&lt;br&gt;
Custom ML model trained on 500,000+ real phishing and safe URLs&lt;br&gt;
Risk score from 0 to 1 with full explanation&lt;br&gt;
Deep scan mode for full site analysis&lt;br&gt;
Bulk scanning for multiple URLs&lt;br&gt;
Result caching for instant repeat scans&lt;br&gt;
Results in under 20 seconds&lt;br&gt;
What I learned&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ship even when it's not ready
v0 taught me more than any tutorial. Real feedback exposed problems I never would have caught alone.&lt;/li&gt;
&lt;li&gt;Provider redundancy matters
When one provider is unavailable the system still works. Build for failure.&lt;/li&gt;
&lt;li&gt;ML alone is not enough
My ML model sometimes flags legitimate URLs. The lesson — combine multiple signals, don't trust any single one.&lt;/li&gt;
&lt;li&gt;Transparency builds trust
My DSA chairman reviewed the tool. His biggest concern wasn't detection — it was transparency. Users need to know what you check, how you score it, what you do with their data.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What's next&lt;br&gt;
Privacy Policy and About page&lt;br&gt;
Scoring methodology documentation&lt;br&gt;
Private IP blocking to prevent abuse&lt;br&gt;
Redis for persistent caching&lt;br&gt;
Mobile app and browser extension&lt;br&gt;
Try it&lt;br&gt;
🔗 aeglixmind.com&lt;br&gt;
Free. No login. No signup.&lt;br&gt;
Feedback welcome — especially from security researchers and developers. Tell me what's wrong, what's missing, what could be better.&lt;/p&gt;

&lt;p&gt;Built under Aeglix — cybersecurity tools for Africa. 🛡️&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>machinelearning</category>
      <category>africa</category>
    </item>
    <item>
      <title>Support me with advice and feedback</title>
      <dc:creator>Abdushshakur Sulaiman Abubakar </dc:creator>
      <pubDate>Thu, 22 Jan 2026 02:07:24 +0000</pubDate>
      <link>https://dev.to/shakoury/support-me-with-advice-and-feedback-1j54</link>
      <guid>https://dev.to/shakoury/support-me-with-advice-and-feedback-1j54</guid>
      <description>&lt;p&gt;HAsh_Scanner — ML-Enhanced Phishing Detection System&lt;/p&gt;

&lt;p&gt;I developed HAsh_Scanner, a web application that checks URLs in real time to detect phishing websites using machine learning and security checks.&lt;/p&gt;

&lt;p&gt;Overview: Phishing attacks are one of the most common online threats, often using fake websites to steal passwords, bank details, or personal information. HAsh_Scanner is designed to help users verify links before visiting them, providing a clear risk assessment rather than a simple safe/unsafe label.&lt;/p&gt;

&lt;p&gt;How It Works:&lt;/p&gt;

&lt;p&gt;When a URL is submitted, the system performs multiple checks simultaneously.&lt;/p&gt;

&lt;p&gt;URL Analysis: Examines subdomains, special characters, unusual encoding, and IP-based URLs. Detects patterns common in phishing links.&lt;/p&gt;

&lt;p&gt;Domain Intelligence: Evaluates domain age, registration info, SSL certificate validity, and high-risk TLDs. New domains or unusual registrars are flagged.&lt;/p&gt;

&lt;p&gt;Content Inspection: Searches for phishing keywords (verify, update, suspend, login) and common phishing page structures.&lt;/p&gt;

&lt;p&gt;Machine Learning: Trained on over 156,000 real-world phishing URLs, the system identifies brand impersonation, suspicious paths, and subdomain abuse.&lt;/p&gt;

&lt;p&gt;Risk Scoring: Aggregates all findings into a risk score from 0–100 to give users a nuanced view of potential threats.&lt;/p&gt;

&lt;p&gt;Validation and Testing:&lt;/p&gt;

&lt;p&gt;Tested on 51 legitimate websites, including major brands and banks: 0 false positives, average risk score 1.2.&lt;/p&gt;

&lt;p&gt;Tested on 20 known phishing patterns: 70% detection rate, highest scores aligned with the most dangerous sites.&lt;/p&gt;

&lt;p&gt;The system balances detection accuracy with minimal false positives to maintain trust.&lt;/p&gt;

&lt;p&gt;Platform Security:&lt;/p&gt;

&lt;p&gt;Custom middleware to handle requests securely.&lt;/p&gt;

&lt;p&gt;Rate limiting (15 requests per minute, 100 per hour) and bot detection to prevent abuse.&lt;/p&gt;

&lt;p&gt;Content Security Policy, XSS, and clickjacking protections.&lt;/p&gt;

&lt;p&gt;HTTPS-only deployment ensures encrypted communications.&lt;/p&gt;

&lt;p&gt;Technology Stack:&lt;/p&gt;

&lt;p&gt;Backend: Python, Flask, Gunicorn&lt;/p&gt;

&lt;p&gt;Machine Learning: Pattern recognition and heuristic analysis&lt;/p&gt;

&lt;p&gt;Frontend: HTML5 / CSS3, responsive design&lt;/p&gt;

&lt;p&gt;Deployment: Render with auto-deploy from GitHub, global CDN&lt;/p&gt;

&lt;p&gt;Design Principles:&lt;/p&gt;

&lt;p&gt;Minimize false positives&lt;/p&gt;

&lt;p&gt;Explainable results rather than black-box decisions&lt;/p&gt;

&lt;p&gt;Privacy-first approach: no URL storage or user tracking&lt;/p&gt;

&lt;p&gt;Built for practical use in real-world scenarios, not only lab testing&lt;/p&gt;

&lt;p&gt;Live Demo: &lt;a href="https://hash-scanner-1.onrender.com" rel="noopener noreferrer"&gt;https://hash-scanner-1.onrender.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I welcome feedback from my mentors, developers and cyber security professionals to improve the system and expand it's capabilities.&lt;/p&gt;

&lt;p&gt;Note: I am still a student and learning, so I may make mistakes. Your feedback is appreciated.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F58muapnqb4xep5v82d6d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F58muapnqb4xep5v82d6d.png" alt=" " width="720" height="1600"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>beginners</category>
      <category>python</category>
    </item>
  </channel>
</rss>
