Giter Club home page Giter Club logo

lazygrandma's Introduction

lazyGrandma

a shell script aim to automatically launch 50+ online web scanning tools in the Browser against a target domain in a 10 waves

Description:

a shell script aim to automatically launch 50+ online web scanning tools in the Browser against a target domain in a 10 waves.

Wave.1 : Subdomains Enumeration

Wave.2 : Ports/DNS/Whois

Wave.3 : Headers/Built With

Wave.4 : TLS/SSL Certificates

Wave.5 : Analyze

Wave.6 : Wayback MACHINE

Wave.7 : Search Engines

Wave.8 : Google Dorks

Wave.9 : Github Dorks p1

Wave.10 : Github Dorks p2

Useage:

  1. Clone this repository

  2. cd lazyGrandma

  3. ./lazyGrandma.sh exmple.com

DEPENDENCIES:

iceweasel or xdg-utils (apt-get install xdg-utils)

Linux

Credits

THIS SCRIPT IS INSPIRED BY "GooHak by @xer0dayz", SO BIG THANKS TO HIM/HER.

lazygrandma's People

Contributors

ahmedconstant 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

Watchers

 avatar  avatar  avatar

lazygrandma's Issues

Spyse API Key (Update)

We noticed that you used the API of one of Spyse's products most likely it was Findsubdomains, Cert DB or DNS table. We want to notify you about the release of a new and improved API key which you can find in your personal account at spyse.com. 
Unfortunately, we should stop supporting the old API a few weeks earlier, starting from Monday. Thanks for being with us.

Code and program itself tips and tricks to make it bettsr

I was looking at your code and well I like the idea of it, however I believe we both know that bash is a very very VERY flexible language and one of the easiest to use even in the most advanced ways coming down to mathematics with bash. When I looked at your code I noticed there isn’t a main function or functions at all separating the certain runs.
.
. Code rubs a lot more smoother and faster when it’s put into functions, it also saves resources of your computer because when nothing is held in a function and is just being constantly read by the machine until the script is called to “ end “ “ bo “ “ bar “ etc it will be constantly using your resources of your CPU and even your GPU which can be heavy for people who have smaller laptops and devices.
.
. You can make functions like this
.’’’shell

Function main() {
Whatever you want your function to be
}
‘’’
And to call it you just slap the function name like main() in this case
.
.
. Another thing to save lines of code would have your banner be read from something like a TXT file instead of in script or system commands.
.
. The final thing I have not really a issue with but could be an issue under heavy use is the output, bash I know has a SHIT ton of settings and colors inside of it including handling stuff like lolcat, the output just is a massive jumble of data, so in between echo’s you can use \t to move it to the center or \n in between each line to make a new line, then color each output a different color for each website you search or do run.
.
just some helpful tips from a fellow programmer happy coding 😎💯💙

Spyse API Key (Update)

Hi there. You previously used one of our services as a part of your development. We want to notify you, that we are releasing our updated Spyse API search. We hope you will be interested in testing and implementing a much broader functionality to your developments. Thanks for being with us.

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.