How to remove duplicate subdomains from result of different tools and combine it together?
2023-5-17 00:53:0
Author: webs3c.com(查看原文)
阅读量:1
收藏
1
hello here how to remove duplicate subdomains from result of different tools and combine it together?
for example 1. I ran amass and i save output in a txt file sub1.txt 2. I ran subfinder and i save as sub2.txt 3. So i want to combine sub1.txt together with sub2.txt and save as unique.txt how will i remove duplicate subs(i.e subs appearing in both sub1 and sub2) and append to unique.txt
Hello @Venus, welcome to @webs3c and thank you for your participation!
Regarding your questions:
So i want to combine sub1.txt together with sub2.txt and save as unique.txt