Things should do after sublister(sublist3r)
Things should do after sublister(sublist3r)
Sublist3r is tool which is used by pentester which shows unique subdomains as I showed below
Step 1:
copy all the subdomains, After that use the command nano and store all the links and name it
You see,there no https:// infront of the subdomains
Step 2:
USE THE BELOW COMMAND
sudo python -c "with open('input.txt', 'r') as infile, open('output.txt', 'w') as outfile: outfile.write('\n'.join(['https://' + line.strip() for line in infile]))"
boom!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Comments
Post a Comment