Updated: 2023-07-17 21:41:20 + 4
parent
495ea2d461
commit
aa367deaf6
|
@ -145,7 +145,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -238,7 +238,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
}
|
}
|
||||||
|
@ -278,7 +278,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md"
|
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -303,8 +303,8 @@
|
||||||
},
|
},
|
||||||
"active": "ce9ac57d574a2ef3",
|
"active": "ce9ac57d574a2ef3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/About Browsers.md",
|
|
||||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
||||||
|
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/About Browsers.md",
|
||||||
"Raspberry Pis.md",
|
"Raspberry Pis.md",
|
||||||
"Pasted image 20230717204615.png",
|
"Pasted image 20230717204615.png",
|
||||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts/Plex.md",
|
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts/Plex.md",
|
||||||
|
|
|
@ -39,3 +39,27 @@ Q7: **OK, maybe you aren't attacking me. What can I do about the messages in my
|
||||||
--> refer to DNS Address or [Domain Name Servers](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FHosting%2FBrowser%20talk%2FDNS)
|
--> refer to DNS Address or [Domain Name Servers](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FCommands%20%2B%20Settings%2FInternet%2FHosting%2FBrowser%20talk%2FDNS)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
# Domain2IP-Converter
|
||||||
|
|
||||||
|
Convert domain lists to resolved IP without duplicated, useful for strong large recon, and Bug Bounty
|
||||||
|
|
||||||
|
[Install](https://github.com/AnonymousJass/Domain2IP-Converter#install)
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone [https://github.com/blackhatethicalhacking/Domain2IP-Converter.git](https://github.com/blackhatethicalhacking/Domain2IP-Converter.git)
|
||||||
|
|
||||||
|
cd convert_d2ip
|
||||||
|
|
||||||
|
chmod +x convert_d2ip.sh
|
||||||
|
|
||||||
|
./convert_d2ip.sh
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
# [Usage](https://github.com/AnonymousJass/Domain2IP-Converter#usage)
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
```
|
||||||
|
./convert_d2ip.sh [domain-list-file] [output-file]
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue