Jump to content

Rinilyn

Active Members
  • Posts

    77
  • Joined

  • Last visited

Posts posted by Rinilyn

  1.  

    4 hours ago, Just_a_User said:

    Did you try a symbolic link to fool reaver into thinking its using its preferred version of libpcap?

    
    
    
    
    ln -s /usr/lib/libpcap.so /usr/lib/libpcap.so.1.3
    #or maybe 
    ln -s /usr/lib/libpcap.so.1 /usr/lib/libpcap.so.1.3
    #or maybe 
    ln -s /usr/lib/libpcap.so.0.8 /usr/lib/libpcap.so.1.3

     

    Genius! This fixes it:

    ln -s /usr/lib/libpcap.so.1.3 /usr/lib/libpcap.so.0.8

    I had no idea i could do that. It wont work on the module though (Again, im running the custom version)..that needs a different process. Overall im happy and i can reaver with SSH now. Many thanks!

  2. On 4/6/2020 at 8:19 PM, APToni said:

    root@Pineapple:~# reaver
    Error loading shared library libpcap.so.0.8: No such file or directory (needed by /usr/bin/reaver)
    Error relocating /usr/bin/reaver: pcap_close: symbol not found
    Error relocating /usr/bin/reaver: pcap_inject: symbol not found
    Error relocating /usr/bin/reaver: pcap_set_snaplen: symbol not found
    Error relocating /usr/bin/reaver: pcap_create: symbol not found
    Error relocating /usr/bin/reaver: pcap_datalink: symbol not found
    Error relocating /usr/bin/reaver: pcap_compile: symbol not found
    Error relocating /usr/bin/reaver: pcap_set_promisc: symbol not found
    Error relocating /usr/bin/reaver: pcap_open_offline: symbol not found
    Error relocating /usr/bin/reaver: pcap_next_ex: symbol not found
    Error relocating /usr/bin/reaver: pcap_setfilter: symbol not found
    Error relocating /usr/bin/reaver: pcap_geterr: symbol not found
    Error relocating /usr/bin/reaver: pcap_activate: symbol not found
    Error relocating /usr/bin/reaver: pcap_set_timeout: symbol not found
    Error relocating /usr/bin/reaver: pcap_set_rfmon: symbol not found
     

    From what i saw, the problem here is that the libpcap.so.0.8 doesn't exist in /usr/lib/ .  But instead, libpcap.so.1 does. 

     

    On 6/6/2020 at 6:23 AM, APToni said:

     

    Reaver manual fix 2.7.0.

    in terminal 

    opkg update

    opkg install libpcap

    This will do nothing at all but make things worse since this reaver relies on libpcap ran by older versions.  I actually and tried to force install the reaver version added recently by adde88 https://github.com/adde88/openwrt-useful-tools, But that unfortunately didn't work for me too ( double checking later). I don't know how to edit reaver to read libpcap.so.1..im still learning and if you're still interested in this, make a different thread and ill gladly post any fix i find,

  3. i appreciate the support guys, i posted this while using a hex editor app and trying to add or change the stuff that triggers the AV. i don't think i can yet understand what yall trying to explain. Sometime later ill lock myself in my room and see what else i can do.

    Only issue i still have is AV that block suspicious behavior before happening. Now thats the real challenge. Either stop the AVs or i dont know..make multiple cmd do simple tiny jobs that wouldnt get flaged.

    Again, thanks guys

  4. @kbefloNano users must do these also:

    Sym link git:

    ln -s /sd/usr/bin/git /usr/bin/git
    ln -s /sd/usr/bin/git-shell /usr/bin/git-shell
    ln -s /sd/usr/bin/git-upload-pack /usr/bin/git-upload-pack
    ln -s /sd/usr/bin/git-upload-archive /usr/bin/git-upload-archive
    ln -s /sd/usr/bin/git-receive-pack /usr/bin/git-receive-pack

     

    Sym Link stty:

    ln -s /sd/usr/bin/stty /usr/bin/stty

     

    otherwise he will get the errors i had previously mentioned above.

    • Upvote 1
  5. i have an executable im trying to make it as undetectable as much as possible and make it persistent. There are a lot of apps on the internet and i don't want to waste too much time on useless self claimed cryptors. Can you guys recommend anything? Do you know anything on kali i can do? i couldnt understand powersploit much. it is working with metasploit. All i want is to make an offline file FUD without need for reverse connections or listeners. It runs on the system and that is all i need.

  6. 21 minutes ago, Zylla said:

    The issue with Wifite2 in the first screenshot comes from not having installed coreutils-stty.
    In the second screenshot i can see you're installing it. So i'm a bit puzzled. Does it happen after installing coreutils-stty?
    And by the way, i saw you drew a red line around some errors in the second screenshot. Those are not actual errors that are causing the Nano to misbehave.
    Those errors appear on every package you try to install with OPKG on the Nano. I guess the overlay filesystem is fooling opkg to think that something is wrong, when actually it's not.
    So every line that contains: .prerm / .postinst / .list / .control can safely be ignored on the Nano. Nothing is actually wrong.

    The red lines arentt errors, they are the commands that  i typed(im just trying to show him that i followed steps). Coreutils gets installed but wifite still wont run and “see” it. This is the same session with wifite happening AFTER installing coreutils and sym linking.

    .controls arent errors, im am sym linking them (i was desperate i tried everything). I sometimes feel my nano is different than everyone ?

×
×
  • Create New...