Hacking Articles Tips Tricks Videos Tutorials
471 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
Web OSINT Tryhackme Walkthrough

Hello guys and welcome back , Ayush this side, today we’ll talk about one of the tryhackme room web osint, this is an amazing room for…
Read more...
hacking: security in practice
nmap scan to a random website while I was learning this tool

Hello everyone,

While I was leaning ethical hacking / nmap tool, I followed the various step that IT guy was doing, and I run a scan on the same website he did (something like Udemy).

Later on I figured out that I’m flagged, and I didn’t know yet about hiding with something like proxy chains.

Now the question his:

Am I in trouble for something like this? Even if I was stupidly following that guy tutorial and that’s it?

I’m not from US

Thanks!

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How Data Transmitted Network Interface Card to Web Browser In Practical

Hello, I want to learn the process of transmission of data coming from the internet deeply.

For example, I write a domain and press enter in my browser after that the data I received come to my Network Interface Card, I am not well informed about that but I think the firmware of the Network Interface Card passes the data to the device driver I think after that the device driver passes the data to the browser.

I want to learn the whole process from the physical layer to the application layer.

But I want to learn it not theoretically. I want to see the firmware codes, device driver codes, and so on.
I am using Linux, probably the nic firmware codes are closed source and maybe hard to reverse.
How can I learn the whole process, Are there any resources? Am I need to read a book like Linux Device Drivers?
My goal is to find vulnerabilities in this transmission process.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Home network security setup (IoT included)

Hello,

I recently found that wifi routers like Bitdefender Box exist and was wondering if they are worth it or are they just gimmicks with an annual subscription ?

Could those be replaced by using a regular wifi router and other hardware/software ?

I saw some comments recommending pihole and opnsense/pfsense and will start looking into those more but if anyone has more insight and can share some advices I would greatly appreciate.

Thank you!

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

