Xml
February 24, 2022, 10:54am
#1
I want to create website with some payload to get user S local network info.
If it’s possible to collect any other info please tell me I just want to collect data as much as possible.
Demon
April 21, 2022, 9:11am
#2
You should look into a beef fremwork ,
You will get payload idea from there.
you can use java script library to develop malware pages .
A network diagnostics library that can run ping tests, IP scanning, realtime monitoring and subnet calculating along with other network troubleshooting tests. Latest version: 1.1.5, last published: a year ago. Start using network-scanner-js in your...
import { scanLocalNetwork } from 'local-network-scan';
(async () => {
// Scan default network, with default option
const res1 = await scanLocalNetwork();
console.log(res1); // [{ ip: '192.168.1.1', mac: '11aa22bb33cc' }, { ip: '192.168.1.2',...