Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Why I Applied for Tech Fellowship Though I am not a Good Programmer
https://cdn-images-1.medium.com/max/1267/1*jZD79qzEbyZ_atHH8zGN1w.jpeg
Last May, I got an email from Major League Hacking, an organization that plans hackathons and tech events. I subscribed to receive their…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Why I Applied for Tech Fellowship Though I am not a Good Programmer
https://cdn-images-1.medium.com/max/1267/1*jZD79qzEbyZ_atHH8zGN1w.jpeg
Last May, I got an email from Major League Hacking, an organization that plans hackathons and tech events. I subscribed to receive their…
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Why I Applied for Tech Fellowship Though I am not a Good Programmer
Last May, I got an email from Major League Hacking, an organization that plans hackathons and tech events. I subscribed to receive their…
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Capital One Hacked by an Ex-Amazon Employee
https://cdn-images-1.medium.com/max/600/0*4NVEW6EKdwVRFbHc
A former Amazon web services employee was convicted after stealing data of over 100 million people, including social security numbers and…
Continue reading on Cybersecurity and Cyber Crime »
___________________________
@hacking_Attack
@Hacking_Video
Capital One Hacked by an Ex-Amazon Employee
https://cdn-images-1.medium.com/max/600/0*4NVEW6EKdwVRFbHc
A former Amazon web services employee was convicted after stealing data of over 100 million people, including social security numbers and…
Continue reading on Cybersecurity and Cyber Crime »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Capital One Hacked by an Ex-Amazon Employee
A former Amazon web services employee was convicted after stealing data of over 100 million people, including social security numbers and…
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Cervantes - Collaborative Platform For Pentesters Or Red Teams Who Want To Save Time To Manage Their Projects, Clients, Vulnerabilities And Reports In One Place
https://blogger.googleusercontent.com/img/a/AVvXsEgYS0f96ejBYQV1yTPRDyheJ997s0FUvi3F7OiJJvH6quMi4Yd7rvyYEGE2P6GmfNsOvWl_FiY0GyO3-FyXBcCbB3tNQhnuL-GmgvAD3H4cKgYO7QywtKixz54qxp_ut1yu-H8IELj0af_ZPya2sbVzXROFujOZu9HEIfVgq8bsr2TG9-XfmpBE42MK=s16000
Cervantes is an opensource collaborative platform for pentesters or red teams who want to save time to manage their projects, clients, 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
1. First you need to clone this repository
1. After that you need to start your docker containers:
1.
After this, open your browser at http://localhost
2.
Default User is:
How to run it locally from source
1.
Install dotnet sdk from https://dotnet.microsoft.com/en-us/download
2.
Install PostgreSQL https://www.postgresql.org/download/
3.
Clone this repository
1. In Cervantes.Web -> appsettings.json edit the DefaultConnection with your database parameters
1.
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/
2.
Run the project
1.
After this, open your browser at http://localhost:5001
2.
Default User is:
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. This would save us all time. Thanks!
How to report bugs
If you have bugs to report please use the issues tab on Github to submit the details.
Download Cervantes
___________________________
@hacking_Attack
@Hacking_Video
Cervantes - Collaborative Platform For Pentesters Or Red Teams Who Want To Save Time To Manage Their Projects, Clients, Vulnerabilities And Reports In One Place
https://blogger.googleusercontent.com/img/a/AVvXsEgYS0f96ejBYQV1yTPRDyheJ997s0FUvi3F7OiJJvH6quMi4Yd7rvyYEGE2P6GmfNsOvWl_FiY0GyO3-FyXBcCbB3tNQhnuL-GmgvAD3H4cKgYO7QywtKixz54qxp_ut1yu-H8IELj0af_ZPya2sbVzXROFujOZu9HEIfVgq8bsr2TG9-XfmpBE42MK=s16000
Cervantes is an opensource collaborative platform for pentesters or red teams who want to save time to manage their projects, clients, 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
1. First you need to clone this repository
git clone https://github.com/CervantesSec/docker.git1. After that you need to start your docker containers:
docker-compose -p Cervantes up -d1.
After this, open your browser at http://localhost
2.
Default User is:
admin@cervantes.local - Admin123.How to run it locally from source
1.
Install dotnet sdk from https://dotnet.microsoft.com/en-us/download
2.
Install PostgreSQL https://www.postgresql.org/download/
3.
Clone this repository
git clone https://github.com/CervantesSec/cervantes.git1. 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"
}
}1.
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/
2.
Run the project
dotnet run --project /CERVANTES_PATH/Cervantes.Web/1.
After this, open your browser at http://localhost:5001
2.
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. This would save us all time. Thanks!
How to report bugs
If you have bugs to report please use the issues tab on Github to submit the details.
Download Cervantes
___________________________
@hacking_Attack
@Hacking_Video
KitPloit - PenTest & Hacking Tools
Cervantes - Collaborative Platform For Pentesters Or Red Teams Who Want To Save Time To Manage Their Projects, Clients, Vulnerabilities…
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
AOL 3.0 reverse engineered - Using AOL (1996) in 2022
https://external-preview.redd.it/DngsOAcw-cxg5v-npE47WNC3N1tg9iAQlhnq7FHJPzU.jpg?width=320&crop=smart&auto=webp&s=3be65b5f71e84542d0a8a09c324a128d45ef226a submitted by /u/endless
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
AOL 3.0 reverse engineered - Using AOL (1996) in 2022
https://external-preview.redd.it/DngsOAcw-cxg5v-npE47WNC3N1tg9iAQlhnq7FHJPzU.jpg?width=320&crop=smart&auto=webp&s=3be65b5f71e84542d0a8a09c324a128d45ef226a submitted by /u/endless
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Reddit
r/hacking on Reddit: AOL 3.0 reverse engineered - Using AOL (1996) in 2022
Posted by u/endless - 145 votes and 13 comments
hacking: security in practice
Hacking is dead!
Hacking and breaking is completely dead! Now there is no way to break into systems remotely and phish someone because everyone has/have 200 IQ nowadays, hmm we're wasting our time to learn stupid hacks. And look at these poor youtubers who are repeating same things again and again and showing stupid tools like "Hydra" annnnnnddd "Metasploit", really just imagine these stupid freaking dire names which makes no sense. Haha lol I spent almost 5 years learning everything and now I'm full and I know everything better than every youtuber and everyone who call himself genius. I don't use other people useless tools like Meeetaaasploitttt because I can create my own tools, but still even someone like me didn't hack anything til now then how and why these fucking youtubers making fake useless old tips tricks and fake stories all the time which makes no fucking real sense! Hmmm you started calling yourself a hacker because you can hack wifi, oooooo thats good becauseee this is not something big you proud of because everyone can do that if the router has stupid poor password, Lol I mean what heck is really going on in this fucking world, Lolllllll hacking is nothing not even a name, humans are believing in this cartoon screen technology hahhaha hell... I'm out now, I'm on my own, there is nothig left now to learn but still all of that are useless, Fuck the term Hacking!!! Have a nice day.
submitted by /u/ak_invisible
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Hacking is dead!
Hacking and breaking is completely dead! Now there is no way to break into systems remotely and phish someone because everyone has/have 200 IQ nowadays, hmm we're wasting our time to learn stupid hacks. And look at these poor youtubers who are repeating same things again and again and showing stupid tools like "Hydra" annnnnnddd "Metasploit", really just imagine these stupid freaking dire names which makes no sense. Haha lol I spent almost 5 years learning everything and now I'm full and I know everything better than every youtuber and everyone who call himself genius. I don't use other people useless tools like Meeetaaasploitttt because I can create my own tools, but still even someone like me didn't hack anything til now then how and why these fucking youtubers making fake useless old tips tricks and fake stories all the time which makes no fucking real sense! Hmmm you started calling yourself a hacker because you can hack wifi, oooooo thats good becauseee this is not something big you proud of because everyone can do that if the router has stupid poor password, Lol I mean what heck is really going on in this fucking world, Lolllllll hacking is nothing not even a name, humans are believing in this cartoon screen technology hahhaha hell... I'm out now, I'm on my own, there is nothig left now to learn but still all of that are useless, Fuck the term Hacking!!! Have a nice day.
submitted by /u/ak_invisible
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Hacking is dead!
Hacking and breaking is completely dead! Now there is no way to break into systems remotely and phish someone because everyone has/have 200 IQ...
hacking: security in practice
Can NFC be accessed directly from a phone?
This is more of a proof of concept project. So I know phones have NFC writers on them, and I've also heard some hackers just use the proxmark as a card, so couldn't you also just hold your phone up to the reader? That is how apple pay works isn't it?
submitted by /u/lt_Matthew
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Can NFC be accessed directly from a phone?
This is more of a proof of concept project. So I know phones have NFC writers on them, and I've also heard some hackers just use the proxmark as a card, so couldn't you also just hold your phone up to the reader? That is how apple pay works isn't it?
submitted by /u/lt_Matthew
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Can NFC be accessed directly from a phone?
This is more of a proof of concept project. So I know phones have NFC writers on them, and I've also heard some hackers just use the proxmark as a...
hacking: security in practice
How do hackers steal cookies?
My Instagram got hacked today. I don't think they guessed my password. They probably stole my cookies but how.
I use chrome btw.
submitted by /u/Fearless-Lunch-6451
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
How do hackers steal cookies?
My Instagram got hacked today. I don't think they guessed my password. They probably stole my cookies but how.
I use chrome btw.
submitted by /u/Fearless-Lunch-6451
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
How do hackers steal cookies?
My Instagram got hacked today. I don't think they guessed my password. They probably stole my cookies but how. I use chrome btw.
hacking: security in practice
AV Scan Sites
What’s everyone favorite non-distributive site to check your code?
submitted by /u/3DMilk
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
AV Scan Sites
What’s everyone favorite non-distributive site to check your code?
submitted by /u/3DMilk
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
AV Scan Sites
What’s everyone favorite non-distributive site to check your code?
hacking: security in practice
Someone tried to login to 4 websites with my login and DIFFERENT PASSWORDS. How could it happen?
This night someone tried to login to 4 random websites with my user/pass. They failed because of 2 step authentications I had in place. However, seems like the password they had was correct.
The 4 websites were: N26, ePayments, Coinbase, Upwork
1. ALL the 4 passwords were different (however, I have a certain logic behind my passwords and it is unlikely but still possible to figure it out if you know one of the passwords)
2. One of the users was even different (the first 3 were using one email and the 4th website was using another email as a user)
3. No one had physical access to my PC.
4. My passwords are stored in Google Chrome passwords. No one had access to my Google account last night or in the past. I checked.
5. I didn't login to 2 of the websites for a couple of years (in other words no chance I used them on someone else's PC recently)
6. There is one server with my Chrome user logged in on it. So in theory someone could access the server and from there it would log him in autoamtically to all the 4 websites.
Therefore, I checked the RDP connection details and there was nothing unauthorized.
I checked Teamviewer log and there was nothing there neither.
I checked Chrome history and there was nothing there.
I realize that all the 3 things maybe could have been deleted after using, but I really doubt that..
Morever, the hack logins were done from UK and my server is not in UK. Unless someone used a proxy on my server.. another big doubt.
7. My impression is that somehow someone discovered the passwords to all the 4 websites on the same night..
Does anyone else has an idea what can it be?
submitted by /u/favsync
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Someone tried to login to 4 websites with my login and DIFFERENT PASSWORDS. How could it happen?
This night someone tried to login to 4 random websites with my user/pass. They failed because of 2 step authentications I had in place. However, seems like the password they had was correct.
The 4 websites were: N26, ePayments, Coinbase, Upwork
1. ALL the 4 passwords were different (however, I have a certain logic behind my passwords and it is unlikely but still possible to figure it out if you know one of the passwords)
2. One of the users was even different (the first 3 were using one email and the 4th website was using another email as a user)
3. No one had physical access to my PC.
4. My passwords are stored in Google Chrome passwords. No one had access to my Google account last night or in the past. I checked.
5. I didn't login to 2 of the websites for a couple of years (in other words no chance I used them on someone else's PC recently)
6. There is one server with my Chrome user logged in on it. So in theory someone could access the server and from there it would log him in autoamtically to all the 4 websites.
Therefore, I checked the RDP connection details and there was nothing unauthorized.
I checked Teamviewer log and there was nothing there neither.
I checked Chrome history and there was nothing there.
I realize that all the 3 things maybe could have been deleted after using, but I really doubt that..
Morever, the hack logins were done from UK and my server is not in UK. Unless someone used a proxy on my server.. another big doubt.
7. My impression is that somehow someone discovered the passwords to all the 4 websites on the same night..
Does anyone else has an idea what can it be?
submitted by /u/favsync
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Someone tried to login to 4 websites with my login and DIFFERENT...
This night someone tried to login to 4 random websites with my user/pass. They failed because of 2 step authentications I had in place. However,...
hacking: security in practice
Can someone hack phone thru hotspot?
Just gave some stranger some hotspot, i immediately knew i did something stupid, so i changed all my passwords, should i still be worried?
submitted by /u/Nevhyo
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
Can someone hack phone thru hotspot?
Just gave some stranger some hotspot, i immediately knew i did something stupid, so i changed all my passwords, should i still be worried?
submitted by /u/Nevhyo
[link] [comments]
___________________________
@hacking_Attack
@Hacking_Video
reddit
Can someone hack phone thru hotspot?
Just gave some stranger some hotspot, i immediately knew i did something stupid, so i changed all my passwords, should i still be worried?
Account Takeover by OTP bypass
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.Continue reading on Medium »
Read more...
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.Continue reading on Medium »
Read more...
Account Takeover by OTP bypass
https://codewithvamp.medium.com/account-takeover-by-otp-bypass-ec0cff67f516?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
https://codewithvamp.medium.com/account-takeover-by-otp-bypass-ec0cff67f516?source=rss------bug_bounty-5
___________________________
@hacking_Attack
@Hacking_Video
Medium
Account Takeover by OTP bypass
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.Continue reading on Medium » (https://codewithvamp.medium.com/account-takeover-by-otp-bypass-ec0cff67f516?source=rss------bug_bounty-5)
___________________________
@hacking_Attack
@Hacking_Video
___________________________
@hacking_Attack
@Hacking_Video
Medium
Account Takeover by OTP bypass
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Account Takeover by OTP bypass
https://cdn-images-1.medium.com/max/1435/1*v1XYTJuN3e-ujNpok1riQA.png
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Account Takeover by OTP bypass
https://cdn-images-1.medium.com/max/1435/1*v1XYTJuN3e-ujNpok1riQA.png
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.
Continue reading on Medium »
___________________________
@hacking_Attack
@Hacking_Video
Medium
Account Takeover by OTP bypass
Hey everyone! This bypass is little bit interesting and you will get to learn a lot hopefully.