Using {{domain}}
ReconNess replace {{domain}}
for the subdomain.
python3 takeover.py -d {{domain}} -v
​Click here to know more about Takeover​
This Agent run in each subdomain.
using ReconNess.Core.Models;​if (lineInputCount < 13){return new ScriptOutput();}​if (lineInput.Contains("service found! Potential domain takeover found")){return new ScriptOutput { Takeover = true, IsAlive = true };}​return new ScriptOutput();
Check the Readme on GitHub to know more about the Script.
# -------- Agents dependencies --------​# To allow run takeover inside the docker​RUN apt-get update && apt-get install -y git python3 python3-pip wgetRUN git clone https://github.com/m4ll0k/takeover.gitRUN cd takeover && python3 setup.py install​# -------- End Agents dependencies --------
python3 /app/takeover/takeover.py -d {{domain}} -v