___________________________
@hacking_Attack
@Hacking_Video
Bug's feed is a local hosted portal where you can search for the latest news, videos, CVEs, vulnerabilities... It's implemented as a PWA application so you can get rid of the explorer and use it as a desktop (https://www.kitploit.com/search/label/Desktop) application. Navigate through different tabs and take a look to the latest bugs or search in all of them at once. It comes with a configuration pane in which you can modify hashtags and video channels to your own belong.
About The ProjectThis is my first huge project. It's not perfect and will need to be improved. See Contributing. As a hacking (https://www.kitploit.com/search/label/Hacking) and development enthusiast I'm in love with the idea of making my own scripts (https://www.kitploit.com/search/label/Scripts) of the lastest vulnerabilities.
The problem: there is so much information out there. Lots of new vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) are discovered in just a day, innumerable related tweets are written and so their corresponding videos are filmed.
The solution: to gather all the information in one place and make it easy to disaggregate so you can extract the relevant knowledge. Bug's feed is a docker containered Flask (https://pypi.org/project/Flask/) application which makes use of Selenium (https://www.selenium.dev/), Twint (https://github.com/twintproject/twint) and FeedParser (https://pypi.org/project/feedparser/) to scrape different websites like Hackerone, Youtube, Bugcrowd, Exploit Database or Twitter and stores the results in a Mongo (https://www.mongodb.com/es) database.
Most of requests go through Tor (https://www.torproject.org/) and with a random user agent. Except those to twitter, youtube, oxford and bugcrowd (https://www.kitploit.com/search/label/Bugcrowd) (this may change in the future).

___________________________
@hacking_Attack
@Hacking_Video
Scrapping so much information, depending on different websites, makes easy to break some of the scripts. Consider using the manual refresh button if something fails.
PrerequisitesDocker (https://www.docker.com/)Docker-compose (https://docs.docker.com/compose/)
InstallationYou can define the port on the .env file
ReleaseDownload the latest release (https://github.com/PwnedShell/Bugs-feed/releases/latest) and run docker-compose up -d
Source code# Clone Bugs-feed
git clone https://github.com/pwnedshell/Bugs-feed.git

# Go to Bugs-feed folder
cd Bugs-feed/

# Run docker compose
docker-compose up -d
UsageGo to localhost:9600 (http://localhost:9600/)Wait 5 minutes (only first time)Download the desktop application (optional)Hunting time!
ContributingI have developed this project by myself. I carry other projects and I'm not able to focus on this one. Please feel free to contribute. I would try to fix bugs and implement more features as fast as possible. Fork the ProjectCreate your Feature Branch (git checkout -b feature/AmazingFeature)Commit your Changes (git commit -m 'Add some AmazingFeature')Push to the Branch (git push origin feature/AmazingFeature)Open a Pull Request (https://github.com/PwnedShell/Bugs-feed/pulls)
DisclaimerThis project is designed to facilitate information about recent vulnerabilities, always referring to its scrapped pages. The use of the obtained information it's under your own responsibility.

Download Bugs-feed (https://github.com/PwnedShell/Bugs-feed)

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
GIF
KitPloit - PenTest Tools!
Bugs-feed - A Local Hosted Portal Where You Can Search For The Latest News, Videos, CVEs, Vulnerabilities...

https://1.bp.blogspot.com/-lBIHq4ZXBxU/YSRlkJ2rtxI/AAAAAAAAtxo/CMmEcUXkL24X97GlYFEjPkFVwZkYz-JrgCNcBGAsYHQ/w640-h346/Bugs-feed_7_Demo.gif Bug's feed is a local hosted portal where you can search for the latest news, videos, CVEs, vulnerabilities... It's implemented as a PWA application so you can get rid of the explorer and use it as a desktop application. Navigate through different tabs and take a look to the latest bugs or search in all of them at once. It comes with a configuration pane in which you can modify hashtags and video channels to your own belong. About The ProjectThis is my first huge project. It's not perfect and will need to be improved. See Contributing.

As a hacking and development enthusiast I'm in love with the idea of making my own scripts of the lastest vulnerabilities.
The problem: there is so much information out there. Lots of new vulnerabilities are discovered in just a day, innumerable related tweets are written and so their corresponding videos are filmed.
The solution: to gather all the information in one place and make it easy to disaggregate so you can extract the relevant knowledge.

Bug's feed is a docker containered Flask application which makes use of Selenium, Twint and FeedParser to scrape different websites like Hackerone, Youtube, Bugcrowd, Exploit Database or Twitter and stores the results in a Mongo database.
Most of requests go through Tor and with a random user agent.

Except those to twitter, youtube, oxford and bugcrowd (this may change in the future). https://1.bp.blogspot.com/-lBIHq4ZXBxU/YSRlkJ2rtxI/AAAAAAAAtxo/CMmEcUXkL24X97GlYFEjPkFVwZkYz-JrgCNcBGAsYHQ/w640-h346/Bugs-feed_7_Demo.gif Scrapping so much information, depending on different websites, makes easy to break some of the scripts. Consider using the manual refresh button if something fails. Prerequisites* Docker
* Docker-compose InstallationYou can define the port on the .env file ReleaseDownload the latest release and run docker-compose up -dSource code# Clone Bugs-feed
git clone https://github.com/pwnedshell/Bugs-feed.git

# Go to Bugs-feed folder
cd Bugs-feed/

# Run docker compose
docker-compose up -d
Usage1. Go to localhost:9600
2. Wait 5 minutes (only first time)
3. Download the desktop application (optional)
4. Hunting time! ContributingI have developed this project by myself. I carry other projects and I'm not able to focus on this one. Please feel free to contribute. I would try to fix bugs and implement more features as fast as possible.

1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request DisclaimerThis project is designed to facilitate information about recent vulnerabilities, always referring to its scrapped pages. The use of the obtained information it's under your own responsibility. Download Bugs-feed

___________________________
@hacking_Attack
@Hacking_Video
Bugs-feed - A Local Hosted Portal Where You Can Search For The Latest News, Videos, CVEs, Vulnerabilities...

Bug's feed is a local hosted portal where you can search for the latest news, videos, CVEs, vulnerabilities... It's implemented as a PWA application so you can get rid of the explorer and use it as a desktop application. Navigate through different tabs and take a look to the latest bugs or search in all of them at once. It comes with a configuration pane in which you can modify hashtags and video channels to your own belong.About The ProjectThis is my first huge project. It's not perfect and will need to be improved. See Contributing. As a hacking and development enthusiast I'm in love with the idea of making my own scripts of the lastest vulnerabilities. The problem: there is so much information out there. Lots of new vulnerabilities are discovered in just a day, innumerable related tweets are written and so their corresponding videos are filmed. The solution: to gather all the information in one place and make it easy to disaggregate so you can extract the relevant knowledge. Bug's feed is a docker containered Flask application which makes use of Selenium, Twint and FeedParser to scrape different websites like Hackerone, Youtube, Bugcrowd, Exploit Database or Twitter and stores the results in a Mongo database. Most of requests go through Tor and with a random user agent. Except those to twitter, youtube, oxford and bugcrowd (this may change in the future).Scrapping so much information, depending on different websites, makes easy to break some of the scripts. Consider using the manual refresh button if something fails.PrerequisitesDockerDocker-composeInstallationYou can define the port on the .env fileReleaseDownload the latest release and run docker-compose up -dSource code# Clone Bugs-feedgit clone https://github.com/pwnedshell/Bugs-feed.git# Go to Bugs-feed foldercd Bugs-feed/# Run docker composedocker-compose up -dUsageGo to localhost:9600Wait 5 minutes (only first time)Download the desktop application (optional)Hunting time!ContributingI have developed this project by myself. I carry other projects and I'm not able to focus on this one. Please feel free to contribute. I would try to fix bugs and implement more features as fast as possible. Fork the ProjectCreate your Feature Branch (git checkout -b feature/AmazingFeature)Commit your Changes (git commit -m 'Add some AmazingFeature')Push to the Branch (git push origin feature/AmazingFeature)Open a Pull RequestDisclaimerThis project is designed to facilitate information about recent vulnerabilities, always referring to its scrapped pages. The use of the obtained information it's under your own responsibility.Download Bugs-feed
Read more...

___________________________
@hacking_Attack
@Hacking_Video
Business Logic Errors - Must Vote

Summary :Continue reading on Medium »
Read more...
How i hacked BBC mail servers

Walk-through in hacking BBC mail servers through chained vulnerabilityContinue reading on Medium »
Read more...