Hackerinthehouse
1.95K subscribers
127 photos
6 videos
23 files
527 links
Learn about Cybersecurity!
Download Telegram
​​Web application pentesting checklist

A OWASP Based Checklist With 500+ Test Cases.

https://github.com/Hari-prasaanth/Web-App-Pentest-Checklist

#infosec #pentesting #bugbounty
πŸ”₯1
Cross-site scripting is a type of security vulnerability that can be found in some web applications. XSS attacks enable attackers to inject client-side scripts into web pages viewed by other users.

Read full Article >>
bit.ly/cross-sites-cripting

#bugbounty #pentesting
❀‍πŸ”₯3πŸ”₯3πŸ‘1
​​Nuclear Pond

Nuclear Pond is a utility leveraging Nuclei to perform internet wide scans for the cost of a cup of coffee.

https://github.com/DevSecOpsDocs/nuclearpond

#infosec #pentesting #bugbounty
πŸ”₯4πŸ‘1
What's SQL injection & SQLi attack examples & How to prevent it.

SQLi, or SQL Injection, is a type of code injection technique where an attacker injects malicious code into a website’s SQL database through user input fields. It is one of the most common web application exploiting techniques.

Read full Article

bit.ly/sql-injections-and-preventions

#pentesting #bugbounty #sqli

@trickypenguin
πŸ”₯4❀‍πŸ”₯3πŸ‘1
​​uncover

A go wrapper using APIs of well known search engines to quickly discover exposed hosts on the internet. It is built with automation in mind, so you can query it and utilize the results with your current pipeline tools.

https://github.com/projectdiscovery/uncover

#OSINT #recon #bugbounty
πŸ‘7
​​Advanced SQL Injection Cheatsheet

This repository contains a advanced methodology of all types of SQL Injection.

β€’ Find injection point
β€’ Understand the website behaviour
β€’ Send queries for enumeration
β€’ Understanding WAF & bypass it
β€’ Dump the database

https://github.com/kleiton0x00/Advanced-SQL-Injection-Cheatsheet

#infosec #pentesting #bugbounty
❀‍πŸ”₯4πŸ‘1
Bug Bounty Beginner's Roadmap

This is a resource factory for anyone looking forward to starting bug hunting and would require guidance as a beginner.

https://github.com/bittentech/Bug-Bounty-Beginner-Roadmap

#bugbounty #pentesting #infosec
❀‍πŸ”₯5πŸ”₯2
​​wpfinger

WordPress scanning tool.

β€’ Core version detection
β€’ Plugin scanning through fingerprinting
β€’ Vulnerability output, using database from Wordfence

https://github.com/LeakIX/wpfinger

#pentesting #redteam #bugbounty
πŸ‘2πŸ”₯1
​​Logger++

A multithreaded logging extension for #BurpSuite. In addition to logging requests and responses from all Burp Suite tools, the extension allows advanced filters to be defined to highlight interesting entries or filter logs to only those which match the filter.

https://github.com/nccgroup/LoggerPlusPlus

#infosec #pentesting #bugbounty
πŸ‘3πŸ”₯1
​​x8

Hidden parameters discovery suite written in Rust.

The tool aids in identifying hidden parameters that could potentially be vulnerable or reveal interesting functionality that may be missed by other testers. Its high accuracy is achieved through line-by-line comparison of pages, comparison of response codes, and reflections.

https://github.com/Sh1Yo/x8

#infosec #pentesting #bugbounty
πŸ”₯1
​​Bug Bounty scripts

The scripts I write to help me on my bug bounty hunting.

https://github.com/victoni/Bug-Bounty-Scripts

#infosec #pentesting #bugbounty
πŸ”₯1
​​Js Finding

A Python tool for extracting JavaScript (JS) files from a given list of domains. This tool utilizes various utilities such as waybackurls, gauplus, and subjs to perform JS file extraction from the specified domains.

https://github.com/pikpikcu/js-finding

#infosec #redteam #bugbounty
❀1
This media is not supported in your browser
VIEW IN TELEGRAM
​​HBSQLI

Automated tool for testing header based blind sql injection.

https://github.com/SAPT01/HBSQLI

#infosec #pentesting #bugbounty
❀‍πŸ”₯1❀1
To find information disclosure vulnerabilities change the headers

- Change the Accept header to:

- Also trying sending null byte like

GET /%00

If error handling is not done properly, reveals server version information, stack and route information

#bugbounty #bugbountytip
❀2