Sniffing the printer [on hold]Packet sniffing and my passwordsSniffing the Router for PacketsHow to have a...

The bar has been raised

If the Captain's screens are out, does he switch seats with the co-pilot?

Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?

What to do when during a meeting client people start to fight (even physically) with each others?

Word for a person who has no opinion about whether god exists

Does "variables should live in the smallest scope as possible" include the case "variables should not exist if possible"?

Latest web browser compatible with Windows 98

My story is written in English, but is set in my home country. What language should I use for the dialogue?

Can someone explain what is being said here in color publishing in the American Mathematical Monthly?

Replacing Windows 7 security updates with anti-virus?

How strictly should I take "Candidates must be local"?

Accountant/ lawyer will not return my call

A three room house but a three headED dog

How did the power source of Mar-Vell's aircraft end up with her?

Is it true that real estate prices mainly go up?

Aliens englobed the Solar System: will we notice?

Do I really need to have a scientific explanation for my premise?

Why the color red for the Republican Party

Examples of a statistic that is not independent of sample's distribution?

Do f-stop and exposure time perfectly cancel?

Reverse string, can I make it faster?

Set and print content of environment variable in cmd.exe subshell?

Offered promotion but I'm leaving. Should I tell?

How much attack damage does the AC boost from a shield prevent on average?



Sniffing the printer [on hold]


Packet sniffing and my passwordsSniffing the Router for PacketsHow to have a Word and PDF Document show off-white, ivory or light gray background on screen but automatically print on paper as white?Windows 8 doesn't want to print via IPP although it detects the printerNetwork printer - can each computer connect directly to the printer?HTTP Sniffing using wiresharkAdd network printer as a local printer“The specified printer has been deleted” messageHow to convert a webpage to PDF with preserving its look (exactly as on web browser) and text/links?After upgrade from Windows 7 to Windows 10 home, printed text is microscopic













-1















I am trying to sniff the packages sent by the phone specifically Android phone. I have HP envy 4520. And I am using Kali802.11 in virtual box with alfa AWUS036ACH.
I am trying to print a page with my android phone and then I wanna sniff/capture it and rebuild the printing document.
I have successfully captured the packages and decrypted it using wireshark, and it is something like,



POST /ipp/printer HTTP/1.1
Content-Type: application/ipp
Date: Sun, 10 Mar 2019 01:25:08 GMT
Host: 192.168.223.1:631
Transfer-Encoding: chunked
User-Agent: wPrintAndroidDoc
Expect: 100-continue

da
.........G..attributes-charset..utf-8H..attributes-natural-language..enE..printer-uri.#ipp://192.168.223.1:631/ipp/printer!..job-id......B.
document-name..danmachi.pdfB..requesting-user-name..u0_a94".
last-document....
76a
RaS2PwgRaster..............................................................................................................................................................................................................................................................................,...,...........h...........................................................h.......................4................

(IT IS PRETTY LONG)

