Giter Club home page Giter Club logo

recon_methodology's Introduction

Recon_and_bugbounty_methodology

recon from my perspective and combining different methodlogies of security reasearchers such as jason haddix , nahamsec and more

Access playlist here : Recon Playlist

Increasing the target region:

1 find subdomains of target from different tools || google dorks

google dorks:

site: *.hackerone.com

site: ..hackerone.com

sublis3r

sublist3r -d domain-name

dnsrecon :

dnsrecon -d hackerone.com -D ~/wordlists/subdomains.txt -t brt

subfinder

subfinder

2 Recon from google dorks see this amazing tool Bigbounty recon

BIGBOUNTY RECON

3 How to organise work for bug bounty

software for organizing the work: xmind

JASON HADIX TEMPLATE

4 directry fuzzing or content finding (ffuz), httprobe , byp4xx

usefull wordlist if needed (wordlist are already in kali linux seclists but if you need more then checkout): USEFUL WORDLIST

HTTPROBE

 git clone https://github.com/tomnomnom/httprobe

FFUZ

git clone https://github.com/ffuf/ffuf

most used ffuz command :

ffuf -p 0.1 -t 1 -w ~/wordlists/content.txt -u https://www.website.com

ffuz command vary for different request such as requests containing parameters and cookies so from my opinion just brute force directries and use burp suit for another stuff but if you don't know to use burp then see the documentation from above link and hack!!!.

Resources and References

5 Github Dorks

https://securitytrails.com/blog/github-dorks GitROB https://michenriksen.com/blog/gitrob-now-in-go/ News https://nakedsecurity.sophos.com/2019/03/25/thousands-of-coders- are-leaving-their-crown-jewels-exposed-on-github/ Github Bug Bounty Hunting https://gist.github.com/EdOverflow/922549f610b258f459b219a32f 92d10b Assetnote https://blog.assetnote.io/bug-bounty/2019/04/23/getting-access- zendesk-gcp/

6 Automated github recon using GitDorker

see original repo here : GitDorker

google output sheet ably : reconSheetAbly

Steps:

1 clone the repository

git clone https://github.com/obheda12/GitDorker.git
  1. move to GitDorker diretry
cd GitDorker

  1. installation steps
pip3 install -r requirements.txt
  1. use this command for more options
python3 GitDorker.py -h
  1. generate personal access token githubAccount > settings > developer settings > personal access tokens

  2. copy the tokens to a file say github_token_for_gitdoreker.txt

  3. just run command

python3 GitDorker.py -q <give primary query here - say tesla.com> -tf github_token_for_gitdorker.txt -d dorks_file.txt -o output.csv

7 Automated S3 bucket recon using lazys3 and s3scanner

lazys3 (Nahamsec s3)

Details:

A Ruby script to bruteforce for AWS s3 buckets using different permutations. usage

ruby lazys3.rb <company>

8 Getting Starting with AWS pentesting | s3 buckets

full youtube video: https://youtu.be/zO06tfmnhZg

chrome extension (uDomainFlag) : https://chrome.google.com/webstore/detail/udomainflag/eklbfdpploakpkdakoielobggbhemlnm?hl=en

using nuclei:

you can use technologies template to detect s3

for example using subfinder

subfinder -d target.com | httprobe -prefer-https | tee subdomain_1.txt

now use it in nuclei

nuclei -l subdomain_1.txt -t path-to-template -o output-file.txt

using host command

host target.com

s3 vulnerability: bucket listing ---> all public access

aws s3 ls s3://flaws.cloud --region us-west-2 --no-sign-request

---> access to aws users only aws should be configured command to set configuration:

aws configure
aws s3 ls s3://flaws.cloud --region us-west-2 

tools for s3 crawl/enum : https://github.com/mxm0z/awesome-sec-s3

Bucket flaws: https://github.com/nikhil1232/Bucket-Flaws

recon_methodology's People

Contributors

abhi14121412 avatar anonygrizzly avatar anurag708243 avatar anurag708989 avatar itsdeepak-kumar avatar itsdeepu12 avatar legendone01 avatar wizardpenguin 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

Watchers

 avatar

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.