Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Explaining vulnerabilities : Cross Site Scripting (XSS)

Cross-Site Scripting (or XSS) is one of the most common bugs reported to bug bounty programs. It’s so prevalent that, every single year…Continue reading on Medium »
Read more...
hacking: security in practice
SQL Injections if Prepared Statements are applied

So while I am doing my research about SQL Injections I just learned that having prepared statements in a query can prevent SQL Injections. So the question is how safe is it? Is there a possible way to still do SQL Injections?

submitted by /u/DepressingPepe
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Black Hat Ethical Hacking
Recon Tool: Maigret

Recon Tool: MaigretPost Views: 23 Premium Contenthttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/09/Patreon.png Subscribe to Patreon to watch this episode.
Reading Time: 2 Minutes MaigretRecon is the most powerful and most important step when it comes to Offensive Security and Digital Forensics. It is a lot of time consuming, however finding the right tools and techniques to conduct them faster, is being smart.

Maigret by soxoj collects a dossier on a person by username only, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys are required.

Currently supported by more than 2500 sites (full list), the search is launched against 500 popular sites in descending order of popularity by default. Also supported checking of Tor sites, I2P sites, and domains via DNS resolving.
See Also: So you want to be a hacker? Complete Offensive Security and Ethical Hacking Course Main Features* Profile pages parsing, extraction of personal info, links to other profiles, etc.
* Recursive search by new usernames and other ids found
* Search by tags (site categories, countries)
* Censorship and captcha detection
* Requests retries

See full description of Maigret features in the documentation.
Trending: Offensive Security Tool: Mangle
Trending: Offensive Security Tool: WinPwnage InstallationMaigret can be installed using pip, Docker, or simply can be launched from the cloned repo.

Standalone EXE-binaries for Windows are located in Releases section of GitHub repository. Package installingNOTE: Python 3.7 or higher and pip is required, Python 3.8 is recommended. # install from pypipip3 install maigret# usagemaigret usernameCloning a repository# or clone and install manuallygit clone https://github.com/soxoj/maigret && cd maigretpip3 install -r requirements.txt# usage./maigret.py usernameDocker# official imagedocker pull soxoj/maigret# usagedocker run -v /mydir:/app/reports soxoj/maigret:latest username --html# manual builddocker build -t maigret .Usage Examples# make HTML and PDF reportsmaigret user --html --pdf# search on sites marked with tags photo & datingmaigret user --tags photo,dating# search for three usernames on all available sitesmaigret user1 user2 user3 -aUse maigret –help to get full options description. Also options are documented.
Trending: Exploit XSS Injections in a one-line powerful Technique Demo with page parsing and recursive username searchDemohttps://www.blackhatethicalhacking.com/wp-content/uploads/2022/11/report_alexaimephotography_html_screenshot-1024x818.png

https://www.blackhatethicalhacking.com/wp-content/uploads/2022/11/report_alexaimephotography_xmind_screenshot-1024x472.png
Clone the repo from here: GitHub Link
Trending: Article: Using VPS for Bug Bounty, comparing VPS providers https://www.blackhatethicalhacking.com/wp-content/uploads/2022/03/Merch.png Recent Tools* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/11/SecretScanner-300x150.png Recon Tool: SecretScannerNovember 17, 2022
Reading Time: 3 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/11/Mangle-300x150.png Offensive Security Tool: MangleNovember 11, 2022
Reading Time: 4 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/11/WinPwnage-300x150.jpg Offensive Security Tool: WinPwnageNovember 4, 2022
Reading Time: 3 minutes

* https://www.blackhatethicalhacking.com/wp-content/uploads/2022/10/lazypariah-300x150.png Offensive Security Tool: LAZYPARIAHOctober 28, 2022
Reading Time: 4 minutes https://www.blackhatethicalhacking.com/wp-content/uploads/2022/06/OffSec-Course.png Offensive Security & Ethical Hacking CourseBegin the learning curve of hacking now!
The post Recon Tool: Maigret first appeared on Black Hat Ethical Hacking.