................................................[................................................[...
0

HTTP/1.1 200 OK
Server: HP HTTP Server; HP ENVY 4520 series - F0V69A; Serial Number: *******; Built:Wed Jul 04, 2018 12:21:00AM {CFP1FN*****}
Transfer-Encoding: chunked
Cache-Control: must-revalidate, max-age=0
Pragma: no-cache

B6
.........G..attributes-charset..utf-8H..attributes-natural-language..en.E..job-uri.&ipp://192.168.223.1/ipp/print/job-0003!..job-id......#. job-state......D..job-state-reasons..none.
0



Now I wanna convert this in a readable file. There are some softwares available that can convert "PCL5" in .pdf format which is used by windows OS. But there is no way to convert this Android used protocol packages to readable format. Can someone help me solve this problem.










share|improve this question









New contributor




for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as too broad by Ramhound, DavidPostill 30 mins ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.























    -1















    I am trying to sniff the packages sent by the phone specifically Android phone. I have HP envy 4520. And I am using Kali802.11 in virtual box with alfa AWUS036ACH.
    I am trying to print a page with my android phone and then I wanna sniff/capture it and rebuild the printing document.
    I have successfully captured the packages and decrypted it using wireshark, and it is something like,



    POST /ipp/printer HTTP/1.1
    Content-Type: application/ipp
    Date: Sun, 10 Mar 2019 01:25:08 GMT
    Host: 192.168.223.1:631
    Transfer-Encoding: chunked
    User-Agent: wPrintAndroidDoc
    Expect: 100-continue

    da
    .........G..attributes-charset..utf-8H..attributes-natural-language..enE..printer-uri.#ipp://192.168.223.1:631/ipp/printer!..job-id......B.
    document-name..danmachi.pdfB..requesting-user-name..u0_a94".
    last-document....
    76a
    RaS2PwgRaster..............................................................................................................................................................................................................................................................................,...,...........h...........................................................h.......................4................

    (IT IS PRETTY LONG)

    ................................................[................................................[...
    0

    HTTP/1.1 200 OK
    Server: HP HTTP Server; HP ENVY 4520 series - F0V69A; Serial Number: *******; Built:Wed Jul 04, 2018 12:21:00AM {CFP1FN*****}
    Transfer-Encoding: chunked
    Cache-Control: must-revalidate, max-age=0
    Pragma: no-cache

    B6
    .........G..attributes-charset..utf-8H..attributes-natural-language..en.E..job-uri.&ipp://192.168.223.1/ipp/print/job-0003!..job-id......#. job-state......D..job-state-reasons..none.
    0



    Now I wanna convert this in a readable file. There are some softwares available that can convert "PCL5" in .pdf format which is used by windows OS. But there is no way to convert this Android used protocol packages to readable format. Can someone help me solve this problem.










    share|improve this question









    New contributor




    for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.











    put on hold as too broad by Ramhound, DavidPostill 30 mins ago


    Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.





















      -1












      -1








      -1


      1






      I am trying to sniff the packages sent by the phone specifically Android phone. I have HP envy 4520. And I am using Kali802.11 in virtual box with alfa AWUS036ACH.
      I am trying to print a page with my android phone and then I wanna sniff/capture it and rebuild the printing document.
      I have successfully captured the packages and decrypted it using wireshark, and it is something like,



      POST /ipp/printer HTTP/1.1
      Content-Type: application/ipp
      Date: Sun, 10 Mar 2019 01:25:08 GMT
      Host: 192.168.223.1:631
      Transfer-Encoding: chunked
      User-Agent: wPrintAndroidDoc
      Expect: 100-continue

      da
      .........G..attributes-charset..utf-8H..attributes-natural-language..enE..printer-uri.#ipp://192.168.223.1:631/ipp/printer!..job-id......B.
      document-name..danmachi.pdfB..requesting-user-name..u0_a94".
      last-document....
      76a
      RaS2PwgRaster..............................................................................................................................................................................................................................................................................,...,...........h...........................................................h.......................4................

      (IT IS PRETTY LONG)

      ................................................[................................................[...
      0

      HTTP/1.1 200 OK
      Server: HP HTTP Server; HP ENVY 4520 series - F0V69A; Serial Number: *******; Built:Wed Jul 04, 2018 12:21:00AM {CFP1FN*****}
      Transfer-Encoding: chunked
      Cache-Control: must-revalidate, max-age=0
      Pragma: no-cache

      B6
      .........G..attributes-charset..utf-8H..attributes-natural-language..en.E..job-uri.&ipp://192.168.223.1/ipp/print/job-0003!..job-id......#. job-state......D..job-state-reasons..none.
      0



      Now I wanna convert this in a readable file. There are some softwares available that can convert "PCL5" in .pdf format which is used by windows OS. But there is no way to convert this Android used protocol packages to readable format. Can someone help me solve this problem.










      share|improve this question









      New contributor




      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am trying to sniff the packages sent by the phone specifically Android phone. I have HP envy 4520. And I am using Kali802.11 in virtual box with alfa AWUS036ACH.
      I am trying to print a page with my android phone and then I wanna sniff/capture it and rebuild the printing document.
      I have successfully captured the packages and decrypted it using wireshark, and it is something like,



      POST /ipp/printer HTTP/1.1
      Content-Type: application/ipp
      Date: Sun, 10 Mar 2019 01:25:08 GMT
      Host: 192.168.223.1:631
      Transfer-Encoding: chunked
      User-Agent: wPrintAndroidDoc
      Expect: 100-continue

      da
      .........G..attributes-charset..utf-8H..attributes-natural-language..enE..printer-uri.#ipp://192.168.223.1:631/ipp/printer!..job-id......B.
      document-name..danmachi.pdfB..requesting-user-name..u0_a94".
      last-document....
      76a
      RaS2PwgRaster..............................................................................................................................................................................................................................................................................,...,...........h...........................................................h.......................4................

      (IT IS PRETTY LONG)

      ................................................[................................................[...
      0

      HTTP/1.1 200 OK
      Server: HP HTTP Server; HP ENVY 4520 series - F0V69A; Serial Number: *******; Built:Wed Jul 04, 2018 12:21:00AM {CFP1FN*****}
      Transfer-Encoding: chunked
      Cache-Control: must-revalidate, max-age=0
      Pragma: no-cache

      B6
      .........G..attributes-charset..utf-8H..attributes-natural-language..en.E..job-uri.&ipp://192.168.223.1/ipp/print/job-0003!..job-id......#. job-state......D..job-state-reasons..none.
      0



      Now I wanna convert this in a readable file. There are some softwares available that can convert "PCL5" in .pdf format which is used by windows OS. But there is no way to convert this Android used protocol packages to readable format. Can someone help me solve this problem.







      printing android network-printer sniffing






      share|improve this question









      New contributor




      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 5 mins ago







      for_thesis













      New contributor




      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 35 mins ago









      for_thesisfor_thesis

      11




      11




      New contributor




      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      for_thesis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      put on hold as too broad by Ramhound, DavidPostill 30 mins ago


      Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









      put on hold as too broad by Ramhound, DavidPostill 30 mins ago


      Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
























          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

          Popular posts from this blog

          Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

          Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

          Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...