Hacking Articles Tips Tricks Videos Tutorials
471 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
What is Ftewk.exe

Recently, my friend randomly lost access to his steam account while playing a game without any possible explanation. We found a ftwek.exe file running on startup through the task manager upon inspection. There is no information about this file on the internet. Is the system compromised? What should be done?

Every google search seems to be leading to some sort of a hacking article which led me to believe the system was compromised.

submitted by /u/_Machosen
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
NFT collection generator c#

Just coded nft collection generator on c#. I guess, there's no need to explain what does every field for, human kind should have enough IQ. Antivirus checks, more info and .exe file on my github: https://github.com/micegan/NftCollectionGenerator-exe

Yeah, the GUI is shitty, but whatever.

submitted by /u/Various-Animal-9893
[link] [comments]
hacking: security in practice
Suggestion for cool Hacking Stickers?

Hey guys.

I am Top 3% on THM. Always reading about hacking. Working my way into Cybersecurity from InfoSec. I am in a coffee shop a lot. I noticed that a lot of SEs have stickers on their laptops such as FAANG companies, 10101, etc. Are there any dope stickers or things that ONLY hackers would really know about to pick up? Obviously a big Anonymous Sticker would probably not be a great idea, lol. I am looking to buy some on Amazon considering I only have one snake sticker on my laptop. Any advice would be great. Keep it real guys.

submitted by /u/JupitersHot
[link] [comments]
Based on the amazing research (https://portswigger.net/research/http-desync-attacks-request-smuggling-reborn) by James Kettle (https://twitter.com/albinowax). The tool can help to find servers that may be vulnerable (https://www.kitploit.com/search/label/Vulnerable) to request smuggling vulnerability.
Usage FLAGS: -h, --help Prints help information -V, --version Prints version information OPTIONS: --amount-of-payloads low/medium/all [default: low] -t, --attack-types [ClTeMethod, ClTePath, ClTeTime, TeClMethod, TeClPath, TeClTime] [default: "ClTeTime" "TeClTime"] --file send request from a file you need to explicitly pass \r\n at the end of the lines -H, --header Example: -H 'one:one' 'two:two' -X, --method [default: POST] -u, --url -v, --verbose 0 - print detected cases and errors only, 1 - print first line of server responses 2 - print requests [default: 0] --verify how many times verify the vulnerability [default: 2]">USAGE:
request_smuggler [OPTIONS] --url

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
--amount-of-payloads low/medium/all [default: low]
-t, --attack-types
[ClTeMethod, ClTePath, ClTeTime, TeClMethod, TeClPath, TeClTime] [default: "ClTeTime" "TeClTime"]

--file
send request from a file
you need to explicitly pass \r\n at the end of the lines
-H, --header Example: -H 'one:one' 'two:two'
-X, --method [default: POST]
-u, --url
-v, --verbose
0 - print dete cted cases and errors only,
1 - print first line of server responses
2 - print requests [default: 0]
--verify how many times verify the vulnerability [default: 2]
Installation Linux from releases from source code (rust should be installed) git clone https://github.com/Sh1Yo/request_smuggler
cd request_smuggler
cargo build --release using cargo install cargo install request_smuggler --version 0.1.0-alpha.2 Mac from source code (rust should be installed) git clone https://github.com/Sh1Yo/request_smuggler
cd request_smuggler
cargo build --release using cargo install cargo install request_smuggler --version 0.1.0-alpha.2 Windows from releases

Download Request_Smuggler (https://github.com/Sh1Yo/request_smuggler)
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Request_Smuggler - Http Request Smuggling Vulnerability Scanner

https://blogger.googleusercontent.com/img/a/AVvXsEheUSDI43TNxb3qC5NB8ewRdQsERbmznb7XDpFE9eCVlcxg8YyiF6ULPkT7dDiMGYVJ4ZTJrhqJQe4sRrse5otBsjpC7H5-LRUHoKvT4q-OCzxEw7UGIsqzdQvj_9wciq7ueWr9xDJnfZZg0laSG7b9SQAIv0JQzpoey5x2PDxUa7_tcN0-kADwD-yH=w640-h350
Based on the amazing research by James Kettle. The tool can help to find servers that may be vulnerable to request smuggling vulnerability.
Usage
USAGE:
request_smuggler [OPTIONS] --url
Installation

*
Linux

* from releases
* from source code (rust should be installed)
git clone https://github.com/Sh1Yo/request_smuggler
cd request_smuggler
cargo build --release


* using cargo install
cargo install request_smuggler --version 0.1.0-alpha.2
*
Mac

* from source code (rust should be installed)
git clone https://github.com/Sh1Yo/request_smuggler
cd request_smuggler
cargo build --release


* using cargo install
cargo install request_smuggler --version 0.1.0-alpha.2
*
Windows

* from releases
Download Request_Smuggler

___________________________
@hacking_Attack
@Hacking_Video
https://b.thumbs.redditmedia.com/OK-s3XBlCbrc4xOQGCvn8gW7nqq0N6bMG9x_ShN2_Pc.jpg I've set ngrok to be able to connect to an Android phone not in my LAN (I simply disconnected it from my network, tried with a friend on another LAN aswell). Created a payload (here I only created an example to test if it works) downloaded it on my phone and run it. When my phone IS connected to my WiFi I get a meterpreter shell, no problem what so ever. When my phone IS NOT connected to the internet WiFi but via phone connection to simulate WAN (LTE, 4G) the payload doesn't respond, it's like the phone isn't able to talk with ngrok (the ngrok port is forwarded properly, yougetsignal proves it). Kali connected with "Bridged Adapter".

Maybe my IPS (I don't even know if I have it) is blocking the connection when it's not coming from my LAN, I have no idea.

Second question: is there a way to reverse shell to a PC via WAN without having to exposte your PUBLIC IP in the payload? Can I stay anonymous while getting a persisent reverse shell? If so, how? Thank you!

https://preview.redd.it/tpqfcvhjdqp81.png?width=1920&format=png&auto=webp&s=d562a358e45ee2eda6208e56c44b545203ecb0b9

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Looking for a mid-90s essay

This might be one for older types who remember or know about the phone phreak era. I recall coming across an essay (originally posted on a newsgroup) penned by one of the original phreakers. American guy, maybe Californian or San Franciscan, around 1996. It talked about three things to build a free-er society. Something like cryptocurrency, encrypted communications and something else. It was really good but I just can't find it, or find a mention of itv anywhere. Anyone have any ideas?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Email Domain

Hey guys! I was wondering if I can see somehow all the emails from my school domain?

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

___________________________
@hacking_Attack
@Hacking_Video