Hacking Articles Tips Tricks Videos Tutorials
471 subscribers
66K 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
How I found my first Bug using my android phone

Hello there!!Continue reading on Medium »
Read more...
SQLI-Real-Victim

Hello guys, in this tutorial I have real victim in my article, and I do not really want to censor it because they act like an idiot people…Continue reading on Medium »
Read more...
hacking: security in practice
How do I find Google Chrome Driver in the registry?

I'm using Hatch, but when it opens the Chrome window, it says it's not updated (The newer version only available in Chrome Beta). I installed Chrome Beta, and it still opens the regular Chrome. I put it in predetermined browser, and of course it didn't work. Please help me.

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

___________________________
@hacking_Attack
@Hacking_Video
Cervantes is an opensource (https://www.kitploit.com/search/label/Opensource) collaborative platform for pentesters (https://www.kitploit.com/search/label/Pentesters) or red teams (https://www.kitploit.com/search/label/Red%20Teams) who want to save time to manage their projects, clients, vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) and reports in one place.Features OpenSource Multiplatform Multilanguage Team Collaboration BuiltIn dashbaords and analytics Manage your clients and Offensive Security projects One click reports creation And more
Runtime requirements Docker Docker compose How to run it locally with Docker compose First you need to clone this repository git clone https://github.com/CervantesSec/docker.git After that you need to start your docker containers: docker-compose -p Cervantes up -d After this, open your browser at http://localhost (http://localhost/) Default User is: admin@cervantes.local - Admin123. How to run it locally from source Install dotnet sdk from https://dotnet.microsoft.com/en-us/download Install PostgreSQL (https://www.kitploit.com/search/label/PostgreSQL) https://www.postgresql.org/download/ Clone this repository git clone https://github.com/CervantesSec/cervantes.git In Cervantes.Web -> appsettings.json edit the DefaultConnection with your database parameters {
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=cervantes;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Cervantes.*": "Trace"
}
},
"AllowedHosts": "*",
"EmailConfiguration": {
"SmtpServer": "smtp.office365.com",
"SmtpPort": 587,
"SmtpUsername": "EMAIL",
"SmtpPassword": "PASSWORD"
}
} NOTE if your using linux install wkhtmltopdf and and copy the wkhtmltopdf and wkhtmltoimage from /usr/bin to /CERVANTES_PATH/Cervantes.Web/wwwroot/Rotativa/Linux/ Run the project dotnet run --project /CERVANTES_PATH/Cervantes.Web/ After this, open your browser at http://localhost:5001 (http://localhost:5001/) Default User is: admin@cervantes.local - Admin123. How to contribute Here are some things you could do to become a contributor: ★ Star this project on Github ★ Suggest new features or ideas Improve the code of the platform components Report security issues Before you jump to make any changes make sure you have read the contributing guidelines (https://github.com/CervantesSec/cervantes/blob/main/CONTRIBUTING.md). This would save us all time. Thanks! How to report bugs If you have bugs to report please use the issues (https://github.com/CervantesSec/cervantes/issues) tab on Github to submit the details.

Download Cervantes (https://github.com/CervantesSec/cervantes)

___________________________
@hacking_Attack
@Hacking_Video