Hacking Articles Tips Tricks Videos Tutorials
470 subscribers
66K 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
Is it possible creating an exploit for PIE x86_64 programs?

I think is possible only having memory leaks and knowing the address of libc..., then you can create a ROP/JOP but without leaks with PIE and the stack protector in x86_64 practically is impossible to exploit it.

What you guys think?

submitted by /u/0xhaku
[link] [comments]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
EvilnoVNC - Ready To Go Phishing Platform

https://blogger.googleusercontent.com/img/a/AVvXsEjS0YsH-959lRu1uWmj0ocq3aNQJGwOsU8S6La4QVtlPoatkSdx6E6RtAMauwx-jcdmtDV3GD7u1YuHNMHeAElabczWZXHyWz9-_0caNDYjUIfvcysktOnr1HQiHoqDHXVrIBsXmqx4aPh4u7D6qEACAflv0Z1-T8VcfJ2Jfb_nfDRhAkc2il42Dk2nDw=w640-h320
EvilnoVNC is a Ready to go Phishing Platform.

Unlike other phishing techniques, EvilnoVNC allows 2FA bypassing by using a real browser over a noVNC connection.

In addition, this tool allows us to see in real time all of the victim's actions, access to their downloaded files and the entire browser profile, including cookies, saved passwords, browsing history and much more.
Requirements

* Docker
* Chromium

Download

It's recommended to clone the complete repository or download the zip file.
Additionally, it's necessary to build Docker manually. You can do this by running the following commands:

git clone https://github.com/JoelGMSec/EvilnoVNC
cd EvilnoVNC ; sudo chown -R 103 Downloads
sudo docker build -t joelgmsec/evilnovnc .


Usage

./start.sh -h

_____ _ _ __ ___ _ ____
| ____|_ _(_) |_ __ __\ \ / / \ | |/ ___|
| _| \ \ / / | | '_ \ / _ \ \ / /| \| | |
| |___ \ V /| | | | | | (_) \ V / | |\ | |___
|_____| \_/ |_|_|_| |_|\___/ \_/ |_| \_|\____|

---------------- by @JoelGMSec --------------

Usage: ./start.sh $resolution $url

Examples:
1280x720 16bits: ./start.sh 1280x720x16 http://example.com
1280x720 24bits: ./start.sh 1280x720x24 http://example.com
1920x1080 16bits: ./start.sh 1920x1080x16 http://example.com
1920x1080 24bits: ./start.sh 1920x1080x24 http://example.com



The detailed guide of use can be found at the following link:

https://darkbyte.net/robando-sesiones-y-bypasseando-2fa-con-evilnovnc

Features & To Do

* Export Evil-Chromium profile to host
* Save download files on host
* Disable parameters in URL (like password)
* Disable key combinations (like Alt+1 or Ctrl+S)
* Disable access to Thunar
* Decrypt cookies in real time
* Expand cookie life to 99999999999999999
* Dynamic title from original website
* Dynamic resolution from preload page
* Replicate real user-agent and other stuff
* Basic keylogger

License

This project is licensed under the GNU 3.0 license - see the LICENSE file for more details.

Credits and Acknowledgments

Original idea by @mrd0x: https://mrd0x.com/bypass-2fa-using-novnc
This tool has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec

Contact

This software does not offer any kind of guarantee. Its use is exclusive for educational environments and / or security audits with the corresponding consent of the client. I am not responsible for its misuse or for any possible damage caused by it.

For more information, you can find me on Twitter as @JoelGMSec and on my blog darkbyte.net.
Download EvilnoVNC

___________________________
@hacking_Attack
@Hacking_Video
Everything About Path Traversal Vulnerability

IntroductionContinue reading on InfoSec Write-ups »
Read more...
Everything About Path Traversal Vulnerability

IntroductionContinue reading on InfoSec Write-ups »
Read more...
hacking: security in practice
Using the undo-feature of Tinder for free (Tinder in "Grid Mode")

Hello everyone,

in my previous post I shared how you can unblur people that liked you on Tinder for free (bypassing their previous fix). In this guide, I will explain how one can achieve the functionality of the undo-feature for free. It's neither difficult nor very sophisticated but it works anyways.



TL;DR

Tinder doesn't check if you swiped left on a person. So if you've saved the profile data before you do so, you can still send a "Like" request to Tinder's API afterwards hence emulating the undo-feature which usually costs money.

A script that does this automatically as a proof of concept is at the end of this post at "Automated script for this"



What is the undo-feature?

When you dislike/swipe-left on a person you can't just change your mind and revoke that action. There is an undo button but you have to pay in order to use it. This feature is useful when you disliked someone by accident or changed your mind afterwards because e.g. Tinder told you "oops, you just missed a match".



How to undo for free?

A "Like" is a POST request to a specific URL with a specific body and your X-Auth-Token as a header. If you have the URL and body you can hence send a "Like" manually. But after swiping left you can't get this data afaik. So you just save it beforehand. That's all! Nothing fancy, just exploiting the fact that Tinder doesn't enforce any checks if you already swiped a profile.
The URL schema is the following: https://api.gotinder.co/like/** s_number mapping is saved as well.
2. If you put your x-auth-token and the path to an image (copy+paste or drag+drop) as arguments, it will send a "Like" to the profile the image belongs to. This is done by parsing the information from the file path and looking up the s_number.

So the usage would be like this:

* `python3 ./tinder-grid.py X-AUTH-TOKEN` - to download some profiles and
* `python3 ./tinder-grid.py X-AUTH-TOKEN "/path/to/an/image.jpeg"` - to like a person.

Link to the script: https://pastebin.com/tk8ykGjb



Disclaimer

I used it only on debian 11 but since it's python I guess it works elsewhere too...

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Are password manager on mobile safe?

Hey guys,

so until now i always used the good ol' paper and pen to write down and save my password but now i'm struggling accessing them if i'm not at home. My question is: are password manager on mobile "safe"?

If yes, what's the best application for password managing for android?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
looking for an apk editor, either for android or windows

As the title says, I am looking for an apk editor. Essentially I just need to edit the manifest of an app, kiwi browser. The last update allows only to be installed from android 6+. I need to install it on Android 5.

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

___________________________
@hacking_Attack
@Hacking_Video