Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Great story on cable hacker Captain Midnight
https://cdn-images-1.medium.com/max/600/1*NhHn4ILLpvRVpneqwOgM6w.jpeg
Captain Midnight: ‘No regrets’ about jamming HBO back in ’86 — Paul McNamara, NetworkWorld, 4/26/2011
Continue reading on Hybrid Analyst »
___________________________
@hacking_Attack
@Hacking_Video
Great story on cable hacker Captain Midnight
https://cdn-images-1.medium.com/max/600/1*NhHn4ILLpvRVpneqwOgM6w.jpeg
Captain Midnight: ‘No regrets’ about jamming HBO back in ’86 — Paul McNamara, NetworkWorld, 4/26/2011
Continue reading on Hybrid Analyst »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Great story on cable hacker Captain Midnight
Captain Midnight: ‘No regrets’ about jamming HBO back in ’86 — Paul McNamara, NetworkWorld, 4/26/2011
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
LibAFL : Advanced Fuzzing Library – Slot Your Fuzzer Together In Rust
Advanced Fuzzing Library is a slot your own fuzzers together and extend their features using Rust. LibAFL is written and maintained by Andrea Fioraldi andreafioraldi@gmail.com and Dominik Maier mail@dmnk.co. Why LibAFL? LibAFL gives you many of the benefits of an off-the-shelf fuzzer, while being completely customizable. Some highlight features currently include: fast: We do everything we can at […]
The post LibAFL : Advanced Fuzzing Library – Slot Your Fuzzer Together In Rust appeared first on Kali Linux Tutorials.
___________________________
@hacking_Attack
@Hacking_Video
LibAFL : Advanced Fuzzing Library – Slot Your Fuzzer Together In Rust
Advanced Fuzzing Library is a slot your own fuzzers together and extend their features using Rust. LibAFL is written and maintained by Andrea Fioraldi andreafioraldi@gmail.com and Dominik Maier mail@dmnk.co. Why LibAFL? LibAFL gives you many of the benefits of an off-the-shelf fuzzer, while being completely customizable. Some highlight features currently include: fast: We do everything we can at […]
The post LibAFL : Advanced Fuzzing Library – Slot Your Fuzzer Together In Rust appeared first on Kali Linux Tutorials.
___________________________
@hacking_Attack
@Hacking_Video
Kali Linux Tutorials
LibAFL : Advanced Fuzzing Library - Slot Your Fuzzer Together In Rust.
Advanced Fuzzing Library - Slot your own fuzzers together and extend their features using Rust. LibAFL is written and maintained by Andrea Fioraldi.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Dark Reading: Attacks/Breaches
FBI Issues Conti Ransomware Alert as Attacks Target Healthcare
Officials have identified at least 16 Conti ransomware attacks targeting US healthcare and first responder networks.
___________________________
@hacking_Attack
@Hacking_Video
FBI Issues Conti Ransomware Alert as Attacks Target Healthcare
Officials have identified at least 16 Conti ransomware attacks targeting US healthcare and first responder networks.
___________________________
@hacking_Attack
@Hacking_Video
Dark Reading
FBI Issues Conti Ransomware Alert as Attacks Target Healthcare
Officials have identified at least 16 Conti ransomware attacks targeting US healthcare and first responder networks.
DivideAndScan - Divide Full Port Scan Results And Use It For Targeted Nmap Runs
http://www.kitploit.com/2021/05/divideandscan-divide-full-port-scan.html
___________________________
@hacking_Attack
@Hacking_Video
http://www.kitploit.com/2021/05/divideandscan-divide-full-port-scan.html
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
DivideAndScan - Divide Full Port Scan Results And Use It For Targeted Nmap Runs
Divide Et Impera And Scan (and also merge the scan results)
DivideAndScan is used to efficiently automate port scanning (https://www.kitploit.com/search/label/Port%20Scanning) routine by splitting it into 3 phases: Discover open ports (https://www.kitploit.com/search/label/Open%20Ports) for a bunch of targets. Run Nmap individually for each target with version grabbing and NSE actions. Merge the results into a single Nmap report (different formats available). For the 1st phase a fast port scanner (https://www.kitploit.com/search/label/Port%20Scanner) is intended to be used (Masscan (https://github.com/robertdavidgraham/masscan) / RustScan (https://github.com/RustScan/RustScan) / Naabu (https://github.com/projectdiscovery/naabu)), whose output is parsed and stored in a database (TinyDB (https://github.com/msiemens/tinydb)). Next, during the 2nd phase individual Nmap scans are launched for each target with its set of open ports (multiprocessing is supported) according to the database data. Finally, in the 3rd phase separate Nmap outputs are merged into a single report in different formats (XML / HTML / simple text / grepable) with nMap_Merger (https://git%20%20%20hub.com/CBHue/nMap_Merger). Potential use cases: Pentest engagements / red teaming (https://www.kitploit.com/search/label/Red%20Teaming) with a large scope to enumerate. Cybersecurity wargames / training CTF labs. OSCP certification exam.
How It Works
___________________________
@hacking_Attack
@Hacking_Video
DivideAndScan is used to efficiently automate port scanning (https://www.kitploit.com/search/label/Port%20Scanning) routine by splitting it into 3 phases: Discover open ports (https://www.kitploit.com/search/label/Open%20Ports) for a bunch of targets. Run Nmap individually for each target with version grabbing and NSE actions. Merge the results into a single Nmap report (different formats available). For the 1st phase a fast port scanner (https://www.kitploit.com/search/label/Port%20Scanner) is intended to be used (Masscan (https://github.com/robertdavidgraham/masscan) / RustScan (https://github.com/RustScan/RustScan) / Naabu (https://github.com/projectdiscovery/naabu)), whose output is parsed and stored in a database (TinyDB (https://github.com/msiemens/tinydb)). Next, during the 2nd phase individual Nmap scans are launched for each target with its set of open ports (multiprocessing is supported) according to the database data. Finally, in the 3rd phase separate Nmap outputs are merged into a single report in different formats (XML / HTML / simple text / grepable) with nMap_Merger (https://git%20%20%20hub.com/CBHue/nMap_Merger). Potential use cases: Pentest engagements / red teaming (https://www.kitploit.com/search/label/Red%20Teaming) with a large scope to enumerate. Cybersecurity wargames / training CTF labs. OSCP certification exam.
How It Works
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Leading source of security tools, hacking tools, cybersecurity and network security. Learn about new tools and updates in one place.
How to Install
Prerequisites
To successfully divide and scan we need to get some good port scanning tools. Note: if you don't feel like messing with dependecies on your host OS, skip to the Docker (https://github.com/snovvcrash/DivideAndScan#using-from-docker) part.
Nmap
sudo apt install nmap sudo xsltproc -y
sudo nmap --script-updatedb
Masscan
cd /tmp
git clone https://github.com/robertdavidgraham/masscan.git
cd masscan
make
sudo make install
cd && rm -rf /tmp/masscan
RustScan
cd /tmp
wget -qO- https://api.github.com/repos/RustScan/RustScan/releases/latest \
| grep "browser_download_url.*amd64.deb" \
| cut -d: -f2,3 \
| tr -d \" \
| wget -qO rustscan.deb -i-
sudo dpkg -i rustscan.deb
cd && rm /tmp/rustscan.deb
sudo wget https://gist.github.com/snovvcrash/c7f8223cc27154555496a9cbb4650681/raw/a76a2c658370d8b823a8a38a860e4d88051b417e/rustscan-ports-top1000.toml -O /root/.rustscan.toml
Naabu
sudo mkdir /opt/projectdiscovery
cd /opt/projectdiscovery
wget -qO- https://api.github.com/repos/projectdiscovery/naabu/releases/latest \
| grep "browser_download_url.*linux-amd64.tar.gz" \
| cut -d: -f2,3 \
| tr -d \" \
| sudo wget -qO naabu.tar.gz -i-
sudo tar -xvzf naabu.tar.gz
sudo mv naabu-linux-amd64 naabu
sudo rm naabu.tar.gz README.md LICENSE.md
sudo ln -vs /opt/projectdiscovery/naabu /usr/local/bin/naabu
Installation
DivideAndScan is available on PyPI as divideandscan, though I recommend installing it from GitHub with pipx (https://github.com/pipxproject/pipx) in order to always have the bleeding-edge version: ~$ pipx install -f "git+https://github.com/snovvcrash/DivideAndScan.git"
~$ das For debbugging purposes you can set up a dev environment with poetry (https://github.com/python-poetry/poetry): ~$ git clone https://github.com/snovvcrash/DivideAndScan
~$ cd DivideAndScan
~$ poetry install
~$ poetry run das Note: DivideAndScan uses sudo to run all the port scanners, so it will ask for the password when scanning commands are invoked.
Using from Docker
You can run DivideAndScan in a Docker container as follows: ~$ docker run -it --rm --name das -v `pwd`:/app snovvcrash/divideandscan Since the tool requires some input data and produces some output data, you should specify your current working directory as the mount point at /app within the container. You may want to set an alias to make the base command shorter: ~$ alias das='docker run -it --rm --name das -v `pwd`:/app snovvcrash/divideandscan'
~$ das
How to Use
___________________________
@hacking_Attack
@Hacking_Video
Prerequisites
To successfully divide and scan we need to get some good port scanning tools. Note: if you don't feel like messing with dependecies on your host OS, skip to the Docker (https://github.com/snovvcrash/DivideAndScan#using-from-docker) part.
Nmap
sudo apt install nmap sudo xsltproc -y
sudo nmap --script-updatedb
Masscan
cd /tmp
git clone https://github.com/robertdavidgraham/masscan.git
cd masscan
make
sudo make install
cd && rm -rf /tmp/masscan
RustScan
cd /tmp
wget -qO- https://api.github.com/repos/RustScan/RustScan/releases/latest \
| grep "browser_download_url.*amd64.deb" \
| cut -d: -f2,3 \
| tr -d \" \
| wget -qO rustscan.deb -i-
sudo dpkg -i rustscan.deb
cd && rm /tmp/rustscan.deb
sudo wget https://gist.github.com/snovvcrash/c7f8223cc27154555496a9cbb4650681/raw/a76a2c658370d8b823a8a38a860e4d88051b417e/rustscan-ports-top1000.toml -O /root/.rustscan.toml
Naabu
sudo mkdir /opt/projectdiscovery
cd /opt/projectdiscovery
wget -qO- https://api.github.com/repos/projectdiscovery/naabu/releases/latest \
| grep "browser_download_url.*linux-amd64.tar.gz" \
| cut -d: -f2,3 \
| tr -d \" \
| sudo wget -qO naabu.tar.gz -i-
sudo tar -xvzf naabu.tar.gz
sudo mv naabu-linux-amd64 naabu
sudo rm naabu.tar.gz README.md LICENSE.md
sudo ln -vs /opt/projectdiscovery/naabu /usr/local/bin/naabu
Installation
DivideAndScan is available on PyPI as divideandscan, though I recommend installing it from GitHub with pipx (https://github.com/pipxproject/pipx) in order to always have the bleeding-edge version: ~$ pipx install -f "git+https://github.com/snovvcrash/DivideAndScan.git"
~$ das For debbugging purposes you can set up a dev environment with poetry (https://github.com/python-poetry/poetry): ~$ git clone https://github.com/snovvcrash/DivideAndScan
~$ cd DivideAndScan
~$ poetry install
~$ poetry run das Note: DivideAndScan uses sudo to run all the port scanners, so it will ask for the password when scanning commands are invoked.
Using from Docker
You can run DivideAndScan in a Docker container as follows: ~$ docker run -it --rm --name das -v `pwd`:/app snovvcrash/divideandscan Since the tool requires some input data and produces some output data, you should specify your current working directory as the mount point at /app within the container. You may want to set an alias to make the base command shorter: ~$ alias das='docker run -it --rm --name das -v `pwd`:/app snovvcrash/divideandscan'
~$ das
How to Use
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - snovvcrash/DivideAndScan: Divide full port scan results and use it for targeted Nmap runs
Divide full port scan results and use it for targeted Nmap runs - snovvcrash/DivideAndScan
~$ cd divideandscan
1. Filling the DB
Provide the add module a command for a fast port scanner to discover open ports in a desired range. Warning: please, make sure that you understand what you're doing, because nearly all port scanning tools can damage the system being tested (https://github.com/RustScan/RustScan/wiki/Usage#%EF%B8%8F-warning) if used improperly.# Masscan
~$ das add masscan '--rate 1000 -iL hosts.txt -p1-65535 --open'
# RustScan
~$ das add rustscan '-b 1000 -t 2000 -u 5000 -a hosts.txt -r 1-65535 -g --no-config'
# Naabu
~$ das add naabu '-rate 1000 -iL hosts.txt -p - -silent -s s'
# Nmap, -v flag is always required for correct parsing!
~$ das add nmap '-n -Pn --min-rate 1000 -T4 -iL hosts.txt -p1-65535 --open -v' When the module completes its work, a hidden directory .db is created in CWD containig the database file and raw scan results.
2. Targeted Scanning
Launch targeted Nmap scans with the scan module. You can adjust the scan surface with either -hosts or -ports option: # Scan by hosts
~$ das scan -hosts all -oA report1
~$ das scan -hosts 192.168.1.0/24,10.10.13.37 -oA report1
~$ das scan -hosts hosts.txt -oA report1
# Scan by ports
~$ das scan -ports all -oA report2
~$ das scan -ports 22,80,443,445 -oA report2
~$ das scan -ports ports.txt -oA report2 To start Nmap simultaneously in multiple processes, specify the -parallel switch and set number of workers with the -proc option (if no value is provided, it will default to the number of processors on the machine): ~$ das scan -hosts all -oA report -parallel [-proc 4] The output format is selected with -oX, -oN, -oG and -oA options for XML+HTML formats, simple text format, grepable format and all formats respectively. When the module completes its work, a hidden directory .nmap is created in CWD containig Nmap raw scan reports. Also, you can inspect the contents of the database with -show option before actually launching the scans: ~$ das scan -hosts all -show
3 (Optional). Merging the Reports
In order to generate a report independently of the scan module, you should use the report module. It will search for Nmap raw scan reports in the .nmap directory and process and merge them based on either -hosts or -ports option: # Merge outputs by hosts
~$ das report -hosts all -oA report1
~$ das report -hosts 192.168.1.0/24,10.10.13.37 -oA report1
~$ das report -hosts hosts.txt -oA report1
# Merge outputs by ports
~$ das report -ports all -oA report2
~$ das report -ports 22,80,443,445 -oA report2
~$ das report -ports ports.txt -oA report2 Note: keep in mind that the report module does not search the DB when processing the -hosts or -ports options, but looks for Nmap raw reports directly in .nmap directory instead; it means that -hosts 127.0.0.1 argument value will be successfully resolved only if .nmap/127-0-0-1.* file exists, and -ports 80 argument value will be successfully resolved only if .nmap/port80.* file exists.
Help
____|__ /___| /\____ /_______ /\___ >____ /___| / | | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ | | {@snovvcrash} {https://github.com/snovvcrash/DivideAndScan} {vX.Y.Z} | ----------------------------------------------------------------------------------------------- positional arguments: {add,scan,report} add run a full port scan {masscan,rustscan,naabu,nmap} and add the output to DB scan run targeted Nmap scans against hosts and ports from DB report merge separate Nmap outputs into a single report in different formats optional arguments: -h, --help show this help message and exit Psst, hey buddy... Wanna do some organized p0r7 5c4nn1n6? ">usage: das [-h] {add,scan,report} ...
-----------------------------------------------------------------------------------------------
___________________________
@hacking_Attack
@Hacking_Video
1. Filling the DB
Provide the add module a command for a fast port scanner to discover open ports in a desired range. Warning: please, make sure that you understand what you're doing, because nearly all port scanning tools can damage the system being tested (https://github.com/RustScan/RustScan/wiki/Usage#%EF%B8%8F-warning) if used improperly.# Masscan
~$ das add masscan '--rate 1000 -iL hosts.txt -p1-65535 --open'
# RustScan
~$ das add rustscan '-b 1000 -t 2000 -u 5000 -a hosts.txt -r 1-65535 -g --no-config'
# Naabu
~$ das add naabu '-rate 1000 -iL hosts.txt -p - -silent -s s'
# Nmap, -v flag is always required for correct parsing!
~$ das add nmap '-n -Pn --min-rate 1000 -T4 -iL hosts.txt -p1-65535 --open -v' When the module completes its work, a hidden directory .db is created in CWD containig the database file and raw scan results.
2. Targeted Scanning
Launch targeted Nmap scans with the scan module. You can adjust the scan surface with either -hosts or -ports option: # Scan by hosts
~$ das scan -hosts all -oA report1
~$ das scan -hosts 192.168.1.0/24,10.10.13.37 -oA report1
~$ das scan -hosts hosts.txt -oA report1
# Scan by ports
~$ das scan -ports all -oA report2
~$ das scan -ports 22,80,443,445 -oA report2
~$ das scan -ports ports.txt -oA report2 To start Nmap simultaneously in multiple processes, specify the -parallel switch and set number of workers with the -proc option (if no value is provided, it will default to the number of processors on the machine): ~$ das scan -hosts all -oA report -parallel [-proc 4] The output format is selected with -oX, -oN, -oG and -oA options for XML+HTML formats, simple text format, grepable format and all formats respectively. When the module completes its work, a hidden directory .nmap is created in CWD containig Nmap raw scan reports. Also, you can inspect the contents of the database with -show option before actually launching the scans: ~$ das scan -hosts all -show
3 (Optional). Merging the Reports
In order to generate a report independently of the scan module, you should use the report module. It will search for Nmap raw scan reports in the .nmap directory and process and merge them based on either -hosts or -ports option: # Merge outputs by hosts
~$ das report -hosts all -oA report1
~$ das report -hosts 192.168.1.0/24,10.10.13.37 -oA report1
~$ das report -hosts hosts.txt -oA report1
# Merge outputs by ports
~$ das report -ports all -oA report2
~$ das report -ports 22,80,443,445 -oA report2
~$ das report -ports ports.txt -oA report2 Note: keep in mind that the report module does not search the DB when processing the -hosts or -ports options, but looks for Nmap raw reports directly in .nmap directory instead; it means that -hosts 127.0.0.1 argument value will be successfully resolved only if .nmap/127-0-0-1.* file exists, and -ports 80 argument value will be successfully resolved only if .nmap/port80.* file exists.
Help
____|__ /___| /\____ /_______ /\___ >____ /___| / | | \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ | | {@snovvcrash} {https://github.com/snovvcrash/DivideAndScan} {vX.Y.Z} | ----------------------------------------------------------------------------------------------- positional arguments: {add,scan,report} add run a full port scan {masscan,rustscan,naabu,nmap} and add the output to DB scan run targeted Nmap scans against hosts and ports from DB report merge separate Nmap outputs into a single report in different formats optional arguments: -h, --help show this help message and exit Psst, hey buddy... Wanna do some organized p0r7 5c4nn1n6? ">usage: das [-h] {add,scan,report} ...
-----------------------------------------------------------------------------------------------
___________________________
@hacking_Attack
@Hacking_Video
GitHub
Usage
🤖 The Modern Port Scanner 🤖. Contribute to RustScan/RustScan development by creating an account on GitHub.
| ________ .__ .__ .___ _____ .____________ |
| \______ \ |__|__ _|__| __| _/____ / _ \ ____ __| _/ _____/ ____ _____ ____ |
| | | \| \ \/ / |/ __ |/ __ \ / /_\ \ / \ / __ |\_____ \_/ ___\\__ \ / \ |
| | ` \ |\ /| / /_/ \ ___// | \ | \/ /_/ |/ \ \___ / __ \| | \ |
| /_______ /__| \_/ |__\____ |\___ >____|__ /___| /\____ /_______ /\___ >____ /___| / |
| \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |
| {@snovvcrash} {https://github.com/snovvcrash/DivideAndScan} {vX.Y.Z} |
-----------------------------------------------------------------------------------------------
positional arguments:
{add,scan,report}
add run a full port scan {masscan,rustscan,naabu,nmap} and add the output to DB
scan run targeted Nmap scans against hosts and ports from DB
report merge separate Nmap outputs into a single report in different formats
optional arguments:
-h, --help show this help message and exit
Psst, hey buddy... Wanna do some organized p0r7 5c4nn1n6?
ToDo
Add projectdiscovery/naabu (https://github.com/projectdiscovery/naabu) parser Add armada scanner (?) parser
Download DivideAndScan (https://github.com/snovvcrash/DivideAndScan)
___________________________
@hacking_Attack
@Hacking_Video
| \______ \ |__|__ _|__| __| _/____ / _ \ ____ __| _/ _____/ ____ _____ ____ |
| | | \| \ \/ / |/ __ |/ __ \ / /_\ \ / \ / __ |\_____ \_/ ___\\__ \ / \ |
| | ` \ |\ /| / /_/ \ ___// | \ | \/ /_/ |/ \ \___ / __ \| | \ |
| /_______ /__| \_/ |__\____ |\___ >____|__ /___| /\____ /_______ /\___ >____ /___| / |
| \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ |
| {@snovvcrash} {https://github.com/snovvcrash/DivideAndScan} {vX.Y.Z} |
-----------------------------------------------------------------------------------------------
positional arguments:
{add,scan,report}
add run a full port scan {masscan,rustscan,naabu,nmap} and add the output to DB
scan run targeted Nmap scans against hosts and ports from DB
report merge separate Nmap outputs into a single report in different formats
optional arguments:
-h, --help show this help message and exit
Psst, hey buddy... Wanna do some organized p0r7 5c4nn1n6?
ToDo
Add projectdiscovery/naabu (https://github.com/projectdiscovery/naabu) parser Add armada scanner (?) parser
Download DivideAndScan (https://github.com/snovvcrash/DivideAndScan)
___________________________
@hacking_Attack
@Hacking_Video
GitHub
GitHub - snovvcrash/DivideAndScan: Divide full port scan results and use it for targeted Nmap runs
Divide full port scan results and use it for targeted Nmap runs - snovvcrash/DivideAndScan
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
What is in this sneaky Binary file?
The file contains JSON code. I put it through converters but nothing came out. Can you tell me if it may be encrypted somehow? Or better, what it is saying?
https://ufile.io/azl3u2hq
It's a BSON file, by the way.
submitted by /u/Must_Ang_1980
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
What is in this sneaky Binary file?
The file contains JSON code. I put it through converters but nothing came out. Can you tell me if it may be encrypted somehow? Or better, what it is saying?
https://ufile.io/azl3u2hq
It's a BSON file, by the way.
submitted by /u/Must_Ang_1980
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
What is in this sneaky Binary file?
The file contains JSON code. I put it through converters but nothing came out. Can you tell me if it may be encrypted somehow? Or better, what it...
hacking: security in practice
Where Can I Get a Virtual Machine Image For Window 10 On For QEMU/KVM
I usually use virtual box but now I am using KVM on linux what Windows image do I download to make it work with KVM thank you.
submitted by /u/jrosend963
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Where Can I Get a Virtual Machine Image For Window 10 On For QEMU/KVM
I usually use virtual box but now I am using KVM on linux what Windows image do I download to make it work with KVM thank you.
submitted by /u/jrosend963
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Where Can I Get a Virtual Machine Image For Window 10 On For QEMU/KVM
I usually use virtual box but now I am using KVM on linux what Windows image do I download to make it work with KVM thank you.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Bridge Mutual Launches Test Net + Bug Bounty on Immunefi
https://cdn-images-1.medium.com/max/1024/1*KH1ovJLUd1mhwJzPRln_xw.jpeg
Today marks a significant milestone in Bridge Mutual’s development — the team is extremely happy to announce that the test net is…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Bridge Mutual Launches Test Net + Bug Bounty on Immunefi
https://cdn-images-1.medium.com/max/1024/1*KH1ovJLUd1mhwJzPRln_xw.jpeg
Today marks a significant milestone in Bridge Mutual’s development — the team is extremely happy to announce that the test net is…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Bridge Mutual Launches Test Net + Bug Bounty on Immunefi
Today marks a significant milestone in Bridge Mutual’s development — the team is extremely happy to announce that the test net is…
Packet modify/retransmit tool
https://www.reddit.com/r/Pentesting/comments/ni96fo/packet_modifyretransmit_tool/
Is there a tool to retransmit a captured packet by modifying it? Let’s say changing the contents of packet ? So what am I looking for is: 1. Capture a packet with tcp dump 2.modify it 3. Retransmit to destination I am aware that this won’t be as simple as that and may involve many tools. But any insight would be appreciated. submitted by /u/Creepy-Trust-9581 (https://www.reddit.com/user/Creepy-Trust-9581)
[link] (https://www.reddit.com/r/Pentesting/comments/ni96fo/packet_modifyretransmit_tool/) [comments] (https://www.reddit.com/r/Pentesting/comments/ni96fo/packet_modifyretransmit_tool/)
___________________________
@hacking_Attack
@Hacking_Video
https://www.reddit.com/r/Pentesting/comments/ni96fo/packet_modifyretransmit_tool/
Is there a tool to retransmit a captured packet by modifying it? Let’s say changing the contents of packet ? So what am I looking for is: 1. Capture a packet with tcp dump 2.modify it 3. Retransmit to destination I am aware that this won’t be as simple as that and may involve many tools. But any insight would be appreciated. submitted by /u/Creepy-Trust-9581 (https://www.reddit.com/user/Creepy-Trust-9581)
[link] (https://www.reddit.com/r/Pentesting/comments/ni96fo/packet_modifyretransmit_tool/) [comments] (https://www.reddit.com/r/Pentesting/comments/ni96fo/packet_modifyretransmit_tool/)
___________________________
@hacking_Attack
@Hacking_Video
reddit
Packet modify/retransmit tool
Is there a tool to retransmit a captured packet by modifying it? Let’s say changing the contents of packet ? So what am I looking for is: 1....