Skip to content

Comments

Autonomous Nmap scaner#12

Open
SharpMan wants to merge 1 commit intoarnaucube:masterfrom
SharpMan:master
Open

Autonomous Nmap scaner#12
SharpMan wants to merge 1 commit intoarnaucube:masterfrom
SharpMan:master

Conversation

@SharpMan
Copy link

No description provided.

@arnaucube
Copy link
Owner

Hi SharpMan, I've checked your code, and the Nmap autnomous scaning is ok, but only updating the victims.txt doesn't make the coffeeMiner to add new victims under the attack.
We need to edit coffeeMiner to add the loop to check each X time if there are any new victims, and if there are, perform the ARPspoofing to the new victims.

If I have time in next weeks, I'll implement it

@diskurse
Copy link

Using schedule or threading modules would take care of the timing, I think adding nmap python ping sweeping to the coffeeMiner script is the most direct way of generating a victims.txt file, with the gateway arg as a class c to scan.

@JesusPorras7
Copy link

Should the code go in the victim.txt file?

@dotaxis
Copy link

dotaxis commented Feb 13, 2018

If using threading or scheduling and nmap to evaluate victims, a victims.txt becomes redundant IMO. I think it would be better to periodically run nmap and push results directly to a victims[] array rather than continuously read from and write to a file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants