Code Monkey home page Code Monkey logo

tulpar's Introduction

Tulpar is a open source web vulnerability scanner for written to make web penetration testing automated. Tulpar has the following features.

-Sql Injection (GET Method)
-XSS (GET Method)
-Crawl
-E-mail Disclosure
-Credit Card Disclosure
-Whois
-Command Injection (GET Method)
-Directory Traversal (GET Method)
-File Include (GET Method)
-Server Information
-Technology Information
-X-Content-Type Check
-X-XSS-Protection Check
-TCP Port Scanner
-robots.txt Check
-URL  Encode
-Certification Information
-Available Methods
-Cyber Threat Intelligence
-IP2Location
-File Input Available Check

Installation:
git clone https://github.com/anilbaranyelken/tulpar.git
cd tulpar
pip install -r requirements

Usage:
python tulpar.py action web_URL
  action      Action: full xss sql fuzzing e-mail credit-card whois links
              portscanner urlEncode cyberthreatintelligence commandInjection
              directoryTraversal fileInclude headerCheck certificate method
              IP2Location FileInputAvailable
  web_URL     URL

tulpar's People

Contributors

anil-yelken avatar sasatefa2009 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

tulpar's Issues

Tulpar is not working at all !!

here is the outputwhen i try with python3

python3 tulpar.py full google.com
File "tulpar.py", line 110
print "[+]Domain: ", query.domain
^
SyntaxError: Missing parentheses in call to 'print'


and when i try with python2

python2 tulpar.py full google.com
Traceback (most recent call last):
File "tulpar.py", line 557, in
print str(url).split("/")[2]
IndexError: list index out of range

when i try python3 tulpar.py -h

i get this

python tulpar.py -h
File "tulpar.py", line 110
print "[+]Domain: ", query.domain
^
SyntaxError: Missing parentheses in call to 'print'

and when i try with python2 i get the help instructions but with a full page of zero and ones before it

KeyError: 'x'

~/GitHub/tulpar# python2.7 tulpar.py full http://URL.com
URL.com
[+]URL: http://URL.com

[+]Domain: URL.com
[+]Update time: 2017-08-20 23:51:54
[+]Expiration time: 2018-04-07 19:12:47
[+]Name server: [XXX.CLOUDFLARE.COM', XXX.NS.CLOUDFLARE.COM']
[+]Email: [email protected]
Traceback (most recent call last):
File "tulpar.py", line 637, in
urlEncode(url,dosyaAdi)
File "tulpar.py", line 288, in urlEncode
encodeURL += sozluk[i]
KeyError: 'x'

Problem installing requirements

when i try
pip install ir requirments

i get this

Collecting ir
Could not fetch URL https://pypi.python.org/simple/ir/: There was a problem confirming the ssl certificate: [Errno 2] No such file or directory - skipping
Could not find a version that satisfies the requirement ir (from versions: )
No matching distribution found for ir

i had to install the requirements manually

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.