Updated: 2023-07-17 21:41:20 + 4
parent
495ea2d461
commit
aa367deaf6
|
@ -145,7 +145,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"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",
|
||||
"source": false
|
||||
}
|
||||
|
@ -238,7 +238,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"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,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -255,7 +255,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"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,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -278,7 +278,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"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",
|
||||
"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/About Browsers.md",
|
||||
"Raspberry Pis.md",
|
||||
"Pasted image 20230717204615.png",
|
||||
"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)
|
||||
|
||||
---
|
||||
|
||||
# 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