Extract specific domain from your combo list |Python
by lulzintel - Tuesday September 26, 2023 at 09:06 AM
#1
All yours baby <3 simple easy to read , edit, drink coffee, nigger
[Image: 8tiLP3Y.png]
Hidden Content
You must register or login to view this content.
Reply
#2
show me the magic!

Can be done way more simple: 'grep @Domain.com:'
Reply
#3
(Sep 26, 2023, 07:53 PM)joepa Wrote: show me the magic!

Can be done way more simple: 'grep @Domain.com:'

Big Grin 100 line in python = one command in linux
Reply
#4
(Sep 26, 2023, 07:53 PM)joepa Wrote: show me the magic!

Can be done way more simple: 'grep @Domain.com:'


$grep @gov.com

whats the output is it just the emails that starts with @gov and end with .com or all the domains pattern @mix.gov.com @gov.eu .? Huh
Reply
#5
Quote:$grep @gov.com
whats the output is it just the emails that starts with @gov and end with .com or all the domains pattern @mix.gov.com @gov.eu .? Huh
All that contain exactly '@gov.com:', so @gov.com plus ':' (followred by a passwords), so NOT @gov.com.br etc. If you want this too: grep '@gov.com.br:' infile.
Reply
#6
i always use grep and regex querys but maybe this works easy? dk
Reply
#7
(Sep 26, 2023, 07:53 PM)joepa Wrote: show me the magic!

Can be done way more simple: 'grep @Domain.com:'

FYI, dots need to be escaped inside a grep command.

While this can be useful, it's unbelievably slow depending on the size of the data. The best thing to do is to parse and clean the data then put it in an efficient indexed database
Reply
#8
Quote:FYI, dots need to be escaped inside a grep command.
Indeed, so grep @Domain\.com:'
Quote:While this can be useful, it's unbelievably slow depending on the size of the data. The best thing to do is to parse and clean the data then put it in an efficient indexed database
Agree. Filter crap, normalize and then put it in a database for later repeated use.
Reply
#9
THAAAANKS MATE
Reply
#10
Amazing share .. am want it mate
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] Database Searcher Telegram odanbtw 1,012 82,949 3 hours ago
Last Post: test101
  Cardable Giftcard Websites AKASHIC 11 479 Yesterday, 12:39 PM
Last Post: yuhang
  ✅ Top 10 Google Dorks For SQL Injections NextSoftGroup 10 314 Yesterday, 08:44 AM
Last Post: auhfgkjasfhaj
  Top 10 Phishing Tools To Use 2024 Frontman 578 37,112 May 02, 2026, 03:02 PM
Last Post: cwel321
  Bypassing Modern AV (Metasploit Method) godco99 5 372 May 02, 2026, 02:11 PM
Last Post: UnknownUser01

Forum Jump:


 Users browsing this forum: 1 Guest(s)