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


 you won't get https:// in the begging of these url ,here I have a solution for it i.e ive developed a one line script for this

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

Popular posts from this blog

FOUNDATIONS OF CYBERSECURITY GOOGLE(COURSERA) QUIZ ANSWERS

HOW TO BYPASS THE 2FA(TWO FACTOR AUTHENTICATION)

PlayItSafe google cyber security professional course 2 (COURSERA)

BITFLIPING

AUTOMATED SCRIPT FOR FINDING XSS

BEGINNER BUG BOUNTY TOOLS PART-1

The article explores the technique of remote server control through reverse shells employed by hackers, emphasizing their ability to gain unauthorized access and control over servers.

BEGINNER BUG BOUNTY TOOLS PART 2

how hackers do a phishing page in 8 lines of code using html