Giter Site home page Giter Site logo

bl4de / security-tools Goto Github PK

View Code? Open in Web Editor NEW
762.0 34.0 170.0 36.15 MB

My collection of various security tools created mostly in Python and Bash. For CTFs and Bug Bounty.

License: MIT License

Python 69.07% PHP 0.14% Shell 29.82% JavaScript 0.13% C++ 0.84%
pentesting hacking python bugbounty itsecurity ctf ctf-tools infosec webappsec scanner

security-tools's Introduction

security-tools

Small security related tools created in Python and Bash for CTF players, bug bounty hunters, pentesters and developers.

security-tools's People

Contributors

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

security-tools's Issues

Alternatives

Can this be ran inside a Chrome Console by chance? Curious since one of my PC's don't allow new software like Python.

[hexview] Error when i run the tool

Traceback (most recent call last):
File "hexview.py", line 307, in
print(file_type(open(args.file, 'rb').read(8)))
File "hexview.py", line 174, in file_type
if file_signature.startswith(signature.upper()):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str

How can i fix it?

[pef.py] dangerous patterns - LFI/RFI RegExp checkin

fileInclude = ["include($_GET", "require($_GET", "include_once($_GET", "require_once($_GET"]

...

for _dp in fileInclude:
            if _dp in __line:
                total += 1
                printcodeline(_line, i, _dp + '()', _PefOutput.fiMsgFound)

Use regexp to check this vuln

[htmlanalyzer.py] Remove duplicate line(s)

Remove duplicate lines from output to avoid something like this (three separate hits in the same line of code):

line 79:  some developer(s) related comment string found at line 79:
		//temporary solution for timeout infinite loop, will remove when issue is resolved
 line 79:  some developer(s) related comment string found at line 79:
		//temporary solution for timeout infinite loop, will remove when issue is resolved
 line 79:  some developer(s) related comment string found at line 79:
		//temporary solution for timeout infinite loop, will remove when issue is resolved

New Logo

Hello sir.
You have a great app, unfortunately this app does not have a logo yet, may I donate a logo for your app?

[nodestructor] Fix no found error

$ nodestructor -R ./node_

#####  nodestructor.py - static code analysis for Node.js applications  #####
# GitHub: bl4de | Twitter: @_bl4de | hackerone.com/bl4de | [email protected] #


Traceback (most recent call last):
  File "/home/rafal.janicki/bin/nodestructor", line 103, in <module>
    FILE_LIST = os.listdir(sys.argv[2])
OSError: [Errno 2] No such file or directory: './node_

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.