Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pkg install git python build-essential cmake ninja libopenblas libandroid-execinfo patchelf binutils-is-llvm
- pip3 install setuptools wheel packaging pyproject_metadata cython meson-python versioneer
- python3 -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")'
- MATHLIB=m LDFLAGS="-lpython3.12" pip3 install --no-build-isolation --no-cache-dir numpy
- pip install funcy
- git clone https://github.com/7Ragnarok7/DEDMAP
- cd DEDMAP
- chmod +x install.sh
- bash ./install.sh
- ./dedmap -d google.com yahoo.com facebook.com localhost
- ./dedmap localhost
- ./dedmap -h
- ./dedmap -nr 1.1.1.1-255
- (Perform a dns lookup on all the live targets in the network)
- [['-s' '--silent']
- ['-b' '--black']
- ['-n' '--net']
- ['-m' '--mode']
- ['-d' '--dns']
- ['-r' '--rdns']
- ['-t' '--tcp']
- ['-u' '--udp']
- ['-h' '--help']
- ['-v' '--verbose']
- ['-p' '--port']
- ['-o' '--out']]
- ./dedmap -nt 1.1.1.0-255
- (To scan only the hosts which are alive in the network)
- ./dedmap 1.1.1.1-100 google.com
- (Perform a tcp scan on all the hosts without pinging to bypass firewall icmp block)
- dedmap -p 20 1.1.1.1
- dedmap -p top10 2.2.2.2
- dedmap -p 20,21,22 1.1.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement