TryHackMe Ignite Official Walkthrough

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 25

  • @qwqqq2416
    @qwqqq2416 3 года назад +24

    If python 2 is not working for you just issue this command:
    2to3-2.7 -w 47138.py
    Then it will work with python 3.
    And remove the proxy lines.

  • @coyotatorolla
    @coyotatorolla 8 месяцев назад +2

    had a hard time trying to upload a php reverse shell via admin portal but it finally worked. Just could not find a way to escalate. Thank you

  • @udaybingi9126
    @udaybingi9126 3 года назад +4

    There is username and password for fuelcms in source code of the webpage
    You can upload a php and gain shell
    And by the way nice tutorial

  • @Naps_and_Sleep
    @Naps_and_Sleep 11 месяцев назад

    hi great walkthrough. Might I ask out of all the reverse shell commands what made you decide to use that specific command?

  • @BlkManMountaineer
    @BlkManMountaineer 3 года назад +2

    i ran into a problem during the reverse shell... A PHP Error was encountered

    • @adammirza64
      @adammirza64 Год назад

      hi, is it resolved? can you please share the solution?

  • @alexu3
    @alexu3 4 года назад +1

    Thanks for the walkthrough!

    • @DarkSec
      @DarkSec  4 года назад

      You're welcome!

  • @sharky9493
    @sharky9493 2 года назад +1

    Thank you very much!! Very good wt.!!! Had some problem with the exploit,, but could fix it!

  • @TrashHyena
    @TrashHyena 4 года назад +1

    Thank you!

  • @agent0range931
    @agent0range931 3 года назад +2

    I had issues getting the exploit to work with python 2 I had to convert it to python3. (Just put parentheses on the print)

    • @tarikchakib8932
      @tarikchakib8932 3 года назад +1

      pas que parenthèses , le intup aussi !

  • @freedomlib5545
    @freedomlib5545 3 года назад +1

    File "fuelcms.py", line 28, in
    htmlcharset = r.text.find(html)
    AttributeError: 'function' object has no attribute 'text
    Sir ... I have so many facing above mention ... what should I do ??

    • @DarkSec
      @DarkSec  3 года назад

      Please ask in either the darksec or tryhackme discord :) I'm not sure whats happening entirely for you here but I suspect you might have the wrong version of python in use

  • @andrefgfonseca
    @andrefgfonseca 3 года назад +1

    Hello. Thanks for the box :) .

  • @Starmanfansunofficial
    @Starmanfansunofficial 2 года назад

    ❤❤❤❤

  • @Child0ne
    @Child0ne 2 года назад +1

    make more videos!!!!! Please

  • @ZanmaruV2
    @ZanmaruV2 3 года назад

    I like turtles

  • @demegorash
    @demegorash Год назад

    At this moment, the exploit might have some changes, I tryed for almost 2 hours in order to run the exploit, at the end and after check online resources, there are many needs for the exploit to be working if using pythion3. At the begginning import requests
    from urllib.parse import quote
    line 24 will be ......+quote(xxxx)......
    and remember to add () to the print attributes.