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
  Acunetix 23.7 lolol 37 7,171 Yesterday, 09:37 AM
Last Post: Usercomplex
  [FREE] Database Searcher Telegram odanbtw 1,004 80,263 Apr 24, 2026, 12:13 PM
Last Post: FAKE_NBOBN00
  ✅ Top 10 Google Dorks For SQL Injections NextSoftGroup 9 219 Apr 24, 2026, 02:54 AM
Last Post: elliotalderson4
  [2026] Bypass AV / EDR Spearr 62 772 Apr 24, 2026, 02:44 AM
Last Post: elliotalderson4
  Cardable Giftcard Websites AKASHIC 8 237 Feb 10, 2026, 01:08 PM
Last Post: mreai

Forum Jump:


 Users browsing this forum: 1 Guest(s)