Skip to content

Commit

Permalink
Create easycve.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Virdoexhunter authored Sep 3, 2020
1 parent ba6d98c commit 2e520c8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CVES/easycve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Easy CVES using Researching
Tools:google,twitter,nuclei

Steps:
1.Grab all the subdomains i.e, subfinder -d domain.com | tee -a domains.txt
2.Grap all alive domains i.e, cat domains.txt | httpx -status-code | grep 200 | cut -d " " -f1 | tee -a alive.txt
3.Run nuclei basic-detection,panels,workflows,cves templates differently and store results in different file. i.e, cat alive.txt | nuclei -t nuclei-templates/workflows | tee -a workflows.
4.Read each output carefully with patience.
5.Find interest tech used by target. i.e, jira
6.put that link into browser check the version used by target.
7.Go on google search with jira version exploit.
8.grep the cves
9.Go to twitter in explore tab search CVE(that you found from google) poc or CVE exploit
10.Go to google and put cve or some details grab from twitter for a better poc read writeups related to that.
11.Try all cves if success report it.:)











Resources:Google,Youtube,Twitter,Medium and My yesterday Bug Experience.

Please follow me on twitter @Virdoex_hunter.



0 comments on commit 2e520c8

Please sign in to comment.