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