Git Product home page Git Product logo

nuages's People

Contributors

8ales avatar dependabot[bot] avatar p3nt4 avatar

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  avatar  avatar  avatar

nuages's Issues

Python scripts defaulting to Python2 and breaking on Debian Buster

A lot of the Python files rely on Python3 functionality, like the file HTTPAES256Handler.py using http.server, but use the shebang for Python2. I believe this is causing Python to default to Python2 and, because of this, this results in ImportError: No module named http.server

image

Ubable to run start.sh

Hi
I want to run start.sh after setup.sh command. As detailed below in attachment, I
can't run start.sh command.

Please guide me how to run start.sh command.
Thanks.

11

DNS implant building

I can not found dns implant

Is there any source/tutorial about DNS?

On wiki is there only about HTTP

!login invalid issue

Hi i have setup on my kali and i started the server and client , when i try to !login i get this error

[Error] Timeout of 5000ms exceeded calling create on authentication

username and password is correct and i even tried the fix from the previous issue like changing the username to \username and it still does not help.

Can you please help me resolving this issue

Add license to project

Can you add a license such as the MIT license to the project? I'd like to fork this and develop on it but potentially release it in the future as a separate project with changes (with credit to you as the original inspiration and base code).

ImportError: No module named http.server

Traceback (most recent call last):
File "C:\Users\Admin\Desktop\Nuages-master\Server\handlers\external\http\HTTPAES256Handler.py", line 2, in
from http.server import BaseHTTPRequestHandler, HTTPServer
ImportError: No module named http.server

console show this after i try use the module for start listener

exceptions thrown in macOS Mojave 10.14.6

python3 beacon.py
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 83, in create_connection
raise err
File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 357, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib/python3.6/http/client.py", line 1254, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.6/http/client.py", line 1300, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.6/http/client.py", line 1249, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.6/http/client.py", line 1036, in _send_output
self.send(msg)
File "/usr/lib/python3.6/http/client.py", line 974, in send
self.connect()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 166, in connect
conn = self._new_conn()
File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f38ad972fd0>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 440, in send
timeout=timeout
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f38ad972fd0>: Failed to establish a new connection: [Errno 111] Connection refused',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "beacon.py", line 628, in
implant.start()
File "beacon.py", line 605, in start
self.register()
File "beacon.py", line 135, in register
response = self.nuages.POST("register", data)
File "beacon.py", line 92, in POST
r = requests.post(self.connectionString, encrypted_data, headers=headers)
File "/usr/lib/python3/dist-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 520, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 630, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 508, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f38ad972fd0>: Failed to establish a new connection: [Errno 111] Connection refused',))

error: NotAuthenticated: Invalid login

Tested on Windows 10 Machine, after i try login using !login myusername, after put password, this error appear

error: NotAuthenticated: Invalid login
at new NotAuthenticated (C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\errors\lib\index.js:93:17)
at LocalStrategy. (C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\authentication-local\lib\strategy.js:44:23)
at Generator.next ()
at C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\authentication-local\lib\strategy.js:8:71
at new Promise ()
at __awaiter (C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\authentication-local\lib\strategy.js:4:12)
at LocalStrategy.findEntity (C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\authentication-local\lib\strategy.js:41:16)
at LocalStrategy. (C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\authentication-local\lib\strategy.js:102:39)
at Generator.next ()
at C:\Users\Admin\Desktop\Nuages-master\Server\node_modules@feathersjs\authentication-local\lib\strategy.js:8:71

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.