Giter Club home page Giter Club logo

crips's Introduction

MIT python OS

Crips IP Tools

This Tools is a collection of online IP Tools that can be used to quickly get information about IP Address's, Web Pages and DNS records.

Menu

  • Whois lookup
  • Traceroute
  • DNS Lookup
  • Reverse DNS Lookup
  • GeoIP Lookup
  • Port Scan
  • Reverse IP Lookup
  • INSTALL & UPDATE
  • Exit

Whois lookup

Determine the registered owner of a domain or IP address block with the whois tool.

Traceroute

Using mtr an advanced traceroute tool trace the path of an Internet connection.

DNS Lookup

Find DNS records for a domain, results are determined using the dig DNS tool

Reverse DNS Lookup

Find Reverse DNS records for an IP address or a range of IP addresses.

GeoIP Lookup

Find the location of an IP address using the GeoIP lookup location tool.

Port Scan

A simple TCP Port Scan to quickly determine the status of an Internet facing service or firewall.

Reverse IP Lookup

Discover web hosts sharing an IP address with a reverse IP lookup.

INSTALL & UPDATE

To install the tools directly in the system and get new update directly using terminal

Installation Linux alt tag

[✓] git clone https://github.com/Manisso/Crips.git

[✓] cd Crips && python Crips.py

[◉] 0 : INSTALL & UPDATE

[◉] -> 0

[✓] press 0

[✓] Congratulation Crips is Installed !

Installation Windowsalt tag

[✔] Download python

[✓] Download Crips

[✓] Extract Crips into Desktop

[◉]Open CMD and type the following commands:

[✓] $cd Desktop/Crips-master/

[✓] $python crips.py

Fan Art

ART

crips's People

Contributors

manisso 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

crips's Issues

api amount error

i like your script it is very useful but i get api amount exected or something like that error how to fix it or do you need to fix it maybe?

Can I do traceroute like functionality without admin privileges?

I need to do something like traceroute/tracepath/tracert, but I have no admin privileges and I do not have traceroute/tracepath/tracert installed. All I have is Java, Python, cygwin, and Windows 7, and I can put things in my home directory but I cannot do full installations. Do you have or know of a way to do traceroute/tracepath/tracert given these limitations?

ReverseIpLookup

i i try but
function 7 reverse iplookup no save file an idea ???
ty

Python3?

Python3 would be easy as hell to transfer to. Please convert it when you can. I might even do it my self... Also if you're gonna mention it "working" for windows then please actually make it work. lmao

i know im years to late on this but still word of advice

im sure you worked hard on this but HOLY MOTHER OF GOD THE CODE BURNS MY EYESSSSS

[1]: you didn't throw it under a main function? why, functions and definitions can help the code run faster, smoother, and even make the workflow a lot better if your collabing with other people

[2]: WHY os.system("clear") python is a very very VERY good language and is great for cross platform programs, this can easily work on windows if you change the statement under a def like this

def cle():
      if sys.platform == 'win32' or sys.platform == 'win64':
                                                os.system("cls")
      elif sys.platform == 'linux' or sys.platform == 'darwin':
                                                os.system("clear")

this can easily be replaced and ran throughout the script

[3]: the banners- why do you need banners for every option? i feel one banner makes the code very well- cleaner, and especially if your just gonna print 5 of them in one statement, it would actually be better to have it read to a file than it would be to just print it, that way you can call that function throughout the script with optional arguments of the file and design

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.