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
Introduction Session Hijacking
https://medium.com/@pentesterclubpvtltd/introduction-session-hijacking-36be01472680?source=rss------bug_bounty-5

Session hijacking is defined as taking over an active TCP/IP communication session without the user’s permission. When implemented…Continue reading on Medium » (https://medium.com/@pentesterclubpvtltd/introduction-session-hijacking-36be01472680?source=rss------bug_bounty-5)
XXE Attack : Real life attacks and code examples

XXE (XML External Entity Injection) is a web-based security vulnerability that enables an attacker to interfere with the processing of XML…Continue reading on Medium »
Read more...
Practical XPath Injection : Attack and Defense Techniques

Practical XPath Injection ExploitsContinue reading on Medium »
Read more...
Introduction Session Hijacking

Session hijacking is defined as taking over an active TCP/IP communication session without the user’s permission. When implemented…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
GIF
KitPloit - PenTest Tools!
BlackStone - Pentesting Reporting Tool

https://user-images.githubusercontent.com/55983491/182498046-639e515c-8de0-4804-959b-b53145e79109.gif BlackStone project or "BlackStone Project" is a tool created in order to automate the work of drafting and submitting a report on audits of ethical hacking or pentesting.

In this tool we can register in the database the vulnerabilities that we find in the audit, classifying them by internal, external audit or wifi, in addition, we can put your description and recommendation, as well as the level of severity and effort for its correction. This information will then help us generate in the report a criticality table as a global summary of the vulnerabilities found.

We can also register a company and, just by adding its web page, the tool will be able to find subdomains, telephone numbers, social networks, employee emails... https://user-images.githubusercontent.com/55983491/182504746-26c636f4-fe4f-410d-9898-e51f4ae35e6d.png Docker InstallInstall Docker

Install docker-compose
Install BlackStone git clone https://github.com/micro-joan/BlackStone
cd BlackStone
docker-compose up -d
User: blackstonePassword: blackstoneManual Install* First we must download an Apache server to host the tool, in my case I use Mamp (I recommend following these steps): https://www.mamp.info/en/downloads/
* We will download the content of this repository and we will have 2 folders (BlackStone and BBDD)
* Once the server starts we will go to c://MAMP/htdocs and paste all the contents of the downloaded folder "BlackStone"
* For the application to work we will have to import the database, we will go to our browser and write "localhost/phpMyAdmin/", you have the database connection file in the folder BlackStone/conexion.php
* We will create a database called blackstone and import the data from the downloaded BBDD folder
* Log in to BlackStone with the username and password "blackstone" UseFirst you need to go to profile settings and add Hunter.io and haveibeenpwned.com tokens: https://user-images.githubusercontent.com/55983491/182502047-36e2b125-de44-463f-8c74-9b8b2cab14e4.gif After having vulnerabilities in the database, we will go to the audited client and we will register a client along with their web page, once registered we can go to customer details and we can see the following information:

THE USE OF THIS APPLICATION IS FOR PROFESSIONAL USE, THE AUTHOR IS NOT RESPONSIBLE FOR A MISUSE EMPLOYED
* Name of business owner
* Social networks of the company owner
* Email and telephone number of the owner of the company
* Exposed password check on the company owner's deep web
* Subdomains of the website as well as information of interest found in google
* Emails of company workers https://user-images.githubusercontent.com/55983491/182502564-02929088-2584-4cd9-9d1a-52ce6cb69f17.gif Once we have the company that we are going to audit registered in the database, we will create a report, adding the date, name of the report and the company to which will be audited. When we register the report, we will give it edit and then we will select the vulnerabilities that we want to appear in the report: https://user-images.githubusercontent.com/55983491/182503343-c1990024-83f2-4c4b-b524-08719d775cac.gif Finally, we will generate the report by clicking on the "overview report" button, and later we will save the page that is generated as ".mht", then we will open it with Word to be able to work on the generated report: https://user-images.githubusercontent.com/55983491/182504065-2a55fac4-b961-4cd8-8d38-1f02c98123fb.gif Download BlackStone
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
XML External Entity (XXE) Injection Payload List

In this section, we’ll explain what XML external entity injection is, describe some common examples, explain how to find and exploit…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
XXE Attack : Real life attacks and code examples

XXE (XML External Entity Injection) is a web-based security vulnerability that enables an attacker to interfere with the processing of XML…

Continue reading on Medium »
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Introduction Session Hijacking

Session hijacking is defined as taking over an active TCP/IP communication session without the user’s permission. When implemented…

Continue reading on Medium »
hacking: security in practice
Path Traversal

Is path traversal possible in the following python3 code?
import os filename = input("Please enter the filename: ") filename = os.path.join("files/", "file" + filename) with open(filename, 'w') as f: f.write("Hello World")
So the string concatenation is preventing us for just putting '../../../something.txt'. The is no directory file in the files directory only other files which names start with file. Is it possible to break this? If not could there be some other vulnerability?

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

___________________________
@hacking_Attack
@Hacking_Video
is this channel still helpful?
anonymous poll

👍🏻 – 8
👍👍👍👍👍👍👍 73%

👎 – 3
👍👍👍 27%

👥 11 people voted so far.
Hacking Articles Tips Tricks Videos Tutorials pinned «is this channel still helpful? anonymous poll 👍🏻 – 8 👍👍👍👍👍👍👍 73% 👎 – 3 👍👍👍 27% 👥 11 people voted so far.»