<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/flagger/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/flagger/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 05 May 2024 16:25:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/flagger/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Antone Santiago</title><link>https://sourceforge.net/p/flagger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,65 @@
-Welcome to your wiki!
+&lt;div align="center"&gt;
+&lt;h1&gt;FLAGGER DOCUMENTATION&lt;/h1&gt;
+&lt;/div&gt;

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+    usage: flagger.py [-h] [-s] [--version] [-b BINARY] [--cyclic CYCLIC] [-a ADDRESS] [-p PORT] [--getserverip] [--ssh] [-u URL] [-r] [--post]
+    
+    options:
+      -h, --help            show this help message and exit
+      -s, --server          For connecting to a server
+      --version             Prints the version and quits
+    
+    Remote Exploitation:
+      -a ADDRESS, --address ADDRESS
+                            Host address to connect to
+      -p PORT, --port PORT  Port of the address to connect to
+      --getserverip         Gets the IP of the website
+      --ssh                 Connect to SSH server using config [BEING WORKED ON]
+    
+    Local Exploitation:
+      -b BINARY, --binary BINARY
+                            Binary file to run
+      --cyclic CYCLIC       Generates a cyclic pattern
+    
+    Web Exploitation:
+      -u URL, --url URL     URL of the address to request to
+      -r, --request         For sending an HTTP GET request
+      --post                For sending an HTTP POST request

-The wiki uses [Markdown](/p/flagger/wiki/markdown_syntax/) syntax.
+## Server

-[[members limit=20]]
-[[download_button]]
+**TCP Connect**
+
+&amp;gt; You can connect using `-s` or `--server` flag along with `-a` or `--address` for the IP or domain and `-p` or `--port` for the port
+
+`python flagger.py -s -a example.com -p 9001`
+
+**Getting IP Address**
+
+&amp;gt; You can get the IP of a website by using the `--getserverip` flag
+
+`python flagger.py --getserverip -u https://example.com`
+
+## Local / Binary
+
+&amp;gt; Flagger can also run the binary with the `-b` flag
+
+`python flagger.py -b ./myfile`
+
+&amp;gt; You can generate a cyclic pattern using the `--cyclic` flag
+
+`python flagger.py --cyclic 100`
+
+## HTTP
+
+&amp;gt; You can make GET and POST requests using the `-r` or `--post` flags, and then using `-u` or `--url` for the endpoint
+&amp;gt;
+&amp;gt; _You need to manually modify the code in_ `conf_files/Setting.py`
+
+**GET**
+
+`python flagger.py -r -u https://example.com`
+
+**POST**
+
+`python flagger.py --post -u https://example.com`
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antone Santiago</dc:creator><pubDate>Sun, 05 May 2024 16:25:10 -0000</pubDate><guid>https://sourceforge.netf8ff4d4252925e35179be995e4b7ffd8430b5b82</guid></item><item><title>Home modified by Antone Santiago</title><link>https://sourceforge.net/p/flagger/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/flagger/wiki/markdown_syntax/" rel="nofollow"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/synfosecurity/"&gt;Antone Santiago&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-6637b2e3b824398fbfd3bbfa" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antone Santiago</dc:creator><pubDate>Sun, 05 May 2024 16:25:10 -0000</pubDate><guid>https://sourceforge.neta8895a7123e16a417ff6f27c80d6f48887d1b564</guid></item></channel></rss>