- CRITICAL: Ethical Use & Legal Responsibility
+ CRITICAL: Ethical Use & Legal Responsibility
MANDATORY
⚖️ Unauthorized access is ILLEGAL and punishable by law
diff --git a/src/app/_lib/emailWordlist.ts b/src/app/_lib/emailWordlist.ts
index 4b1a27c..6ea0cd5 100644
--- a/src/app/_lib/emailWordlist.ts
+++ b/src/app/_lib/emailWordlist.ts
@@ -133,7 +133,7 @@ function yearCandidates(birthDate?: string, extra?: string): string[] {
years.push(String(now - 2))
if (extra) {
// Accept multiple numbers separated by any non-digit separator
- const tokens = extra.split(/[^0-9]+/).map(t => t.trim()).filter(Boolean)
+ const tokens = extra.split(/\D+/).map(t => t.trim()).filter(Boolean)
for (const t of tokens) {
if (t.length >= 1 && t.length <= 6) years.push(t)
}
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 031f430..47cbd1b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -14,7 +14,7 @@ export default function About() {
- {SITE.name} is not just another wordlist generator. It’s a comprehensive cybersecurity education platform
+ {SITE.name} is not just another wordlist generator. It’s a comprehensive cybersecurity education platform{' '}
that bridges the gap between theoretical security knowledge and practical penetration testing skills.
Built for ethical hackers, red teamers, security researchers, and blue team defenders who need to
understand attack vectors to build better defenses.
@@ -45,25 +45,25 @@ export default function About() {
🔬 What Makes SafeSpray Unique
Unlike commercial wordlist generators that simply produce random combinations, SafeSpray is built on
- actual attacker methodology and behavioral psychology research.
+ actual attacker methodology{' '}and{' '}behavioral psychology research.
It replicates how real-world adversaries conduct reconnaissance, build target profiles, and generate
credential attack lists.
Real-World Attack Simulation
- - OSINT-driven generation: Mimics actual reconnaissance techniques used by professional penetration testers
- - Behavioral pattern analysis: Based on analysis of actual breached password datasets (RockYou, LinkedIn, Adobe, etc.)
- - Corporate environment targeting: Generates domain-specific wordlists following real naming conventions
- - Social engineering insights: Demonstrates how attackers exploit personal information
+ - OSINT-driven generation:{' '}Mimics actual reconnaissance techniques used by professional penetration testers
+ - Behavioral pattern analysis:{' '}Based on analysis of actual breached password datasets (RockYou, LinkedIn, Adobe, etc.)
+ - Corporate environment targeting:{' '}Generates domain-specific wordlists following real naming conventions
+ - Social engineering insights:{' '}Demonstrates how attackers exploit personal information
Privacy-First Architecture
- - Zero telemetry: No tracking, analytics, or data collection
- - 100% client-side processing: Data never leaves your browser
- - Offline capable: Works completely disconnected from the internet
- - Enterprise-friendly: Safe to use in air-gapped environments
+ - Zero telemetry:{' '}No tracking, analytics, or data collection
+ - 100% client-side processing:{' '}Data never leaves your browser
+ - Offline capable:{' '}Works completely disconnected from the internet
+ - Enterprise-friendly:{' '}Safe to use in air-gapped environments
🎓 Educational Framework
@@ -90,12 +90,12 @@ export default function About() {
🔧 Professional Tool Integration
SafeSpray generates wordlists optimized for integration with industry-standard security tools:
- - Burp Suite Professional: Intruder payload integration
- - Metasploit Framework: Auxiliary module compatibility
- - OWASP ZAP: Fuzzing payload generation
- - Hydra/Medusa: Credential attack optimization
- - Cobalt Strike: C2 framework integration
- - Custom SIEM platforms: Detection rule development
+ - Burp Suite Professional:{' '}Intruder payload integration
+ - Metasploit Framework:{' '}Auxiliary module compatibility
+ - OWASP ZAP:{' '}Fuzzing payload generation
+ - Hydra/Medusa:{' '}Credential attack optimization
+ - Cobalt Strike:{' '}C2 framework integration
+ - Custom SIEM platforms:{' '}Detection rule development
👨💻 About the Author
@@ -107,7 +107,7 @@ export default function About() {
I’m a cybersecurity specialist who over the past years has led teams, built cloud infrastructure,
protected sensitive data, analyzed malware, deployed XDR solutions, and automated just about everything
- (coffee... not yet). I invest heavily in what most ignore: real security from the first line of code.
+ (coffee... not yet). I invest heavily in what most ignore:{' '}real security from the first line of code.
@@ -131,16 +131,16 @@ export default function About() {
I work as a DevSecOps architect, AppSec solutions builder, OSINT investigator, and an all-around red/blue teamer.
- I like building my own tools, hacking my own code, using AI to accelerate investigations, and turning chaos into
- automated pipelines that keep working even under attack.
+ I like building my own tools, hacking my own code, using AI to accelerate investigations, and turning chaos into{' '}
+ automated pipelines that keep working even under attack.
I’ve uncovered fraud, helped companies through critical incidents, and built cybersecurity infrastructure focused on
- prevention, response, and visibility — always with ethics, methodology, and a touch of calculated rebellion.
+ prevention, response, and visibility — always with{' '}ethics, methodology, and a touch of calculated rebellion.
- 💡 Philosophy: If you’re looking for someone who understands the underground, knows the tools,
+ 💡 Philosophy:{' '}If you’re looking for someone who understands the underground, knows the tools,
thinks like an attacker and defends like an architect, we should talk.
@@ -200,11 +200,11 @@ export default function About() {
SafeSpray is part of a larger cybersecurity education initiative. We actively collaborate with:
- - Academic institutions for cybersecurity curriculum development
- - Security vendors for threat intelligence integration
- - Government agencies for national security education programs
- - Professional organizations (ISACA, ISC2, SANS) for certification alignment
- - Open source communities for continuous improvement and innovation
+ - Academic institutions{' '}for cybersecurity curriculum development
+ - Security vendors{' '}for threat intelligence integration
+ - Government agencies{' '}for national security education programs
+ - Professional organizations{' '}(ISACA, ISC2, SANS) for certification alignment
+ - Open source communities{' '}for continuous improvement and innovation
⚖️ Legal Notice & Ethical Guidelines
@@ -252,10 +252,10 @@ export default function About() {
- - General inquiries: LinkedIn or Twitter/X
- - Security issues: Responsible disclosure via GitHub
- - Educational partnerships: LinkedIn professional network
- - Technical contributions: GitHub pull requests and issues
+ - General inquiries:{' '}LinkedIn or Twitter/X
+ - Security issues:{' '}Responsible disclosure via GitHub
+ - Educational partnerships:{' '}LinkedIn professional network
+ - Technical contributions:{' '}GitHub pull requests and issues