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
Deep Web
Is the deep web as bad as people say?

if I go on there will I be killed? Or is that just a myth, also will I need a VPN? If so can it be any free VPN like ProtonVPN, or do I have to get something like Express VPN?

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

___________________________
@hacking_Attack
@Hacking_Video
Change Skype Group Name By Guest Account

It must be said this is a Security Feature Bypass vulnerability because by default the guest account does not have permission to change…Continue reading on Medium »
Read more...
Best Cyber Security Certification

Hello Awesome readers ,Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles|Raj Chandel's Blog
Wireless Penetration Testing: SSID Discovery

This article will depict “How to discover SSID for WiFi Network” using several tools designed for Windows and Linux platforms. SSID discovery is applicable in Wi-fi hacking or penetration testing. Table of Content· inSSIDer Service Set Identifieralso known as the network identification which is the name of the wireless network. This may be viewed by anybody with a wireless device within reach of your network. It could be set up to 32 characters long and are case-sensitive of your choice.inSSIDer inSSIDer analyzes the configuration of your WiFi including channel settings, security, signal strength, and the impact of neighboring WiFi networks. It is easy to install and use for enumeration neighboring WiFi networks.Wireless NetView Wireless NetView is a small utility that runs in the background and monitors the activity of wireless networks around you. For each detected network, it displays the following information: SSID, Last Signal Quality, Average Signal Quality, Detection Counter, Authentication Algorithm, Cipher Algorithm, MAC Address, RSSI, Channel Frequency, Channel Number, and more.Note: To use this tool you may need an external wi-fi adapter. You can download it from here:NetSurveyorNetSurveyor is a diagnostic tool that falls under the category of WiFi Scanners or 802.11 Network Discovery Tools. The best known in this category is NetStumbler. A discovery tool reports the Service Set Identifier (SSID) for each wireless network it detects, along with the channel used by the access point (AP[...]

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Hacking Articles|Raj Chandel's Blog Wireless Penetration Testing: SSID Discovery This article will depict “How to discover SSID for WiFi Network” using several tools designed for Windows and Linux platforms. SSID discovery is applicable in Wi-fi hacking or…
) servicing that network.Kismet Kismet is an 802.11 layer-2 wireless network and device detector, sniffer, wardriving tool, and WIDS (wireless intrusion detection) framework. Kismet works with Wi-Fi interfaces, Bluetooth interfaces, some SDR (software-defined radio) hardware like the RTLSDR, and other specialized capture hardware. Kismet works on Linux, OSX, and, to a degree, Windows 10 under the WSL framework. Note: To use this tool you may need an external wi-fi adapter. https://1.bp.blogspot.com/-8lKjxX8e1Q0/YP2AXzmq4dI/AAAAAAAAx24/IhYb0z1rKeEHj4RMYrWqgfEPcvljanBkgCLcBGAsYHQ/s16000/6.png The service will be running at localhost on port 2501 which is accessible through web browser http://localhost:2501Airodump-ng Airodump-ng is included in the aircrack-ng package and is used for packet capturing of raw 802.11 frames. It is ideal for collecting WEP IVs for use with aircrack-ng. If you have a GPS receiver connected to the computer, airodump-ng can log the coordinates of the discovered access points.Note: To use this tool you may need an external wi-fi adapter. https://1.bp.blogspot.com/-dhwZFnW2RQ8/YP2Ar1ozLBI/AAAAAAAAx3U/_TnU01TrZyoI0Qy5nTdodSHAjpHQ7PoiQCLcBGAsYHQ/s16000/10.png The following command monitors all wireless networks, frequency hopping between all wireless channels.WashWash is a tool for discovering WPS-enabled access points. It may either survey from a live interface or scan a list of pcap files. Wash is included in the Reaver package. It comes preinstalled in Kali Linux and you can execute the following command for SSID discovery.Note: To use this tool you may need an external wi-fi adapter. https://1.bp.blogspot.com/-LuDQRCp53n8/YP2A171PJiI/AAAAAAAAx3g/4ZtkCDccvNU6yj3F1BzVr2hGmjFz5Zw7wCLcBGAsYHQ/s16000/12.png WiresharkNote: To use this tool you may need an external wi-fi adapter for SSID discovery. https://1.bp.blogspot.com/-qs3qhBuOpBo/YP2A60RO69I/AAAAAAAAx3o/BSEunOEh2PYESzxHazDk8mIQTHn7Xb5rACLcBGAsYHQ/s16000/13.png Start wireshark and choose the interface for Wi-Fi adapter and it will list all network ID available in the surroundings.___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
is there a way to make metasploit not remove temporary files after en exploit?

I'm kind of knew so please have some mercy

I am trying to use a metasploit exploit on a machine from vulnhub

