Coder Social home page Coder Social logo

Latest version not working about hijacker HOT 10 OPEN

chrisk44 avatar chrisk44 commented on August 16, 2024
Latest version not working

from hijacker.

Comments (10)

chrisk44 avatar chrisk44 commented on August 16, 2024

So, to be clear, version 1.4 used to work but wouldn't stop airodump, and 1.5-beta.8 nothing works?
What do the tests show?
What happens if you copy the commands and run them manually in a terminal?

from hijacker.

yesimxev avatar yesimxev commented on August 16, 2024

Yes, you are right, latest does not want to do anything. Airodump-ng becomes unstoppable only when mdk3 ran (so MDK3 beacon flooding does not stop to be exact, but it says airodump-ng is still running).
On it's own, airodump-ng can start and stop properly.
Tests are all ok with ticks, manual commands are fine too (mdk3 terminates, without error, I guess it's fine because of the example AP mac?)

from hijacker.

chrisk44 avatar chrisk44 commented on August 16, 2024

MDK and airodump are completely irrelevant. Using the latest version, what happens when you run the airodump test command in the terminal?

And do you know at what point it stopped working? There have been 8 releases since 1.4 so it would be helpful if I knew where to look.

from hijacker.

yesimxev avatar yesimxev commented on August 16, 2024

I will try each but I got extremely busy now. Thanks

from hijacker.

sitedev3 avatar sitedev3 commented on August 16, 2024

I'm trying to reproduce this problem since I also have A0001. May I know what wireless network adapter are you using?

from hijacker.

yesimxev avatar yesimxev commented on August 16, 2024

Using Alfa Networks AWUS036NH, also tried with "chinese adapter for kali". I have re-flashed my OPO so will go through this issue finally

from hijacker.

rusamer avatar rusamer commented on August 16, 2024

App when open say : hijacker is infected. and not open?

from hijacker.

yesimxev avatar yesimxev commented on August 16, 2024

The command you requested gives this in androidsu

CANNOT LINK EXECUTABLE: library "/vendor/lib/libfakeioctl.so" not found page record for 0xb6eeb02c was not found (block_size=32)

Also checking which versions affected with the following message
Screenshot_20190520-010414

from hijacker.

yesimxev avatar yesimxev commented on August 16, 2024

Looks like that issue is there in every release after 1.4. However, I did not compile the ones without apk

FYI, airodump does stop properly on my S6edge, with same adapter but with 1.5-beta7.
1.5-beta8 is still not scanning at all, same error message

from hijacker.

S-Ex1t avatar S-Ex1t commented on August 16, 2024

@yesimxev
With the Nethuner rootfs intstalled you could just use the airmon-ng to manage your external adapter

Try to configure the preferences of the Hijacker as following:

- set prefix to blank if there is no nexmon. (I suppose this is the reason of the issue.The default is LD_PRELOAD=/vendor/lib/libfakeioctl.so)

- set interface to wlan1mon

- set Enable Monitor Mode to

chroot /data/local/nhsystem/kali-armhf/ /bin/bash -c "airmon-ng start wlan1"

- set Disable Monitor Mode to

chroot /data/local/nhsystem/kali-armhf/ /bin/bash -c "airmon-ng stop wlan1mon"

And I turn off the Run Airodump on startup option in case the app crashes before I go to the setting Menu πŸ˜‚


Btw to save your time you could just replace the configuration file com.hijacker_preferences.xml with mineπŸ˜‹.

It's at /path/to/appdata/com.hijacker/shared_prefs/com.hijacker_preferences.xml

bullhead:/ # cat /data/user/0/com.hijacker/shared_prefs/com.hijacker_preferences.xml
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
    <boolean name="airOnStartup" value="false" />
    <boolean name="delete_extra" value="true" />
    <boolean name="cont_on_fail" value="false" />
    <boolean name="debug" value="true" />
    <boolean name="monstart" value="false" />
    <boolean name="show_details" value="true" />
    <string name="prefix"></string>
    <string name="enable_monMode">chroot /data/local/nhsystem/kali-armhf/ /bin/bash -c "airmon-ng start wlan1"</string>
    <boolean name="show_client_count" value="true" />
    <string name="disable_monMode">chroot /data/local/nhsystem/kali-armhf/ /bin/bash -c "airmon-ng stop wlan1mon"</string>
    <string name="deauthWait">20</string>
    <string name="iface">wlan1mon</string>
    <boolean name="enable_on_airodump" value="true" />
    <boolean name="watchdog" value="true" />
    <boolean name="update_on_startup" value="true" />
    <string name="chroot_dir">/data/local/nhsystem/kali-armhf</string>
    <string name="custom_chroot_cmd"></string>
    <boolean name="always_cap" value="false" />
    <int name="tools_version" value="32" />
    <boolean name="disclaimerAccepted" value="true" />
    <string name="band">1</string>
    <boolean name="target_deauth" value="false" />
    <boolean name="show_notif" value="true" />
</map>
bullhead:/ #

from hijacker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.