Skip to content

Excel queries to assist pentester/bugHunter during an engagement. Make excel less boring task

Notifications You must be signed in to change notification settings

ihebski/Excel-Queries-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Extract Sub-Domain + Domain from URL

=SUBSTITUTE(REPLACE(REPLACE(A2; 1; IFERROR(FIND("//"; A2)+1; 0); "")&"/"; FIND("/"; REPLACE(A2; 1; IFERROR(FIND("//"; A2)+1; 0); "")&"/"); LEN(A2); ""); "www."; "")

About

Excel queries to assist pentester/bugHunter during an engagement. Make excel less boring task

Topics

Resources

Stars

Watchers

Forks