(here's the link https://www.vulnhub.com/entry/noobbox-1,664/)

and I keep getting the same error message and can't figure out how to fix it.

here is the message

***

[!] You are binding to a loopback address by setting LHOST to 127.0.0.1. Did you want ReverseListenerBindAddress?

[*] Started reverse TCP handler on 127.0.0.1:4444

[*] Authenticating with WordPress using noobbox:5p4c3...

[+] Authenticated with WordPress

[*] Preparing payload...

[*] Uploading payload...

[*] Executing the payload at /wordpress/wp-content/plugins/RltCwMtplH/cUGXwbOAsA.php...

[!] This exploit may require manual cleanup of 'cUGXwbOAsA.php' on the target

[!] This exploit may require manual cleanup of 'RltCwMtplH.php' on the target

[!] This exploit may require manual cleanup of '../RltCwMtplH' on the target

[*] Exploit completed, but no session was created.

***

and here are the options

***

Module options (exploit/unix/webapp/wp_admin_shell_upload):

Name Current Setting Required Description

---- --------------- -------- -----------

PASSWORD 5p4c3 yes The WordPress password to authenticate with

Proxies no A proxy chain of format type:host:port[,type:host:port][...]
RHOSTS 182.66.1.120yes The target host(s), range CIDR identifier, or hosts file with syntax 'file:127.0.0.1yes The listen address (an interface may be specified)

LPORT 1234 yes The listen port

Exploit target:

Id Name

-- ----

0 WordPress

***

I looked at it and searched online and it comes out that what it's saying is that it is not able to remove temporary files that it put there during the exploit, and so it won't finish the exploit. is there a way that I con make not remove the temporary files?

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

___________________________
@hacking_Attack
@Hacking_Video
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking Articles
Wireless Penetration Testing: SSID Discovery

This article will depict “How to discover SSID for WiFi Network” using several tools designed for Windows and Linux platforms.  SSID discovery is applicable in Wi-fi hacking or penetration testing. Table of Content inSSIDer Wireless NetView Microsoft Network Monitor NetSurveyor Kismet Airodump-ng Wash Wireshark SSID acronym is used for Service

The post Wireless Penetration Testing: SSID Discovery appeared first on Hacking Articles.

___________________________
@hacking_Attack
@Hacking_Video
PCI Penetration Testing Guide vs 11.3 Requirement
https://www.reddit.com/r/Pentesting/comments/orhkf5/pci_penetration_testing_guide_vs_113_requirement/

I was wondering how relevant is 11.3 Requirement and why has it been so long since it's been updated if it is relevant? It has not been updated since 2009 and it has been archived as well (if you check https://www.pcisecuritystandards.org/document_library ) I also find some of the language is a bit contradicting in the requirement vs PCI Penetration Testing Guide document (which has been updated as recently as 2017). Would really appreciate if someone who has vast experience in PCI pentests would give their opinion. submitted by /u/lifesfunn (https://www.reddit.com/user/lifesfunn)
[link] (https://www.reddit.com/r/Pentesting/comments/orhkf5/pci_penetration_testing_guide_vs_113_requirement/) [comments] (https://www.reddit.com/r/Pentesting/comments/orhkf5/pci_penetration_testing_guide_vs_113_requirement/)

___________________________
@hacking_Attack
@Hacking_Video
Systems engineer and admin wants to get into pentesting...
https://www.reddit.com/r/Pentesting/comments/orht4l/systems_engineer_and_admin_wants_to_get_into/

I am a systems engineer and admin who recently thought about the direction in which he should expand his skill set or his career. The cybersecurity division smiled at me a lot, so I’m now trying to figure it out. More precisely, I am currently trying to forge a path for myself to acquire pentesting / ethical hacking skills. I am currently exploring sources of learning that could help me with this, and it's not that easy. Much of the beginner stuff is far too basic for me and the non-beginner resources (at least the ones I've stumbled upon so far) already require certain knowledge in the field that I don't have. About my skills: As a systems engineer, I'm a (self taught) jack of all trades and master of none. Network basis and analysis, Windows (server) environments, including large ADs and multi forests, web applications, Powershell, Bash and Python scripting, Kubernetes / Openshift, basic security knowledge to harden my systems, ... have to do with it regularly and know here minimum the basics to integrate and administer systems. The area where I would most likely see myself as some kind of an expert is the Linux area, especially Red Hat systems. In short, I have extensive and holistic IT knowledge, but it goes only deeper in a few areas. So I look for a book or an online course that assumes that you already have a good foundation of IT knowledge (minus programming; I write Powershell, Bash and Python scripts regularly to make my work easier, but I'm far away from being a programmer ) and takes you straight into the world of ethical hacking / pentesting, without wasting most of the time building the IT base. I would really appreciate a few suggestions as an entry point :-) submitted by /u/NihilisticTanuki (https://www.reddit.com/user/NihilisticTanuki)
[link] (https://www.reddit.com/r/Pentesting/comments/orht4l/systems_engineer_and_admin_wants_to_get_into/) [comments] (https://www.reddit.com/r/Pentesting/comments/orht4l/systems_engineer_and_admin_wants_to_get_into/)

___________________________
@hacking_Attack
@Hacking_Video