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 to do this↓?

I want to modify the social networks to avoid my brain getting dumber. Since I need to use them for my job, I want to be able to filter the Instagram (example) content. This means, deleting the 🔍 and only being able to see the accounts I choose.

Also having the possibility of blocking all the content and only using the chat and the stories would be really interesting.

I have seen app blockers but never an inside-app blocker.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Possible new T-mobile phone # scam?

Hey guys, I'm new here but I just came across a scam and I'd like your input on it. So yesterday and today I received a text message in a group chat I was brought into that stated that my bill for the month of March has been paid(even though I'm not the one paying the phone bill). I knew this was a scam but I wanted to look into it because as I already mentioned this was in a group chat. So I ran the links through Virus Total and the report said there was no malware on the sites. I then looked into the status of these websites and they came back invalid. The next thing I did was run a background check on the number that started the group chat I was brought into today. I also checked some of the other numbers that responded with "stop" just to make sure I wasn't being fooled. The number that started the group chat came back as "unknown" and was said to have most likely been based in New York. The other numbers were real but, they could have had their T-mobile accounts compromised and had their phone numbers stolen. The only thing I noticed we all had in common was that our service provider was T-mobile or owned by T-mobile(ex. Metropcs). I went on google and found out that these kinds of scams have been happening for a while. But what makes this different(at least to me) is that in the previous scams it was never mentioned where these numbers are coming from. In this one, not only does it claim to be from T-mobile. The scam number is provided/serviced by T-mobile. I don't know if I'm overthinking this or not but I'd like some outside input. Also, one of the sites I used claims it is 90% sure the scam number is a CLEC(Competitive Local Exchange Carrier), don't know if that changes anything. Thank you for your time.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
self signed SSL Cert found in router

so i found a self signed ssl cert trusted by our root CA in our router today. Its obviously fake, any idea what the implications of that would be, or what could be done with such a thing?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Curious as to how I was compromised.

Background info I try take my cybersecurity pretty strict. Just finished sec+, have complex password, 2 FA + authentication app.

Woke up to my Instagram being hacked. What I thought was very very suspicious was the attacker, had created an new gmail with my first + middle + last name. The last name was misspelled. However…. I do not advertise my middle name anywhere. Additionally, my insta account is my first initial and not my complete last name. Example if my name is John Doe I had my insta set up as J.Do. Whoever hacked my Instagram account knew my complete name? They also went as far as to create a new gmail address using my name? I had received no notifications that my original email on my insta account had be changed or that 2 FA was turned off. Additionally my username was changed. The hacker had complete access to my account for 6 hours and all they did was unfollowed one person. I am very curious as to how this is possible, I am a bit embarrassed as I am wanting to work in the cybersecurity field. Would love anyones thoughts.

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

___________________________
@hacking_Attack
@Hacking_Video
การอัปเดตความปลอดภัย LayerZero — เมษายน 2022

สัปดาห์ที่ผ่านมาแสดงให้เราเห็นว่าไม่มีอะไรสำคัญไปกว่าความมุ่งมั่นที่จะประเมินและปรับปรุงการรักษาความปลอดภัยอย่างต่อเนื่องในพื้นที่นี้…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
A Detailed Guide on Responder (LLMNR Poisoning)

IntroductionResponder is a widely used tool in penetration test scenarios and can be used for lateral movement across the network by red teamers. The tool contains many useful features like LLMNR, NT-NS and MDNS poisoning. It is used in practical scenarios for objectives like hash capture or poisoned answer forwarding supporting various AD attacks. The tool contains various built-in servers like HTTP, SMB, LDAP, DCE-RPC Auth server etc. In this article, we will cover a majority of these attacks that can be performed while being aided by responder.Table of content· LLMNR, NBT-NS, MDNS and DHCP· Responder Installation· Attack 1: LLMNR/NBT-NS Poisoning through SMB· Attack 2: LLMNR/NBT-NS Poisoning through WPAD· Responder Analyze Mode· Responder Basic Authentication Mode· Responder Downgrade NTLMv2-SSP to NTLMv2· Responder external IP poisoning· Responder Multi-Relay: Shell on a system· Responder DNS injection in DHCP response· What are these servers in responder?· Recommendations· ConclusionLLMNR is a protocol which allows name resolution without the requirement of a DNS server. It is able to provide a hostname-to-IP based off a multicast packet sent across the network asking all listening Network-Interfaces to reply if they are authoritatively known as the hostname in the query.  It does this by sending a network packet to port UDP 5355 to the multicast network address. It allows IPv4 and IPv6 hosts and supports all current and future DNS formats, types, and classes. It is the successor of NBT-NS.NBT-NS: NetBIOS name service (NBT-NS) is a Windows protocol which is used to translate NetBIOS names to IP addresses on a local network. It is analogous to what DNS does on internet. Each machine is assigned a NetBIOS name by the NBT-NS service. Works on UDP port 137. It is the predecessor of LLMNR.MDNS: Multicast DNS (mDNS) is a protocol aimed at helping with name resolution in networks. It doesn’t query a name server, rather, multicasts the queries to all the clients in a network directly. In multicast, an individual message is aimed directly at a group of recipients. When a connection between sender and recipient is made, all participants are informed of the connection between the name and IP address, and can make a corresponding entry in their mDNS cache.LLMNR/NBT-NS Poisoning: Let’s say a victim wants to connect to a shared drive \\wow so it sends the request to the DNS server. The only problem is that DNS can’t connect to \\wowas it doesn’t exist. Therefore, server replies back saying he it can’t connect the victim to \\wow. Thereafter, the victim will multicast this request to the entire network (using LLMNR) in case any particular user knows the route to the shared drive (\\wow).DHCP Poisoning: Dynamic Host Client Protocol (DHCP) is used to provide a host with its IP address, subnet mask, gateway etc. Windows uses multiple custom DHCP options like NetBIOS, WPAD etc. By poisoning th[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Hacking Articles|Raj Chandel's Blog A Detailed Guide on Responder (LLMNR Poisoning) IntroductionResponder is a widely used tool in penetration test scenarios and can be used for lateral movement across the network by red teamers. The tool contains many useful…
e DHCP response, an attacker would be able to help victim pinpoint its own rogue server for any kind of authentication. In turn, compromising the credentials.Responder InstallationInitially developed by SpiderLabs and now being developed by Laurent Gaffie (lgandx), responder is a python coded tool which can be found here. The tool comes built-in Kali OS. Responder.exe (Windows version) of the same can be found here.responder -hhttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMdkuUouM8mVXnU_M0aSA58AgPqfdc6ViKx1v6O-_GzFN7aUwnvm4pztXOlOG0wFsotcYjIOHon9umSJnI7NuXBsLd1MWJ9mVuPCaAt054AIIq0_-FY2HSPlmO97g-QZlyKDKupmhdsPvAuI5OirmsezAGyn8VMCU_fGm7ow5SHg7iuJNeiYAcD5zxtw/s16000/1.png Attack 1: LLMNR/NBT-NS Poisoning through SMBEssentially when a system tries to access an SMB share, it sends a request to the DNS server which then resolves the share name to the respective IP address and the requesting system can access it. However, when the provided share name doesn’t exist, the system sends out an LLMNR query to the entire network. This way, if any user(IP address) has access to that share, it can reply and provide the communication to the requestor.responder -I eth0https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8rSxYx0GVfXz6W5907NN5x_n1AOhAICepo6t5OubuU9xpih2Zo9s9m2kF2eq8vBOJOUD2VKEqASl9ZbGJTm84Cvke2lxZTpDrUc-zkf1Exs4QLiSHQQcM_7I1vEFeMbJAUr4g4OQrlo7rtdB49gv-ZUAs9hNaEjFFX9AOntC2TSCI3v0p6jL-ycw75g/s16000/3.png Now, when the victim tries to access shared drive “wow” he sees this! Wow has suddenly been made available and the poisoner asking for user credentials.hashcat -m 5600 hash.txt /usr/share/wordlists/rockyou.txthttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSR7vZLixbRxRQRUgE4Wli_MT1JIBNZNZf4CGLnwbodOeaqaoFpZC7G74jvyKP_nm1l7zV4awzfZwpvQDznmvseka_wmUYTSoyp-5Dpo5gJYoEG4SL1uvFEA3DpWb_ZWfj6GxpxQAMBhw9VTQpjd3Z0xYA_Q9Ev4WB1_yEAahB9oDs4lk2LjHpoHxI5g/s16000/6.png As you can see, password has now been obtained which is Password@1https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFXo7GTNv0Qkk9hryJmd2cU8caRbACms0XMYIX2xVHKSrQi9dytDxv26dABbSy8XNI1dWG[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
e DHCP response, an attacker would be able to help victim pinpoint its own rogue server for any kind of authentication. In turn, compromising the credentials.Responder InstallationInitially developed by SpiderLabs and now being developed by Laurent Gaffie…
jmyEXnLtABsWR-He91p09L44lR-ZsVQjRFrw970Fzmfm7WxwJo5mSIPDgwgTN7HQj2PhmRUhy1mNj4joJpVn_HwWsX6Nh-zFE5lHuZP54v3g5Ta0bUcz5w/s16000/7.png Furthermore, responder creates logs of every sessions and all the hashes thus dumped can be seen under the folder /usr/share/responder/logshttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2_OmCmAS87AokK3bcm_H7ni328yUo_zABgh5a5DWIZbit_SW-8BvO49DAdqGkyPLLkEY9qQeXjaCmbGDljZgf5efw-Ulb-2MDjxRA0vAkUGONj5JW5SOyoL328o7AB3PjBGdR2ZcCrULgSq7lf9Fx9A9LDx-mtBT1RqhOh2sx_xgPvt0WrWix5ds_sQ/s16000/8.png Attack 2: LLMNR/NBT-NS Poisoning through WPADWeb Proxy Autodiscovery Protocol is a method used by a browser to automatically locate and interface with cache services in a network so that information is delivered quickly. WPAD by default uses DHCP to locate a cache service to facilitate straightforward connectivity and name resolution.Attack: To configure WPAD rogue proxy server we use the -w option. Furthermore, we added an optional switch of DHCP injection. This switch would inject rogue proxy’s address (kali IP) in the DHCP response. The attack could still work without this switch.responder -I eth0 -wdhttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnV2okcE5GQHOMfODfMVdW26OkUKM1GDK2gb2Fy4qh1TyCiTnccmAJC4x9UuUP5evlPyqGHnyCvAuXiXU9RF_Nspd-1BmEloS5M9oNtGfY1mqSpRg9IZUxF3IKNdVNp2JswIazgWFo3GLhVRYi5DEWz3em8zc0_WEOBMy80IfwF6WhDxFA7z9cLXnlsg/s16000/9.png As you can see above, that DHCP poisoner and WPAD proxy have now been turned on. Now, when a user inputs any wrong URL, lets say, randomurl.local, browser couldn’t locate it. Responder poisons and injects DHCP response with WPAD’s IP and the browser tries to authenticate to the WPAD server and gives a login prompt.hashcat -m 5600 HTTP-NTLMv2-fe80::ddc5:3b8f:e421:a88a.txt /usr/share/wordlists/rockyou.txthttps://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSeuUPL41x8-4E_puFlUlyoYeCOrt3EIa7F_U0EtrO-_AS-nX9CengCfGrqTJEBIl0sVjUXwHQDE8KZj6_HqQd1km0DjiSqq3vo-yx[...]

___________________________
@hacking_Attack
@Hacking_Video