- AuthorSearch Results
- January 24, 2020 at 1:55 pm #29648
mahmudshahmuradov
ParticipantI got 2 problems. First one: As you showed, NAT netwoork is configured and I got internet. Yes internet wokrs exc. ifconfig shows me 10.0.2.4. I created veil exc metasploit. But can not access thaat server with that 10.0.2.4 IP from host windows. I want to hack host pc. That’s one big question.
Then I changed network type to host only adapter than I got another IP on inconfig 192.168.1.exc and created veil exc I could access IP server of kali with that 192.168 IP! i got no internet access and my meterpreter doesnt show up after Host computer runs backdoor. I pressed ctrl c to interrupt and typed session -1 and meterpreter showed up but no sysinfo no other command works. It says unkown command. Please help me what to do I try everything very hard but can not interact with backdoor I want it so badly I try hard to learn.. Please help with thisJuly 29, 2019 at 2:09 pm #23887In reply to: Packet Sniffing
Zaid SabihModeratorHello UDSY,
Are you sure you picked an existing channel that your wireless adapter supports?? if yes then can you please show me a screenshot of the error, the command you used and give me the model of your wireless adapter?
November 13, 2018 at 1:13 pm #15151In reply to: Wireless Adapter
Zaid SabihModeratorI’ve made a video on installing the drivers for this adapter, the steps are similar but please listen carefully to the notes that I mention.
Basically try this on a fresh install
Experiment with connecting the adapter before and after Kali loads.
Experiment with setting the adapter to use usb 3 and 2.
Here’s the video
Also please let me know if you get any errors when running the commands shown in the video, and no you don’t need to replace the xx with anything.
November 12, 2018 at 10:50 pm #15145In reply to: Wireless Adapter
Wayne Hubbard
ParticipantThe wireless adapter is/was connected to my computer.
I got the adapter on your site. Realtek AR88112AU.
I added the card to the wireless list. Should I have replaced the XX with the number 12?
After fully booting Kali I plugged in the adapter.
Clicked on the card in the USB list.
Ran ifconfig and it did not work.
I tried USB 1, 2 and 3. Nothing!
The Adapter is a Realtek AR8812AU.November 7, 2018 at 12:13 am #15061In reply to: Wireless Adapter
Zaid Sabih
ParticipantDo you have an external wireless adapter connected to your computer?
Did you add the card to usb list like shown in lecture 11?
If you did, then make sure that you don’t physically connect the card to the computer until Kali is fully booted, connect the card, then go to the devices menu (beside the file menu) >> USB >> Click your device.
If you’ve done all of the above then can you tell me the model of your wireless adapter please?November 5, 2018 at 9:44 pm #15047Topic: Wireless Adapter
in forum Learn Ethical Hacking From ScratchWayne Hubbard
ParticipantI have done the “Learn Ethical Hacking From Scratch” and have not been able to get the wireless adapter to work
Have spent many hours back and forth, trying every setting but “ifconfig” still has nothing.
Tried everything and it just does not work.
Got a way to troubleshoot this?
ThanksWayne
[email protected]October 12, 2018 at 11:32 am #14646In reply to: dnsmasq and hostapd errors
Zaid SabihModeratorHello Arthur,
Yeah this dnsmasq issue is annoying, not sure what you tried so far but the way I usually do it is just kill it by doing
killall dnsmasqMight not be the best way of doing it but works fine.
————-
As for the other issue, have you tried physically disconnecting the wireless adapter and then connecting it again?May 15, 2018 at 8:12 pm #11764In reply to: No internet access to fake AP
Atul Koshta
ParticipantThere happened some error, sir, I apologize for that error. Here is the result of ifconfig when I plugged in the adapter after starting the machine:
root@kali:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 08:00:27:59:1b:51 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 16 bytes 960 (960.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 16 bytes 960 (960.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:c0:ca:96:64:e9 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 1 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0#after this I followed the same procedure as I described in another topic. Everything works fine, target pc is able to connect my fake AP, able to browse my localhost 192.168.1.1 index.php, but explicitly by typing 192.168.1.1 in the URL
May 14, 2018 at 7:00 pm #11744In reply to: Unable to redirect using dnsmasq
Atul Koshta
ParticipantHi Zaid sir,
I have tried every possible ways including what you have told above but still i am unlucky.Here are steps that i followed:
#Machine started>adapter is plugged in>service network-manager stop>bash ‘flushiptables.sh script path’ >ifconfig .Result is shown below:eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe59:1b51 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:59:1b:51 txqueuelen 1000 (Ethernet)
RX packets 11651 bytes 16658111 (15.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 3310 bytes 233662 (228.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 26 bytes 1350 (1.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 26 bytes 1350 (1.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 02> I used following conf file n my recent try which was 24 hours ago:
#dnsmasq.conf
interface=wlan0
dhcp-range=192.168.1.2,192.168.1.100,8h
dhcp-option=3,192.168.1.1
dhcp-option=6,192.168.1.1
address=/#/192.168.1.1#hostapd.conf
interface=wlan0
ssid=Stark Industry
channel=5
driver=nl80211root@kali:~# dnsmasq -C Downloads/dnsmasq.conf
root@kali:~# hostapd Downloads/hostapd.conf
root@kali:~# ifconfig wlan0 192.168.1.1 netmask 255.255.255.0
root@kali:~# service apache2 start#ifconfig now seem like this:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe59:1b51 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:59:1b:51 txqueuelen 1000 (Ethernet)
RX packets 49597 bytes 71848691 (68.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 12782 bytes 802876 (784.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 26 bytes 1350 (1.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 26 bytes 1350 (1.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::2c0:caff:fe96:64e9 prefixlen 64 scopeid 0x20<link>
ether 00:c0:ca:96:64:e9 txqueuelen 1000 (Ethernet)
RX packets 1324 bytes 142681 (139.3 KiB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 1228 bytes 115622 (112.9 KiB)
TX errors 0 dropped 2 overruns 0 carrier 0 collisions 0#AP is now enabled and devices can connect to it.Moreover they can browse to my server’s index.php,explicitly by typing 192.168.1.1 in url and not automatically upon browsing anything in the browser’s url.
May 14, 2018 at 6:56 pm #11743In reply to: No internet access to fake AP
Atul Koshta
Participant#JUST AFTER STARTING MACHINE AND PLUGGING IN ADAPTER
root@kali:~# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe59:1b51 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:59:1b:51 txqueuelen 1000 (Ethernet)
RX packets 9 bytes 1920 (1.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 37 bytes 3138 (3.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 28 bytes 1428 (1.3 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 28 bytes 1428 (1.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0root@kali:~# iwconfig wlan0
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off# I used following conf file n my recent try which was 24 hours ago:
#dnsmasq.conf
interface=wlan0
dhcp-range=192.168.1.2,192.168.1.100,8h
dhcp-option=3,192.168.1.1
dhcp-option=6,192.168.1.1
address=/#/192.168.1.1#hostapd.conf
interface=wlan0
ssid=Stark Industry
channel=5
driver=nl80211April 20, 2018 at 10:02 am #11512In reply to: re email queries
Zaid SabihModeratorHello Arthur,
Yeah Basma is the store manager, she as some knowledge in Kali and wifi adapters but she hasn’t done all the courses, therefore she doesn’t know how to answer course-related questions.
I’m not sure why your old post disappeared, I spoke with the developer and tested the form myself and it seems like its working, maybe it was a glitch or something, I’m not sure….. Anyway I’m sorry about the delay.
———————————
Hmm, this is strange, you’re sure your using the right IPs right??
If this is an update version of Kali 2018.1 then please revert back to a fresh snapshot and try it, if it is a not an updated version the try
apt-get update
apt-get upgrade
This issue is caused by one of the libraries that ettercap uses.
——————————-
Bettercap is good too, I can see where you’re coming from cause you had issues with ettercap, therefore you prefer bettercap, it really depends on you, I never had any issues with ettercap and it has proven to me that it is very reliable, that’s why I like it, but you should just go with works best for you what you find your self most comfortable with, all of these are just programs at the end of the day, the main thing is that you as a person understand how they’re doing their job, so if they fail you can just try an alternative or write your own.
——————————–
Yeah you’re right, you have to press a space and then tab twice, I actually do that in the video but kind of assumed people will do it automatically, this is my bad, I will update the lecture as soon as I can.Sorry again for the delays
- AuthorSearch Results
- Search Results
I got 2 problems. First one: As you showed, NAT netwoork is configured and I got internet. Yes internet wokrs exc. ifconfig shows me 10.0.2.4. I created veil exc metasploit. But can not access thaat server with that 10.0.2.4 IP from host windows. I want to hack host pc. That’s one big question.
Then I changed network type to host only adapter than I got another IP on inconfig 192.168.1.exc and created veil exc I could access IP server of kali with that 192.168 IP! i got no internet access and my meterpreter doesnt show up after Host computer runs backdoor. I pressed ctrl c to interrupt and typed session -1 and meterpreter showed up but no sysinfo no other command works. It says unkown command. Please help me what to do I try everything very hard but can not interact with backdoor I want it so badly I try hard to learn.. Please help with thisTopic: Wireless Adapter
I have done the “Learn Ethical Hacking From Scratch” and have not been able to get the wireless adapter to work
Have spent many hours back and forth, trying every setting but “ifconfig” still has nothing.
Tried everything and it just does not work.
Got a way to troubleshoot this?
ThanksWayne
[email protected]
