Seth Leedy
Seth Leedy
PHP v7.0, btw.
Looking in the netmask.js: ``` ip2long = function(ip) { var b, byte, i, j, len; b = (ip + '').split('.'); if (b.length === 0 || b.length > 4) { throw...
node -v v6.10.3
``` { eth1: [ { address: '192.168.150.1', netmask: '255.255.255.0', family: 'IPv4', mac: '00:50:56:c0:00:01', internal: false }, { address: 'fe80::28a7:7463:7034:bbea', netmask: 'ffff:ffff:ffff:ffff::', family: 'IPv6', mac: '00:50:56:c0:00:01', scopeid: 18, internal: false }...
How did the test go ?
That, I'll have to look at. It is trying to find a script of mine.
That script is within the repo. It should be within the same directory as the start_cracking.sh file. I'm guessing that the file does not have the execute bit set. Please...
I'll take a look. I have some code to test.
Sorry. I have been on other things. I shall take a look again this weekend.
Found the issue. I guess Steve Gibson and Leo made some changes for the upcoming 1000th episode. The changed the filenames so they have a leading 0, making the format...