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
hacking: security in practice
Code that notifies site cancellations

Long story short Im trying to get an early spot so I can take my driving license exam earlier. I have already enrolled, but my appointment is not too soon, lets say, because the delays are huge and everyone is trying to get an appointment as early/sonn as possible. Everything happens on this online platform that confirms your appointment by email, and you can also cancel it via a link thats sent also on your email.

With that being said, i have to mention that sometimes people cancel their appointments. That empty spot remains empty only for a couple of minutes because everyone keeps an eye on the site so whoever sees that first, they cancel their appointment that is due later, so they can fill the new, empty place.

My question is: is it possible to write a program that could notify me right away when a spot has been cancelled, so I dont have to spend all day refreshing the site? And if yes, could you please offer me some guidance? Any advice, tips, literally everything is appreciated. Thanks!

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Perfect Spoofing mail tool

Hello there everyone!
I'm seeking for help, i work in a place where the main object is to protect mail traffic.
so currently I try to make a perfect spoofed mail in order to challenge the system, i found this tool that makes a bypassing DKIM,SPF and DMARC mail. but i cant realy understand how to work with the tool, so i would really appriciate if someone can help me with the tool or maybe give me a different direction to make this perfect spoofed mail.

Thanks a lot!

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

___________________________
@hacking_Attack
@Hacking_Video
TIWAP is a web security testing lab made using Flask for budding security enthusiasts to learn about various web vulnerabilities. Inspired by DVWA, the contributors have tried their best to regenerate various web vulnerabilities The application is solely made for educational purpose and to learn web hacking (https://www.kitploit.com/search/label/Hacking) in a legal environment.
Disclaimer
We highly recommend installing the lab on a Virtual Machine (https://www.kitploit.com/search/label/Virtual%20Machine) instead of a live web server (Internal or External). We do not take responsibility for the way in which anyone uses this application (TIWAP). The application has been made for educational purpose only and should not be used maliciously. If your web servers are compromised due to installation of this application, it is not our responsibility, it is the responsibility of the person/s who uploaded and installed it.
Setup and Installation
To keep the installation and setup easy, we have configured everything for you. All you need is Docker on your system. Once you are done with docker installation, run the following commands. git clone https://github.com/tombstoneghost/TIWAP
cd TIWAP
docker-compose up Note: It works only on Linux as of now and windows compatibility is work under progress Once the lab is started, you can log in using the default credentials.
Username: admin
Password: admin
Tech Stack
Front-End: HTML, CSS and JavaScript
Back-End: Python - Flask
Databases: SQLite3 and MongoDB
Vulnerabilities
Currently, we have 20 vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) in the lab. All listed below: SQL Injection Blind SQL Injection NoSQL Injection Command Injection Business Logic Flaw Sensitive Data Exposure XML External Entities Security Misconfiguration Reflected XSS Stored XSS DOM Based XSS HTML Injection Improper Certificate Validation Hardcoded Credentials Insecure File Upload Brute Force Directory Traversal Cross-Site Request Forgery (CSRF) Server-Side Request Forgery (SSRF) Server-Side Template Injection (https://www.kitploit.com/search/label/Injection) (SSTI) Each vulnerability (https://www.kitploit.com/search/label/Vulnerability) is having 3 difficulty levels, namely Low, Medium and Hard. These levels can be set from the settings page.
Bugs and Issues
If you find any bugs or issues with the project, kindly raise the same on the below link. https://github.com/tombstoneghost/TIWAP/issues
Contributors
Simardeep Singh - LinkedIn (https://www.linkedin.com/in/simardeepsingh99/) | Twitter (https://twitter.com/simardeep99) Yash Giri - LinkedIn (https://www.linkedin.com/in/yashgiri/) Sakshi Aggarwal - LinkedIn (https://www.linkedin.com/in/s4ksh1/) | Twitter (https://twitter.com/s4ksh1)
Want to be a contributor?
Star this repository Fork this repository Clone the forked repository Navigate to the project directory Create a new branch with your name Make changes Stage your changes and commit Push your local changes to remote Create a Pull Request Congratulations! You did it.
License
This project is under the MIT License - Click here (https://github.com/tombstoneghost/TIWAP/blob/master/LICENSE) for details. Happy Hacking! :)

Download TIWAP (https://github.com/tombstoneghost/TIWAP)

___________________________
@hacking_Attack
@Hacking_Video