Giter Site home page Giter Site logo

nullsecuritynet / tools Goto Github PK

View Code? Open in Web Editor NEW
30.0 30.0 8.0 21.6 MB

Security and Hacking Tools, Exploits, Proof of Concepts, Shellcodes, Scripts.

Shell 2.45% Makefile 0.82% C 30.87% VBScript 0.01% Python 16.36% PHP 6.41% C++ 5.30% Assembly 27.73% HTML 4.35% Pawn 2.34% NASL 0.13% Roff 0.21% BitBake 3.04%

tools's People

Contributors

noptrix 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tools's Issues

ftp-fuzz.py "endless loop"

Please notice that in ftp-fuzz.py, your += that advances your buffer is inside the try..except, meaning that the buffer will not advance if an exception occurs (for example the server disconnects you because of an invalid command)

It makes sense to put the += of buffer outside the try..except

Python code & Bad metasploit connect.

Below are just a a couple samples but it's pretty much throughout. Pycharm works pretty good for cleaning that up. Also, the https://localhost:3790 that it says to navigate to in the browser doesn't work. Tried firefox, chromium, librewolf and TOR....got nothing. Not sure what that does because it downloaded everything, however I doubt the pro version is active but I'll try.

host@skynet:~/tools/scanner/conscan/release$ python3 conscan.py
File "/home/*****/tools/scanner/conscan/release/conscan.py", line 19
except Exception, error:
^^^^^^^^^^^^^^^^

File "/home/*****/tools/scanner/conscan/release/modules/client.py", line 19
return data
TabError: inconsistent use of tabs and spaces in indentation

File "/home/*****/tools/exploit/ap-unlock/release/ap-unlock-v1337.py", line 109
print "-> n0 w3bs3rv3r 0n %s" % (args.h)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

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.